summaryrefslogtreecommitdiffstats
path: root/editor/plugins/text_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-2/+2
* Fix goto line issues in code editorkit2024-07-311-1/+1
* Implement trim_final_newlines functionalityAiden Storey2024-05-021-0/+2
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Improved text editor status bar and zooming UX.Zi Ye2024-02-211-0/+1
* Add Duplicate Lines shortcut to CodeTextEditorPucklaMotzer092023-09-251-0/+1
* Single Compilation Unit build.lawnjelly2023-06-061-0/+2
* Move convert_indent into CodeEditPaulb232023-05-071-2/+1
* Add shortcut for quick-toggling word wrapkobewi2023-04-191-0/+1
* Support editing JSON in ScriptEditorPaulb232023-01-281-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...Eric M2022-10-251-1/+1
* Merge pull request #66300 from KoBeWi/📝🧭Rémi Verschelde2022-10-051-0/+1
|\
| * Split script navigation state and edit statekobewi2022-09-251-0/+1
* | Rename Indent Left/Right to Indent/DedentVolTer2022-09-291-2/+2
|/
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-2/+2
* Convert TextEdit callbacks to CallablePaulb232022-01-191-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Move add_syntax_highlighter bind to ScriptEditorBasePaulb232021-10-111-2/+0
* 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
|\ \