summaryrefslogtreecommitdiff
path: root/editor/plugins/text_editor.h
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-29Use forward-declarations in big editor classestrollodel
2022-10-25Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...Eric M
2022-10-05Merge pull request #66300 from KoBeWi/📝🧭Rémi Verschelde
2022-09-29Rename Indent Left/Right to Indent/DedentVolTer
2022-09-25Split script navigation state and edit statekobewi
2022-08-22Replace Array return types with TypedArraykobewi
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-01-19Convert TextEdit callbacks to CallablePaulb23
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-11Move add_syntax_highlighter bind to ScriptEditorBasePaulb23
2021-09-15Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky
2021-09-01Merge pull request #51639 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli
2021-08-31Implemented advanced features of DAPEv1lbl0w
2021-08-17Improve Undo/Redo menu itemsHaoyu Qiu
2021-06-29Script editor: Rename 'Clone Down' to 'Duplicate Selection'Rémi Verschelde
2021-06-08Move FindReplaceBar out of CodeTextEditorkobewi
2021-05-15Add get_base_editor to ScriptEditorBasesent44
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-09-10Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb23
2020-07-17Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Added 'Replace in files' functionality to text editorsDominik 'dreamsComeTrue' Jasiński
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-22Support menu key in TextEdit and LineEdit controlsPaul Trojahn
2019-08-12Add "Find in Files..." to the text editorMichael Alexsander Silva Dias
2019-08-09Move "Go to Line..." from "Edit" to "Go To" in text editorMichael Alexsander Silva Dias
2019-08-06Fix Find in Files Not Working ProperlyEmmanuel Barroga
2019-07-25Fix memory leaks with SyntaxHighlightersPaulb23
2019-07-01Merge pull request #29071 from YeldhamDev/improve_bookmarksRémi Verschelde
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-17Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde
2019-06-11Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde
2019-05-29Automatically add new line to scriptsMatheus Lima Cunha
2019-05-29Changing method signature in other class in not recognized in working class i...Goral
2019-05-24Improve bookmarksMichael Alexsander Silva Dias
2019-05-05Add bookmarks for easier code navigationTomasz Chabora
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-07-22Allow opening and editing of any utf_8 file in script editorPaulb23