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