index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
text_shader_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Refactor toggling script list
kobewi
2024-08-28
1
-0
/
+1
*
Merge pull request #94002 from kitbdev/fix-goto-error
Rémi Verschelde
2024-08-27
1
-1
/
+1
|
\
|
*
Fix goto line issues in code editor
kit
2024-07-31
1
-1
/
+1
*
|
Make shader language editors inherit the same base class
Aaron Franke
2024-08-15
1
-2
/
+3
|
/
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-5
/
+5
*
Merge pull request #87099 from bitwise-aiden/ba-add-trim-newlines
Rémi Verschelde
2024-05-30
1
-0
/
+9
|
\
|
*
Implement trim_final_newlines functionality
Aiden Storey
2024-05-02
1
-0
/
+9
*
|
Merge pull request #89806 from timothyqiu/smart-undo
Rémi Verschelde
2024-05-28
1
-2
/
+13
|
\
\
|
*
|
Disable shader editor's undo/redo menu items when they do nothing
Haoyu Qiu
2024-03-23
1
-2
/
+13
*
|
|
Merge pull request #91549 from magian1127/4.0ChangeHighlightingStartKey
Rémi Verschelde
2024-05-17
1
-0
/
+2
|
\
\
\
|
*
|
|
Resolve conflict between shader uniform tooltips "/**" and general annotation...
Magian
2024-05-14
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #91909 from KoBeWi/have_fun_reviewing_this
Rémi Verschelde
2024-05-14
1
-3
/
+3
|
\
\
\
|
*
|
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-3
/
+3
*
|
|
|
Merge pull request #91497 from magian1127/4.0fixShaderHighlighting
Rémi Verschelde
2024-05-13
1
-0
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix shader highlighting the interruption in color_region caused by disabled_b...
Magian
2024-05-03
1
-0
/
+5
*
|
|
|
Merge pull request #91647 from jsjtxietian/fix-uint-hightlight
Rémi Verschelde
2024-05-07
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Make native shader source visualizer can highlight uint suffix
jsjtxietian
2024-05-07
1
-1
/
+1
*
|
|
|
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-3
/
+1
|
/
/
/
/
*
|
/
/
Fix uint's suffix is not highlighted in text shader editor
jsjtxietian
2024-05-03
1
-0
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #86978 from kitbdev/multicaret-overhaul
Rémi Verschelde
2024-04-30
1
-5
/
+5
|
\
\
\
|
*
|
|
Overhaul multiple caret editing in TextEdit.
kit
2024-04-26
1
-4
/
+4
|
*
|
|
Overhaul TextEdit selection.
kit
2024-04-26
1
-1
/
+1
*
|
|
|
Implement tooltips for shader uniform in the inspector.
Magian
2024-04-26
1
-0
/
+3
|
/
/
/
*
|
/
Translate "Line N" as a whole
Haoyu Qiu
2024-03-23
1
-2
/
+1
|
|
/
|
/
|
*
|
Merge pull request #88742 from MajorMcDoom/text-editor-zoom
Rémi Verschelde
2024-02-27
1
-1
/
+3
|
\
\
|
*
|
Fixed the text editor theme not being applied on editor start.
Zi Ye
2024-02-25
1
-1
/
+3
*
|
|
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-1
/
+1
|
/
/
*
|
Add methods to add submenus without using names
kobewi
2024-02-22
1
-3
/
+1
*
|
Improved text editor status bar and zooming UX.
Zi Ye
2024-02-21
1
-83
/
+83
*
|
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-0
/
+3
*
|
Merge pull request #87479 from kitbdev/apply-ime
Rémi Verschelde
2024-02-13
1
-0
/
+4
|
\
\
|
*
|
Apply TextEdit IME on most actions
kit
2024-01-29
1
-0
/
+4
|
|
/
*
/
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
|
/
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-5
/
+5
*
Fix node names of submenu items across the editor
Yuri Sizov
2023-11-08
1
-2
/
+2
*
Add Duplicate Lines shortcut to CodeTextEditor
PucklaMotzer09
2023-09-25
1
-0
/
+4
*
Fix accessing editor theme items throughout the UI
Yuri Sizov
2023-09-15
1
-3
/
+3
*
Fix shader text editor include file reloading
bitsawer
2023-09-07
1
-2
/
+9
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-5
/
+6
*
Deprecate project_settings_changed signal
kobewi
2023-08-10
1
-1
/
+1
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-4
/
+4
*
Fix comments and indentation in .gdshaderinc files
jpcerrone
2023-07-07
1
-5
/
+3
*
Make shader preprocessor keyword colors consistent
bitsawer
2023-07-06
1
-1
/
+1
*
Merge pull request #73588 from smosages/resolve-display-shader-settings-in-se...
Rémi Verschelde
2023-05-09
1
-5
/
+0
|
\
|
*
Move ShaderWarning definitions into rendering_server
smosages
2023-02-25
1
-5
/
+0
[next]