Nathan Franke
|
41a20171eb
align to horizontal_alignment, valign to vertical_alignment, related
|
3 years ago |
kobewi
|
841a9ef820
ScrollContainer's scrollbar visibility is now enum
|
3 years ago |
ator-dev
|
3237950216
Make delete_lines work correctly regardless of the selection
|
3 years ago |
Aaron Franke
|
3c0fdcc8ac
Use "enum class" for input enums
|
4 years ago |
ConteZero
|
fbee4efa5f
Add option to make selection unique
|
3 years ago |
Gordon MacPherson
|
1881b3adc5
Improve GDScript Editor and Improve latency
|
4 years ago |
Rémi Verschelde
|
949c268a68
Merge pull request #52655 from Chaosus/toggle_scripts_panel
|
3 years ago |
Yuri Roubinsky
|
1dda47c280
Added status bar and toggle scripts panel button to EditorHelp/VScripts
|
4 years ago |
Hugo Locurcio
|
1e8976fcb5
Tweak the script editor's line/column indicator for readability
|
4 years ago |
Yuri Roubinsky
|
7ccbf49bda
Prevent error generates if `Delete Line` used on last line in CodeEditor
|
4 years ago |
Rémi Verschelde
|
ce8dbef6a0
Merge pull request #52662 from Chaosus/fix_bookmarks
|
4 years ago |
Yuri Roubinsky
|
6a9e855af9
Fix editor crash on pressing `Go to Previous Bookmark` menu button
|
4 years ago |
ThreeRhinosInAnElephantCostume
|
a442b06313
Fix Find Next shortcut not working when search bar is focused
|
4 years ago |
reduz
|
5cecdfa8af
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
4 years ago |
jmb462
|
838f0d49e3
Fix carret not following while debugging (Fix #51754)
|
4 years ago |
Paulb23
|
bcfc591f86
Reorganise text editor settings
|
4 years ago |
Paulb23
|
b6f5912174
Move CodeEdit theme overrides into EditorTheme
|
4 years ago |
Paulb23
|
ae4dcb8918
Cleanup and bind remaing methods in TextEdit
|
4 years ago |
Paulb23
|
0a32a6907b
Cleanup and expose viewport / scrolling methods
|
4 years ago |
Paulb23
|
9ec3e7f3d7
Cleanup TextEdit selection methods
|
4 years ago |
Paulb23
|
7e70f9e0b9
Expose and cleanup TextEdit line wrap API
|
4 years ago |
Paulb23
|
d5dcaee4c5
Cleanup and rename caret operations
|
4 years ago |
Paulb23
|
8f900ac178
Move line length guidelines into CodeEdit
|
4 years ago |
Paulb23
|
d1a1ad127e
Move brace matching into CodeEdit
|
4 years ago |
Paulb23
|
12f0053555
Move auto brace completion to CodeEdit
|
4 years ago |
PouleyKetchoupp
|
edc858ad82
Optimize theme change in code editor
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
reduz
|
6631f66c2a
Optimize StringName usage
|
4 years ago |
Rémi Verschelde
|
d41f4aca77
Script editor: Rename 'Clone Down' to 'Duplicate Selection'
|
4 years ago |