summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Fix goto line issues in code editorkit2024-07-311-2/+2
* Implement trim_final_newlines functionalityAiden Storey2024-05-021-0/+2
* Store line change in script navigation historykobewi2024-04-251-0/+6
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-4/+4
* Improved text editor status bar and zooming UX.Zi Ye2024-02-211-0/+1
* Add Duplicate Lines shortcut to CodeTextEditorPucklaMotzer092023-09-251-0/+1
* Add code region folding to CodeEditJean-Michel Bernard2023-09-111-0/+2
* Script editor: Show depended script errorsrune-scape2023-07-241-0/+1
* sort code completions with rulesajreckof2023-05-231-47/+0
* Move convert_indent into CodeEditPaulb232023-05-071-2/+1
* Add shortcut for quick-toggling word wrapkobewi2023-04-191-0/+1
* Remove set_drag_forwarding_compat()kobewi2023-01-141-1/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-1/+5
* Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...Eric M2022-10-251-1/+1
* Reorganize script editor menukobewi2022-10-141-1/+0
* 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
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-2/+2
* Improve sorting of Code Completion options.Eric M2022-04-011-0/+47
* Add GDExtension support to Scriptreduz2022-03-271-2/+2
* Fix theming update of shader editorYuri Roubinsky2022-01-251-0/+5
* Convert TextEdit callbacks to CallablePaulb232022-01-191-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky2021-09-151-1/+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
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-0/+3
* Move FindReplaceBar out of CodeTextEditorkobewi2021-06-081-0/+2
* Add custom background line colour to TextEdit and remove marked linesPaulb232021-05-221-0/+2
* Add get_base_editor to ScriptEditorBasesent442021-05-151-0/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Move safe line color into editorPaulb232020-09-101-0/+4
* Move ConnectionGutter to editor code_editorPaulb232020-09-101-2/+5
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-1/+1
* Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-171-19/+24
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-15/+3
* Convert syntax highlighters into a resourcePaulb232020-07-111-3/+3
* Add override keywords.Marcel Admiraal2020-07-101-33/+33
* Fix error label clicking in status bar for shader editorYuri Roubinsky2020-06-231-1/+0
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Merge pull request #37293 from Janglee123/ctrl-click-improvementsRémi Verschelde2020-05-051-0/+2
|\
| * Improved go-to definition (Ctrl + Click)janglee2020-05-051-0/+2
* | Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
|/