summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Script editor: Rename 'Clone Down' to 'Duplicate Selection'Rémi Verschelde2021-06-291-3/+3
* Merge pull request #49719 from LightningAA/rename-node-is-ancestor-ofRémi Verschelde2021-06-291-1/+1
|\
| * Rename `is_a_parent_of()` to `is_ancestor_of()`Lightning_A2021-06-211-1/+1
* | Merge pull request #49650 from KoBeWi/FindReplaceCrashRémi Verschelde2021-06-241-0/+14
|\ \
| * | Fix crash with FindReplaceBarkobewi2021-06-241-0/+14
* | | Move indent management to CodeEditPaulb232021-06-201-3/+3
* | | Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-22/+43
| |/ |/|
* | Merge pull request #49258 from megalobyte/editor-fixRémi Verschelde2021-06-171-4/+4
|\ \
| * | Documentation search fixesGregory Basile2021-06-161-4/+4
| |/
* | Merge pull request #49238 from Paulb23/code_edit_code_foldingRémi Verschelde2021-06-161-1/+2
|\ \ | |/ |/|
| * Move code folding into CodeEdit and hide line hiding APIPaulb232021-06-011-1/+2
* | Move FindReplaceBar out of CodeTextEditorkobewi2021-06-081-12/+36
|/
* Move and expose Code Hint in CodeEditPaulb232021-06-011-3/+1
* Move and expose AutoComplete in CodeEditPaulb232021-06-011-13/+16
* Fix FindReplaceBar text_change signal binding after replace allPaulb232021-05-281-1/+1
* Add custom background line colour to TextEdit and remove marked linesPaulb232021-05-221-4/+30
* Change behavior of String.rightTomasz Chabora2021-05-201-3/+3
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-1/+1
* Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal2021-04-171-2/+2
* Fix: Selection Only in Find/Replace now preserves selectionSushi2021-04-071-1/+1
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+4
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-4/+4
* Rename Control margin to offsetMarcel Admiraal2020-12-231-4/+4
* Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde2020-12-081-0/+2
|\
| * Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-0/+2
* | Rename CubeMesh BoxMeshMarcel Admiraal2020-12-051-1/+1
|/
* Reversed Toggle Script Button iconYuri Roubinsky2020-11-301-4/+4
* [Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg2020-11-261-15/+86
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-45/+23
* Keep cursor relative position after multiline moveHaoyu Qiu2020-11-111-0/+6
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Remove breakpoints from editor settingsPaulb232020-09-101-2/+0
* Move ConnectionGutter to editor code_editorPaulb232020-09-101-1/+0
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-30/+24
* Added Line numbers to CodeEditPaulb232020-09-101-2/+2
* Add and convert editor to use CodeEditPaulb232020-09-101-71/+71
* Merge pull request #33760 from nekomatata/script-editor-init-optimizationRémi Verschelde2020-07-261-2/+0
|\
| * Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-171-2/+0
* | Reintroduce code completionGeorge Marques2020-07-201-0/+1
|/
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-7/+14
* Convert syntax highlighters into a resourcePaulb232020-07-111-3/+3
* Improve null check in FindReplaceBarYuri Sizov2020-07-061-15/+18
* Fix error label clicking in status bar for shader editorYuri Roubinsky2020-06-231-2/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-4/+8
* Fix code editor Replace tool to work with 'Selection Only' optionMaganty Rushyendra2020-06-161-9/+36
* Fix match count for whole word search in editorMaganty Rushyendra2020-06-151-3/+4
* Fix whole word search slowdown in editorMaganty Rushyendra2020-06-121-1/+1
* FIX CodeTextEditor not respecting focus in _inputMrRevington2020-05-221-1/+1