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-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
2021-08-12
Cleanup and bind remaing methods in TextEdit
Paulb23
2021-08-12
Protect internal CodeEdit --> TextEdit API
Paulb23
2021-08-12
Cleanup TextEdit selection methods
Paulb23
2021-08-12
Cleanup and rename caret operations
Paulb23
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-08-09
Added EditorCommandPalette
Bhuvan Vemula
2021-08-01
Clean up and complete CodeEdit inspector and docs
Paulb23
2021-08-01
Move symbol lookup into CodeEdit
Paulb23
2021-08-01
Move auto brace completion to CodeEdit
Paulb23
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-19
Merge pull request #50606 from Chaosus/textedit_fix_guttertype
Rémi Verschelde
2021-07-19
Fixed typos in `TextEdit::GutterType` enum
Yuri Roubinsky
2021-07-18
Optimize StringName usage
reduz
2021-07-03
Support single quote when dropping files to script
kobewi
[next]