summaryrefslogtreecommitdiffstats
path: root/editor/plugins/text_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky2021-09-151-0/+1
* Merge pull request #51639 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli2021-09-011-0/+2
|\
| * Implemented advanced features of DAPEv1lbl0w2021-08-311-0/+2
* | Improve Undo/Redo menu itemsHaoyu Qiu2021-08-171-0/+1
|/
* Script editor: Rename 'Clone Down' to 'Duplicate Selection'Rémi Verschelde2021-06-291-1/+1
* Move FindReplaceBar out of CodeTextEditorkobewi2021-06-081-0/+1
* Add get_base_editor to ScriptEditorBasesent442021-05-151-0/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-1/+1
* Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-171-11/+10
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-13/+3
* Convert syntax highlighters into a resourcePaulb232020-07-111-3/+3
* Add override keywords.Marcel Admiraal2020-07-101-33/+33
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* 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/+1
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Support menu key in TextEdit and LineEdit controlsPaul Trojahn2019-09-221-1/+1
* Add "Find in Files..." to the text editorMichael Alexsander Silva Dias2019-08-121-0/+1
* Move "Go to Line..." from "Edit" to "Go To" in text editorMichael Alexsander Silva Dias2019-08-091-1/+1
* Fix Find in Files Not Working ProperlyEmmanuel Barroga2019-08-061-0/+1
* Fix memory leaks with SyntaxHighlightersPaulb232019-07-251-0/+1
* Merge pull request #29071 from YeldhamDev/improve_bookmarksRémi Verschelde2019-07-011-0/+4
|\
| * Improve bookmarksMichael Alexsander Silva Dias2019-05-241-0/+4
* | Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* | Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde2019-06-171-0/+2
|\ \
| * | Changing method signature in other class in not recognized in working class i...Goral2019-05-291-0/+2
* | | Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde2019-06-111-0/+1
|\ \ \ | |_|/ |/| |
| * | Automatically add new line to scriptsMatheus Lima Cunha2019-05-291-0/+1
* | | Add bookmarks for easier code navigationTomasz Chabora2019-05-051-0/+4
| |/ |/|
* | Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson2019-04-231-0/+2
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Allow opening and editing of any utf_8 file in script editorPaulb232018-07-221-0/+146