PucklaMotzer09
|
d2e651f403
Add Duplicate Lines shortcut to CodeTextEditor
|
2 years ago |
Yuri Sizov
|
fe000277ea
Bind remaining theme properties to their respective classes
|
2 years ago |
Jean-Michel Bernard
|
67dce301aa
Add code region folding to CodeEdit
|
2 years ago |
Yuri Sizov
|
2924bfd4d3
Register theme properties with ThemeDB
|
2 years ago |
Yuri Sizov
|
d8ff69d53c
Extract ScriptInstance to simplify includes
|
2 years ago |
Rémi Verschelde
|
858e8748e8
Fix or workaround recent extension API compatibility issues
|
2 years ago |
Yuri Sizov
|
2bd904e3db
Merge pull request #73196 from Vilcrow/fix-lookup-symbol
|
2 years ago |
S.V.I. Vilcrow
|
56e2fad319
Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Symbol' button.
|
2 years ago |
ajreckof
|
006e899bb3
sort code completions with rules
|
2 years ago |
Paulb23
|
0b3fba45c6
Move convert_indent into CodeEdit
|
2 years ago |
Yuri Sizov
|
db2f99cdc0
Implement theme item cache in TextEdit and CodeEdit
|
2 years ago |
Yuri Sizov
|
c311490600
Merge pull request #74665 from YuriSizov/code-edit-is-a-complete-drag
|
2 years ago |
Nong Van Tinh
|
bb3d0fc6b7
Fixes gutter set width results in receiving only half of the desired size
|
2 years ago |
Yuri Sizov
|
ff98395556
Prevent passing events from CodeEdit to TextEdit when code completion is active
|
2 years ago |
kobewi
|
b427d3585c
Allow unindent without selection
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Rémi Verschelde
|
82b1cd6753
Merge pull request #62675 from Jummit/tolerant_lookup
|
2 years ago |
Michael Alexsander
|
4b6e6c6758
Stop centering clicked suggestions in the autocomplete popup
|
2 years ago |
Jummit
|
a6c1cfae99
Allow drag-clicking before symbol lookup
|
2 years ago |
Paulb23
|
4a9d4e3dad
Add mutliple Caret support to TextEdit
|
3 years ago |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 years ago |
Rémi Verschelde
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
MinusKube
|
336400dc42
Add the ability to drag the code completion scrollbar using the mouse click
|
3 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
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 |
reduz
|
360dea5348
Add GDExtension support to Script
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Paulb23
|
0caab00d66
Fix breakpointed_lines out of sync when removing lines above
|
3 years ago |
Paulb23
|
35264d5782
Change completion prefixes to single char and unnecessary ui_cancel accept_event
|
4 years ago |