summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Code Editor: Add button to toggle between search and search+replace modesElliot Fontaine2024-09-081-0/+3
* Refactor toggling script listkobewi2024-08-281-0/+2
* Fix goto line issues in code editorkit2024-07-311-2/+2
* Fix find result current match countkit2024-06-271-1/+7
* Implement trim_final_newlines functionalityAiden Storey2024-05-021-0/+1
* Overhaul multiple caret editing in TextEdit.kit2024-04-261-8/+0
* Store line change in script navigation historykobewi2024-04-251-0/+4
* Improve search/replace bar behaviorHaoyu Qiu2024-04-101-2/+2
* Add editor settings for autocompletion with NodePath and StringNameVolTer2024-03-191-0/+2
* Improved text editor status bar and zooming UX.Zi Ye2024-02-211-13/+16
* Search terms are now highlighted when the bar opens with a selection.Brian MacIntosh2023-10-301-0/+2
* Fix FindReplaceBar focus problemskobewi2023-10-161-1/+2
* Highlight doc comments in a different colorDanil Alexeev2023-10-081-0/+1
* Add code_complete_enabled code editor settingquinnyo2023-06-211-0/+1
* Move convert_indent into CodeEditPaulb232023-05-071-3/+0
* Rework code editor multiline operationsaXu-AP2023-02-121-1/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cancels the code complete timer when the caret moves to another lineAlfred Reinold Baudisch2022-12-061-0/+1
* Fix some bugs about search in code editorRindbee2022-10-111-1/+1
* Merge pull request #61902 from Paulb23/multi-caretRémi Verschelde2022-10-061-1/+1
|\
| * Add multi caret support to EditorPaulb232022-10-051-1/+1
* | Split script navigation state and edit statekobewi2022-09-251-0/+1
|/
* Adding shader preprocessor supportYuri Roubinsky2022-07-221-1/+2
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-4/+4
* Indicate code editor search match numberOğuzhan Eroğlu2022-04-271-0/+6
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-30/+30
* Add GDExtension support to Scriptreduz2022-03-271-3/+3
* Initialize bools in the headers in editorAaron Franke2022-03-121-4/+4
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-0/+2
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-2/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
* Improve GDScript Editor and Improve latencyGordon MacPherson2021-09-211-2/+0
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+2
* Move CodeEdit theme overrides into EditorThemePaulb232021-08-131-1/+0
* Optimize theme change in code editorPouleyKetchoupp2021-07-301-0/+3
* 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-3/+6
* Documentation search fixesGregory Basile2021-06-161-2/+2
* Move FindReplaceBar out of CodeTextEditorkobewi2021-06-081-2/+7
* Add custom background line colour to TextEdit and remove marked linesPaulb232021-05-221-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add and convert editor to use CodeEditPaulb232020-09-101-8/+8
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-0/+3
* Add override keywords.Marcel Admiraal2020-07-101-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-5/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Texture refactorJuan Linietsky2020-02-111-1/+1