summaryrefslogtreecommitdiffstats
path: root/editor/plugins/text_shader_editor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* 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 editor
| * 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` setting and functionality
| * 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 nothing
| * | 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 `/**/`.
| * | | Resolve conflict between shader uniform tooltips "/**" and general ↵Magian2024-05-141-0/+2
| | |/ | |/| | | | | | | annotation "/**/".
* | | Merge pull request #91909 from KoBeWi/have_fun_reviewing_thisRémi Verschelde2024-05-141-3/+3
|\ \ \ | | | | | | | | | | | | Use Core/Scene stringnames consistently
| * | | 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_branch_regions`.
| * | | Fix shader highlighting the interruption in color_region caused by ↵Magian2024-05-031-0/+5
| | | | | | | | | | | | | | | | disabled_branch_regions.
* | | | Merge pull request #91647 from jsjtxietian/fix-uint-hightlightRémi Verschelde2024-05-071-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Make native shader source visualizer highlight uint suffix
| * | | | 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
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable
* | / / 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 multicaret editing and selection in TextEdit
| * | | Overhaul multiple caret editing in TextEdit.kit2024-04-261-4/+4
| | | | | | | | | | | | | | | | Use a multicaret edit to delay merging overlapping carets until the end.
| * | | Overhaul TextEdit selection.kit2024-04-261-1/+1
| | | | | | | | | | | | | | | | The caret is now a part of the selection.
* | | | Implement tooltips for shader uniform in the inspector.Magian2024-04-261-0/+3
|/ / / | | | | | | | | | using regular expressions
* | / 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
|\ \ | | | | | | | | | Fix the text editor theme not being applied on editor start
| * | 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
|\ \ | | | | | | | | | Fix TextEdit IME issues
| * | 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
| | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* Update deferred calls to use Callableskobewi2024-01-091-5/+5
|
* Fix node names of submenu items across the editorYuri Sizov2023-11-081-2/+2
| | | | Also removes some programmer remarks and fixes some docs.
* Add Duplicate Lines shortcut to CodeTextEditorPucklaMotzer092023-09-251-0/+4
| | | | This keyboard shortcut has been made with inspiration from the VS Code keyboard shortcut editor.action.copyLinesDownAction. It duplicates all selected lines and inserts them below no matter where the caret is within the line.
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-3/+3
| | | | This also exposes `EditorInterface::get_editor_theme`.
* 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
| | | | | | Fixes #78205 The handling of comments and indentation in the shader editor wasn't considering shader include files.
* Make shader preprocessor keyword colors consistentbitsawer2023-07-061-1/+1
|
* Merge pull request #73588 from ↵Rémi Verschelde2023-05-091-5/+0
|\ | | | | | | | | | | smosages/resolve-display-shader-settings-in-settings-editor Define shader language project settings before creation of `TextShaderEditor` object.
| * Move ShaderWarning definitions into rendering_serversmosages2023-02-251-5/+0
| |