summaryrefslogtreecommitdiffstats
path: root/editor/plugins/text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky2021-09-151-0/+5
* Improve Undo/Redo menu itemsHaoyu Qiu2021-08-171-0/+12
* Reorganise text editor settingsPaulb232021-08-161-1/+1
* Cleanup and bind remaing methods in TextEditPaulb232021-08-121-2/+4
* Protect internal CodeEdit --> TextEdit APIPaulb232021-08-121-1/+1
* Cleanup TextEdit selection methodsPaulb232021-08-121-6/+6
* Cleanup and rename caret operationsPaulb232021-08-121-12/+13
* Optimize StringName usagereduz2021-07-181-11/+11
* Script editor: Rename 'Clone Down' to 'Duplicate Selection'Rémi Verschelde2021-06-291-3/+3
* Move indent management to CodeEditPaulb232021-06-201-2/+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/+4
|\
| * Move code folding into CodeEdit and hide line hiding APIPaulb232021-06-011-4/+4
* | Merge pull request #49265 from KoBeWi/keepfreplace_2_keepers_of_replaceRémi Verschelde2021-06-091-0/+4
|\ \
| * | Move FindReplaceBar out of CodeTextEditorkobewi2021-06-081-0/+4
| |/
* / Fix TextEditor redo shortcut typoPaulb232021-06-081-1/+1
|/
* Add custom background line colour to TextEdit and remove marked linesPaulb232021-05-221-52/+1
* Add get_base_editor to ScriptEditorBasesent442021-05-151-0/+4
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
* Removed hardcoded shortcuts from /scene and converted to input actionsEric M2021-02-181-14/+14
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-1/+1
* Implement new shortcuts system.Eric M2020-11-231-0/+3
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-2/+3
* Add and convert editor to use CodeEditPaulb232020-09-101-21/+21
* Make unsaved scripts in the script editor more user-friendlyAndrii Doroshenko (Xrayez)2020-07-261-1/+7
* Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-171-16/+26
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-45/+15
* Expose Syntax highlighter for editor pluginsPaulb232020-07-111-0/+1
* Convert syntax highlighters into a resourcePaulb232020-07-111-14/+9
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-61/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-36/+36
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-19/+11
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-11/+11
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Added 'Replace in files' functionality to text editorsDominik 'dreamsComeTrue' Jasiński2020-02-131-0/+7
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed translation for bookmarks menu item name in TextEditorPouleyKetchoupp2019-11-251-1/+1
* Remove dependency on the editor directory being in the build's include path.Marcel Admiraal2019-10-101-1/+1
* Support menu key in TextEdit and LineEdit controlsPaul Trojahn2019-09-221-3/+12
* Add "Find in Files..." to the text editorMichael Alexsander Silva Dias2019-08-121-2/+12
* Move "Go to Line..." from "Edit" to "Go To" in text editorMichael Alexsander Silva Dias2019-08-091-20/+27
* Fix Find in Files Not Working ProperlyEmmanuel Barroga2019-08-061-0/+5