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-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
2021-09-01
Merge pull request #51639 from Ev1lbl0w/gsoc21-dap
Fabio Alessandrelli
2021-08-31
Implemented advanced features of DAP
Ev1lbl0w
2021-08-29
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-28
Optimise TextEdit get height and width
Paulb23
2021-08-18
Merge pull request #51627 from mhilbrunner/todo-for-neikeq
Rémi Verschelde
2021-08-17
Merge pull request #51729 from yjh0502/ext-reload-master
Rémi Verschelde
2021-08-17
Remove underscore hacks
Max Hilbrunner
2021-08-17
Improve Undo/Redo menu items
Haoyu Qiu
2021-08-17
Auto-reload scripts with external editor
Jihyun Yu
2021-08-16
Reorganise text editor settings
Paulb23
2021-08-13
Style: Cleanup code using `text_editor/completion/use_single_quotes`
Rémi Verschelde
2021-08-13
Allow dropping property path into script editor
Haoyu Qiu
[next]