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
...
*
Add a new HashSet template
reduz
2022-05-20
1
-3
/
+3
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
Use % when dropping unique scene nodes into script
Jummit
2022-05-18
1
-2
/
+12
*
Include quotes conditionally for dropped paths
kobewi
2022-05-17
1
-2
/
+8
*
Create onready variables when dropping nodes and holding Ctrl
Haoyu Qiu
2022-05-17
1
-10
/
+37
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-9
/
+9
*
Fix signal completion in GDScript editor
Yuri Rubinsky
2022-05-12
1
-0
/
+15
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-3
/
+3
*
Added button to add warning ignore annotations
Igor Kordiukiewicz
2022-04-28
1
-1
/
+36
*
Improve sorting of Code Completion options.
Eric M
2022-04-01
1
-0
/
+3
*
Add GDExtension support to Script
reduz
2022-03-27
1
-9
/
+11
*
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-2
/
+2
*
Add check to prevent "p_gutter = -1" error spam
nova++
2022-03-08
1
-0
/
+3
*
Remove duplicate editor settings definitions
kobewi
2022-03-06
1
-1
/
+1
*
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-2
/
+0
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
Merge pull request #57066 from KoBeWi/in_the_name_of_the_custom
Rémi Verschelde
2022-02-08
1
-6
/
+7
|
\
|
*
Fix script editor errors with CustomCallables
kobewi
2022-02-07
1
-6
/
+7
*
|
Merge pull request #57796 from akien-mga/revert-sname-theme-setters
Rémi Verschelde
2022-02-08
1
-1
/
+1
|
\
\
|
*
|
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
|
|
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-1
/
+1
|
/
/
*
/
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
|
/
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-4
/
+4
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
Fix theming update of shader editor
Yuri Roubinsky
2022-01-25
1
-8
/
+23
*
Convert TextEdit callbacks to Callable
Paulb23
2022-01-19
1
-2
/
+4
*
Merge pull request #55541 from KoBeWi/outcognito_scripts
Rémi Verschelde
2022-01-14
1
-2
/
+11
|
\
|
*
Make script type distinguishable by icon
kobewi
2022-01-13
1
-2
/
+11
*
|
Merge pull request #56483 from vnen/gdscript-warning-annotation
Rémi Verschelde
2022-01-05
1
-17
/
+1
|
\
\
|
*
|
Remove action to ignore warning in the script editor
George Marques
2022-01-04
1
-17
/
+1
|
|
/
*
/
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-11
/
+11
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-1
/
+1
*
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-2
/
+2
*
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
1
-3
/
+3
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-44
/
+44
*
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
2021-11-11
1
-4
/
+1
*
Improve save handling for built-in scripts
kobewi
2021-11-07
1
-11
/
+14
*
Add is_built_in() method to Resource
kobewi
2021-11-04
1
-2
/
+2
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-5
/
+6
*
Move add_syntax_highlighter bind to ScriptEditorBase
Paulb23
2021-10-11
1
-2
/
+0
*
Allow breakpoints in closed files
Paulb23
2021-10-07
1
-1
/
+1
*
Fixed ScriptTextEditor errors/warnings panel formatting.
Eric M
2021-10-04
1
-0
/
+6
*
Added ability to override shortcut definitions for OSX (remove preprocessor d...
Eric M
2021-09-22
1
-22
/
+12
*
Added status bar and toggle scripts panel button to EditorHelp/VScripts
Yuri Roubinsky
2021-09-15
1
-3
/
+1
*
Fix editor crash on pressing `Go to Previous Bookmark` menu button
Yuri Roubinsky
2021-09-14
1
-1
/
+1
*
Merge pull request #52106 from Paulb23/text-edit-optimisation
Gilles Roudière
2021-09-08
1
-1
/
+0
|
\
|
*
Optimise TextEdit get height and width
Paulb23
2021-08-28
1
-1
/
+0
*
|
Merge pull request #51639 from Ev1lbl0w/gsoc21-dap
Fabio Alessandrelli
2021-09-01
1
-0
/
+8
|
\
\
|
*
|
Implemented advanced features of DAP
Ev1lbl0w
2021-08-31
1
-0
/
+8
[prev]
[next]