kobewi
|
e48c5daddf
Unify usage of GLOBAL/EDITOR_GET
|
2 years ago |
Rémi Verschelde
|
f5903215d0
Merge pull request #61902 from Paulb23/multi-caret
|
2 years ago |
Paulb23
|
0cbe176ce6
Add multi caret support to Editor
|
3 years ago |
Rémi Verschelde
|
121e1df55b
Merge pull request #66300 from KoBeWi/📝🧭
|
2 years ago |
Rindbee
|
72a7d874b4
Fix the flickering of the line gutter icon when saving
|
2 years ago |
VolTer
|
ded10214bf
Rename Indent Left/Right to Indent/Dedent
|
2 years ago |
kobewi
|
14435ebcee
Split script navigation state and edit state
|
2 years ago |
Micky
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 years ago |
Yuri Sizov
|
9f55bd971e
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
|
3 years ago |
Juan Linietsky
|
d4433ae6d3
Remove Signal connect binds
|
3 years ago |
FireForge
|
97dfbea6ad
Rename Control PRESET_WIDE to PRESET_FULL_RECT
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
kobewi
|
42078dec9f
Allow negative indexes in ItemList and PopupMenu
|
3 years ago |
Rémi Verschelde
|
fc076ece3d
Revert "Add missing SNAME macro optimization to all theme methods call"
|
3 years ago |
jmb462
|
a988fad9a0
Add missing SNAME macro optimization to all theme methods call
|
3 years ago |
Paulb23
|
f43f68f605
Convert TextEdit callbacks to Callable
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
jmb462
|
81efebb3a1
Fix bad popups offset in editor with single window off
|
4 years ago |
Yuri Roubinsky
|
eabf8f5edf
Added `reset_size` method to `Control` and `Window` classes
|
3 years ago |
Aaron Franke
|
3c0fdcc8ac
Use "enum class" for input enums
|
4 years ago |
kobewi
|
134e4d168b
Improve save handling for built-in scripts
|
3 years ago |
kobewi
|
e393c2a734
Add is_built_in() method to Resource
|
4 years ago |
Paulb23
|
3010bca41b
Move add_syntax_highlighter bind to ScriptEditorBase
|
3 years ago |
Yuri Roubinsky
|
1dda47c280
Added status bar and toggle scripts panel button to EditorHelp/VScripts
|
4 years ago |
Haoyu Qiu
|
16c2d4ef22
Improve Undo/Redo menu items
|
4 years ago |
Paulb23
|
bcfc591f86
Reorganise text editor settings
|
4 years ago |
Paulb23
|
ae4dcb8918
Cleanup and bind remaing methods in TextEdit
|
4 years ago |