summaryrefslogtreecommitdiffstats
path: root/scene/gui/code_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix comment causes content of folded methods to not hidejmb4622021-09-051-4/+18
| |/
* | Merge pull request #52359 from williamd67/fix-autocomplete-mergeMax Hilbrunner2021-09-071-1/+1
|\ \
| * | Fix incorrectly removing two characters by auto braceWilliam Deurwaarder2021-09-031-1/+1
| |/
* / Fix crash during completion lookbackdaniel-mcclintock2021-09-061-1/+1
|/
* Fix misspelled "overriden"Haoyu Qiu2021-08-261-1/+1
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+3
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-18/+17
* Merge pull request #51585 from Paulb23/theme-update-optimisationRémi Verschelde2021-08-131-1/+4
|\
| * Move CodeEdit theme overrides into EditorThemePaulb232021-08-131-1/+4
* | Fix incorrect completion popup size of `CodeEdit`Yuri Roubinsky2021-08-131-7/+19
|/
* Fix breakpoint toggle signal not firing when expectedPaulb232021-08-121-10/+34
* Cleanup and complete TextEdit inspector and docsPaulb232021-08-121-3/+3
* Cleanup and bind remaing methods in TextEditPaulb232021-08-121-54/+66
* Rename readonly to editablePaulb232021-08-121-8/+8
* Rename insert mode to overtype modePaulb232021-08-121-2/+2
* Protect internal CodeEdit --> TextEdit APIPaulb232021-08-121-15/+15
* Cleanup TextEdit selection methodsPaulb232021-08-121-10/+10
* Expose and cleanup TextEdit line wrap APIPaulb232021-08-121-4/+4
* Cleanup and rename caret operationsPaulb232021-08-121-77/+77
* Make TextEdit cut, copy and paste overridablePaulb232021-08-121-60/+63
* Improve CodeEdit's callhint highlight visibilityHugo Locurcio2021-08-021-2/+9
* Clean up and complete CodeEdit inspector and docsPaulb232021-08-011-8/+12
* Move symbol lookup into CodeEditPaulb232021-08-011-0/+115
* Move line length guidelines into CodeEditPaulb232021-08-011-0/+37
* Move brace matching into CodeEditPaulb232021-08-011-0/+13
* Move auto brace completion to CodeEditPaulb232021-08-011-53/+243
* Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde2021-07-251-1/+1
|\
| * Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* | Fix various typos with codespellluz paz2021-07-251-2/+2
|/
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-12/+9
* Merge pull request #50606 from Chaosus/textedit_fix_guttertypeRémi Verschelde2021-07-191-3/+3
|\
| * Fixed typos in `TextEdit::GutterType` enumYuri Roubinsky2021-07-191-3/+3
* | Optimize StringName usagereduz2021-07-181-27/+27
|/
* Move indent management to CodeEditPaulb232021-06-201-9/+497
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-0/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Merge pull request #49238 from Paulb23/code_edit_code_foldingRémi Verschelde2021-06-161-4/+255
|\
| * Move code folding into CodeEdit and hide line hiding APIPaulb232021-06-011-4/+255
* | Fix typo in CodeEdit methodsHaoyu Qiu2021-06-161-2/+2
* | Update cache after clearing delimiters in CodeEditHaoyu Qiu2021-06-141-0/+3
|/
* Move and expose Code Hint in CodeEditPaulb232021-06-011-6/+93
* Move and expose AutoComplete in CodeEditPaulb232021-06-011-3/+795
* Add comment and string tracking to CodeEditPaulb232021-06-011-19/+534
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg2020-11-261-8/+14
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-1/+1
* ScriptEditor: Fix line number gutter drag selectDevin Curry2020-10-251-1/+4
* Fixed main gutter not drawing on item togglePaulb232020-10-131-0/+3
* Move safe line color into editorPaulb232020-09-101-2/+6
* Add folding gutter to code_editPaulb232020-09-101-0/+62