Rémi Verschelde
|
f425d403fe
Merge pull request #57066 from KoBeWi/in_the_name_of_the_custom
|
3 年之前 |
Rémi Verschelde
|
a66e55069e
Merge pull request #57796 from akien-mga/revert-sname-theme-setters
|
3 年之前 |
Rémi Verschelde
|
fc076ece3d
Revert "Add missing SNAME macro optimization to all theme methods call"
|
3 年之前 |
Rémi Verschelde
|
317cd0b19a
Refactor some object type checking code with `cast_to`
|
3 年之前 |
kobewi
|
a08fc442a0
Fix script editor errors with CustomCallables
|
3 年之前 |
jmb462
|
a988fad9a0
Add missing SNAME macro optimization to all theme methods call
|
3 年之前 |
jmb462
|
1ce81dc5f2
Add missing SNAME macro optimization in some function calls
|
3 年之前 |
Anilforextra
|
adbe948bda
String: Add contains().
|
3 年之前 |
Yuri Roubinsky
|
050f746e19
Fix theming update of shader editor
|
3 年之前 |
Paulb23
|
f43f68f605
Convert TextEdit callbacks to Callable
|
3 年之前 |
Rémi Verschelde
|
3efa6644c4
Merge pull request #55541 from KoBeWi/outcognito_scripts
|
3 年之前 |
kobewi
|
f524ddebd5
Make script type distinguishable by icon
|
3 年之前 |
Rémi Verschelde
|
6d4ed65f4c
Merge pull request #56483 from vnen/gdscript-warning-annotation
|
3 年之前 |
George Marques
|
923b7b2748
Remove action to ignore warning in the script editor
|
3 年之前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年之前 |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 年之前 |
Nathan Franke
|
41a20171eb
align to horizontal_alignment, valign to vertical_alignment, related
|
3 年之前 |
jmb462
|
81efebb3a1
Fix bad popups offset in editor with single window off
|
4 年之前 |
Yuri Roubinsky
|
eabf8f5edf
Added `reset_size` method to `Control` and `Window` classes
|
3 年之前 |
Aaron Franke
|
3c0fdcc8ac
Use "enum class" for input enums
|
4 年之前 |
Rémi Verschelde
|
2beaae4b6f
String: Remove `erase` method, bindings can't mutate String
|
3 年之前 |
kobewi
|
134e4d168b
Improve save handling for built-in scripts
|
3 年之前 |
kobewi
|
e393c2a734
Add is_built_in() method to Resource
|
4 年之前 |
Rémi Verschelde
|
3b11e33a09
clang-format: Disable alignment of operands, too unreliable
|
3 年之前 |
Paulb23
|
3010bca41b
Move add_syntax_highlighter bind to ScriptEditorBase
|
3 年之前 |
Paulb23
|
44e260e247
Allow breakpoints in closed files
|
3 年之前 |
Eric M
|
bd3cc8d6cc
Fixed ScriptTextEditor errors/warnings panel formatting.
|
3 年之前 |
Eric M
|
6b65092c57
Added ability to override shortcut definitions for OSX (remove preprocessor defines)
|
4 年之前 |
Yuri Roubinsky
|
1dda47c280
Added status bar and toggle scripts panel button to EditorHelp/VScripts
|
3 年之前 |
Yuri Roubinsky
|
6a9e855af9
Fix editor crash on pressing `Go to Previous Bookmark` menu button
|
3 年之前 |