summaryrefslogtreecommitdiffstats
path: root/editor/plugins/text_shader_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Refactor toggling script listkobewi2024-08-281-0/+1
* Merge pull request #94002 from kitbdev/fix-goto-errorRémi Verschelde2024-08-271-1/+1
|\
| * Fix goto line issues in code editorkit2024-07-311-1/+1
* | Make shader language editors inherit the same base classAaron Franke2024-08-151-2/+3
|/
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-5/+5
* Merge pull request #87099 from bitwise-aiden/ba-add-trim-newlinesRémi Verschelde2024-05-301-0/+9
|\
| * Implement trim_final_newlines functionalityAiden Storey2024-05-021-0/+9
* | Merge pull request #89806 from timothyqiu/smart-undoRémi Verschelde2024-05-281-2/+13
|\ \
| * | Disable shader editor's undo/redo menu items when they do nothingHaoyu Qiu2024-03-231-2/+13
* | | Merge pull request #91549 from magian1127/4.0ChangeHighlightingStartKeyRémi Verschelde2024-05-171-0/+2
|\ \ \
| * | | Resolve conflict between shader uniform tooltips "/**" and general annotation...Magian2024-05-141-0/+2
| | |/ | |/|
* | | Merge pull request #91909 from KoBeWi/have_fun_reviewing_thisRémi Verschelde2024-05-141-3/+3
|\ \ \
| * | | Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+3
* | | | Merge pull request #91497 from magian1127/4.0fixShaderHighlightingRémi Verschelde2024-05-131-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix shader highlighting the interruption in color_region caused by disabled_b...Magian2024-05-031-0/+5
* | | | Merge pull request #91647 from jsjtxietian/fix-uint-hightlightRémi Verschelde2024-05-071-1/+1
|\ \ \ \
| * | | | Make native shader source visualizer can highlight uint suffixjsjtxietian2024-05-071-1/+1
* | | | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-3/+1
|/ / / /
* | / / Fix uint's suffix is not highlighted in text shader editorjsjtxietian2024-05-031-0/+2
| |/ / |/| |
* | | Merge pull request #86978 from kitbdev/multicaret-overhaulRémi Verschelde2024-04-301-5/+5
|\ \ \
| * | | Overhaul multiple caret editing in TextEdit.kit2024-04-261-4/+4
| * | | Overhaul TextEdit selection.kit2024-04-261-1/+1
* | | | Implement tooltips for shader uniform in the inspector.Magian2024-04-261-0/+3
|/ / /
* | / Translate "Line N" as a wholeHaoyu Qiu2024-03-231-2/+1
| |/ |/|
* | Merge pull request #88742 from MajorMcDoom/text-editor-zoomRémi Verschelde2024-02-271-1/+3
|\ \
| * | Fixed the text editor theme not being applied on editor start.Zi Ye2024-02-251-1/+3
* | | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
|/ /
* | Add methods to add submenus without using nameskobewi2024-02-221-3/+1
* | Improved text editor status bar and zooming UX.Zi Ye2024-02-211-83/+83
* | Use check_changed_settings_in_group() everywherekobewi2024-02-191-0/+3
* | Merge pull request #87479 from kitbdev/apply-imeRémi Verschelde2024-02-131-0/+4
|\ \
| * | Apply TextEdit IME on most actionskit2024-01-291-0/+4
| |/
* / Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
|/
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-5/+5
* Fix node names of submenu items across the editorYuri Sizov2023-11-081-2/+2
* Add Duplicate Lines shortcut to CodeTextEditorPucklaMotzer092023-09-251-0/+4
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-3/+3
* Fix shader text editor include file reloadingbitsawer2023-09-071-2/+9
* Add EditorStringNames singletonkobewi2023-09-031-5/+6
* Deprecate project_settings_changed signalkobewi2023-08-101-1/+1
* Unify and streamline connecting to Resource changeskobewi2023-07-171-4/+4
* Fix comments and indentation in .gdshaderinc filesjpcerrone2023-07-071-5/+3
* Make shader preprocessor keyword colors consistentbitsawer2023-07-061-1/+1
* Merge pull request #73588 from smosages/resolve-display-shader-settings-in-se...Rémi Verschelde2023-05-091-5/+0
|\
| * Move ShaderWarning definitions into rendering_serversmosages2023-02-251-5/+0