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
/
script_text_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Fix possible crash in script_text_editor.cpp
rune-scape
2023-12-29
1
-1
/
+4
*
|
|
|
Revert "Add UID support to GDScript files"
Rémi Verschelde
2024-01-29
1
-1
/
+0
|
|
/
/
|
/
|
|
*
|
|
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-1
/
+1
*
|
|
Merge pull request #67132 from KoBeWi/This_commit_message_is_auto-generated._...
Rémi Verschelde
2024-01-18
1
-0
/
+1
|
\
\
\
|
*
|
|
Add UID support to GDScript files
kobewi
2024-01-17
1
-0
/
+1
*
|
|
|
Merge pull request #86676 from rune-scape/sparse-script-reload
Yuri Sizov
2024-01-17
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Hot-reload only changed scripts
rune-scape
2024-01-02
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
-7
/
+7
*
|
|
Merge pull request #83109 from Calinou/script-editor-add-more-toggle-comment-...
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
\
\
|
*
|
|
Allow Ctrl + KP / and Ctrl + # to toggle comment in the script editor
Hugo Locurcio
2023-10-10
1
-1
/
+1
*
|
|
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
|
|
|
|
Merge pull request #85869 from paulloz/dotnet-warning-out-of-date-properties
Rémi Verschelde
2024-01-03
1
-3
/
+5
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Inspector :warning: when C# props might be out of date
Paul Joannon
2023-12-22
1
-3
/
+5
|
|
/
/
/
*
|
|
|
Merge pull request #85527 from fdstevex/master
Yuri Sizov
2023-12-19
1
-0
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix for Cmd-B conflict on macOS, where Cmd-B was
Steve Tibbett
2023-11-30
1
-0
/
+3
|
|
|
/
|
|
/
|
*
/
|
Correctly check scripts that must inherit `EditorPlugin`
Yuri Sizov
2023-11-23
1
-1
/
+1
|
/
/
*
|
Fix node names of submenu items across the editor
Yuri Sizov
2023-11-08
1
-14
/
+14
*
|
Merge pull request #82986 from OmarShehata/fix-external-editor-hot-reload
Rémi Verschelde
2023-10-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix external editor hot reload
Omar Shehata
2023-10-07
1
-1
/
+1
*
|
Merge pull request #72751 from dalexeev/doc-comment-color
Rémi Verschelde
2023-10-09
1
-1
/
+14
|
\
\
|
*
|
Highlight doc comments in a different color
Danil Alexeev
2023-10-08
1
-1
/
+14
|
|
/
*
/
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-1
/
+1
|
/
*
create a constant when dropping a resource into the code editor while CRTL is...
Joaquin Muñiz
2023-09-27
1
-15
/
+58
*
Add Duplicate Lines shortcut to CodeTextEditor
PucklaMotzer09
2023-09-25
1
-0
/
+6
*
Merge pull request #81927 from KoBeWi/uid﹕﹕∕∕c1ick
Rémi Verschelde
2023-09-20
1
-5
/
+10
|
\
|
*
Make UIDs clickable in the script editor
kobewi
2023-09-19
1
-5
/
+10
*
|
Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform
ajreckof
2023-09-19
1
-2
/
+2
|
/
*
Fix accessing editor theme items throughout the UI
Yuri Sizov
2023-09-15
1
-4
/
+4
*
Add code region folding to CodeEdit
Jean-Michel Bernard
2023-09-11
1
-2
/
+16
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-17
/
+18
*
Fix a crash when built-in script is not saved and have syntax error
jsjtxietian
2023-08-30
1
-5
/
+7
*
Assume root when dropping node to unassigned script
kobewi
2023-08-01
1
-2
/
+7
*
Merge pull request #79610 from aaronfranke/toggle-comment-slash
Yuri Sizov
2023-07-31
1
-1
/
+1
|
\
|
*
Add Ctrl+/ as a shortcut to toggle comment in addition to Ctrl+K
Aaron Franke
2023-07-18
1
-1
/
+1
*
|
Merge pull request #75216 from rune-scape/rune-dependancy-errors
Yuri Sizov
2023-07-24
1
-0
/
+63
|
\
\
|
*
|
Script editor: Show depended script errors
rune-scape
2023-07-24
1
-0
/
+63
|
|
/
*
|
Merge pull request #73196 from Vilcrow/fix-lookup-symbol
Yuri Sizov
2023-07-24
1
-3
/
+8
|
\
\
|
|
/
|
/
|
|
*
Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Sym...
S.V.I. Vilcrow
2023-07-12
1
-3
/
+8
*
|
Make onready variables created from dropping nodes include custom types
Theraot
2023-07-12
1
-2
/
+10
*
|
Add a line break to error messages in the script editor
Artyom Lunchenkov
2023-06-19
1
-0
/
+2
*
|
sort code completions with rules
ajreckof
2023-05-23
1
-2
/
+0
*
|
Fix regression with right click on main selection
jmb462
2023-05-08
1
-1
/
+1
*
|
Merge pull request #76658 from Paulb23/convert-indent-code-edit
Rémi Verschelde
2023-05-08
1
-8
/
+6
|
\
\
|
*
|
Move convert_indent into CodeEdit
Paulb23
2023-05-07
1
-8
/
+6
*
|
|
Fix right click in selection of additional caret
Jean-Michel Bernard
2023-05-08
1
-12
/
+18
|
/
/
*
|
Merge pull request #76026 from YuriSizov/editor-running-up-that-gui
Rémi Verschelde
2023-04-26
1
-0
/
+1
|
\
\
|
*
|
Extract editor run toolbar into its own component
Yuri Sizov
2023-04-19
1
-0
/
+1
*
|
|
Add shortcut for quick-toggling word wrap
kobewi
2023-04-19
1
-0
/
+6
|
/
/
[prev]
[next]