summaryrefslogtreecommitdiffstats
path: root/editor/plugins/text_shader_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Add shortcut for quick-toggling word wrapkobewi2023-04-191-0/+5
* | Merge pull request #74114 from dalexeev/editor-help-enable-context-menuYuri Sizov2023-03-161-0/+1
|\ \
| * | Enable `RichTextLabel` context menu if selection is enabledDanil Alexeev2023-03-061-0/+1
| |/
* / Shader editor trims trailing whitespace if set in editor settingsAndreas Raddau2023-03-091-0/+12
|/
* Fix several shader preprocessor include issuesbitsawer2023-01-271-2/+3
* Tweak text color for disabled preprocessor branches in the shader editorHugo Locurcio2023-01-071-1/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-50/+50
* Merge pull request #61902 from Paulb23/multi-caretRémi Verschelde2022-10-061-0/+1
|\
| * Add multi caret support to EditorPaulb232022-10-051-0/+1
* | add explicit editor save tagging when savingKasper Sauramo2022-10-041-0/+4
* | Prevent infinite confirmation in shader editorkobewi2022-10-041-1/+1
|/
* Separate TextShaderEditor and ShaderEditorPlugin into different filesAaron Franke2022-10-021-0/+1191