| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
* | Fix find result current match count | kit | 2024-06-27 | 1 | -1/+7 |
* | Implement trim_final_newlines functionality | Aiden Storey | 2024-05-02 | 1 | -0/+1 |
* | Overhaul multiple caret editing in TextEdit. | kit | 2024-04-26 | 1 | -8/+0 |
* | Store line change in script navigation history | kobewi | 2024-04-25 | 1 | -0/+4 |
* | Improve search/replace bar behavior | Haoyu Qiu | 2024-04-10 | 1 | -2/+2 |
* | Add editor settings for autocompletion with NodePath and StringName | VolTer | 2024-03-19 | 1 | -0/+2 |
* | Improved text editor status bar and zooming UX. | Zi Ye | 2024-02-21 | 1 | -13/+16 |
* | Search terms are now highlighted when the bar opens with a selection. | Brian MacIntosh | 2023-10-30 | 1 | -0/+2 |
* | Fix FindReplaceBar focus problems | kobewi | 2023-10-16 | 1 | -1/+2 |
* | Highlight doc comments in a different color | Danil Alexeev | 2023-10-08 | 1 | -0/+1 |
* | Add code_complete_enabled code editor setting | quinnyo | 2023-06-21 | 1 | -0/+1 |
* | Move convert_indent into CodeEdit | Paulb23 | 2023-05-07 | 1 | -3/+0 |
* | Rework code editor multiline operations | aXu-AP | 2023-02-12 | 1 | -1/+3 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Cancels the code complete timer when the caret moves to another line | Alfred Reinold Baudisch | 2022-12-06 | 1 | -0/+1 |
* | Fix some bugs about search in code editor | Rindbee | 2022-10-11 | 1 | -1/+1 |
* | Merge pull request #61902 from Paulb23/multi-caret | Rémi Verschelde | 2022-10-06 | 1 | -1/+1 |
|\ |
|
| * | Add multi caret support to Editor | Paulb23 | 2022-10-05 | 1 | -1/+1 |
* | | Split script navigation state and edit state | kobewi | 2022-09-25 | 1 | -0/+1 |
|/ |
|
* | Adding shader preprocessor support | Yuri Roubinsky | 2022-07-22 | 1 | -1/+2 |
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde | 2022-05-02 | 1 | -4/+4 |
* | Indicate code editor search match number | Oğuzhan Eroğlu | 2022-04-27 | 1 | -0/+6 |
* | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -30/+30 |
* | Add GDExtension support to Script | reduz | 2022-03-27 | 1 | -3/+3 |
* | Initialize bools in the headers in editor | Aaron Franke | 2022-03-12 | 1 | -4/+4 |
* | Port existing _notification code to use switch statements (part 1/3) | jmb462 | 2022-02-16 | 1 | -0/+2 |
* | Editor: Cleanup some includes dependencies | Rémi Verschelde | 2022-02-15 | 1 | -2/+3 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Remove unimplemented methods | Marcel Admiraal | 2021-10-21 | 1 | -2/+0 |
* | Improve GDScript Editor and Improve latency | Gordon MacPherson | 2021-09-21 | 1 | -2/+0 |
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz | 2021-08-23 | 1 | -2/+2 |
* | Move CodeEdit theme overrides into EditorTheme | Paulb23 | 2021-08-13 | 1 | -1/+0 |
* | Optimize theme change in code editor | PouleyKetchoupp | 2021-07-30 | 1 | -0/+3 |
* | Script editor: Rename 'Clone Down' to 'Duplicate Selection' | Rémi Verschelde | 2021-06-29 | 1 | -1/+1 |
* | Added support for scripts reporting multiple errors to ScriptTextEditor | Eric M | 2021-06-19 | 1 | -3/+6 |
* | Documentation search fixes | Gregory Basile | 2021-06-16 | 1 | -2/+2 |
* | Move FindReplaceBar out of CodeTextEditor | kobewi | 2021-06-08 | 1 | -2/+7 |
* | Add custom background line colour to TextEdit and remove marked lines | Paulb23 | 2021-05-22 | 1 | -0/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Add and convert editor to use CodeEdit | Paulb23 | 2020-09-10 | 1 | -8/+8 |
* | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 | 2020-07-11 | 1 | -0/+3 |
* | Add override keywords. | Marcel Admiraal | 2020-07-10 | 1 | -1/+1 |
* | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -5/+4 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -3/+0 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -1/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Fix toggle scripts panel to allow using shortcut in other areas | Yuri Roubinsky | 2019-12-17 | 1 | -0/+1 |
* | Prevent showing toggle scripts panel switch in shader editor | Yuri Roubinsky | 2019-12-17 | 1 | -0/+2 |