PucklaMotzer09
|
d2e651f403
Add Duplicate Lines shortcut to CodeTextEditor
|
2 years ago |
ajreckof
|
6afadbaa9f
Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform
|
2 years ago |
Yuri Sizov
|
fe000277ea
Bind remaining theme properties to their respective classes
|
1 year ago |
Jean-Michel Bernard
|
67dce301aa
Add code region folding to CodeEdit
|
2 years ago |
Yuri Sizov
|
2924bfd4d3
Register theme properties with ThemeDB
|
1 year ago |
ajreckof
|
1eb3d99ff7
Fix CodeEdit completion being very slow in certain cases
|
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 |
MewPurPur
|
6e182d41f4
Hide breakpoint indicator when mouse leaves CodeEdit
|
2 years ago |
Rémi Verschelde
|
0653f7a5b0
Merge pull request #77722 from ApplecrispEric/drag-drop-autocomplete
|
2 years ago |
Eric Brown
|
42bc437615
Changed autocomplete to cancel when the user begins a drag
|
2 years ago |
ajreckof
|
e9a2060b27
Fix wrong alphabetical order in autocompletion sorting.
|
2 years ago |
ajreckof
|
006e899bb3
sort code completions with rules
|
2 years ago |
Paulb23
|
0b3fba45c6
Move convert_indent into CodeEdit
|
2 years ago |
Rémi Verschelde
|
c0ee2b4968
Merge pull request #76145 from manueldun/usability-auto-indent
|
2 years ago |
Manuel Dun
|
fa7e6ddb83
Fix auto-indentation in typed arrays, comments, and after colon
|
2 years ago |
Yuri Sizov
|
de416c5cbd
Merge pull request #74623 from MewPurPur/edit-text-with-style
|
2 years ago |
bruvzg
|
a5009f4d3c
[Web] Detect host OS and use macOS keys on mac hosts.
|
2 years ago |
VolTer
|
f587a21899
Code style improvements to text_edit and related
|
2 years ago |
Juan Linietsky
|
37362202a4
Fix CI build error
|
2 years ago |
Yuri Sizov
|
db2f99cdc0
Implement theme item cache in TextEdit and CodeEdit
|
2 years ago |
Rémi Verschelde
|
420ea5c0ad
Merge pull request #73074 from M4rYu5/capslock-editor-completion-fix
|
2 years ago |
Yuri Sizov
|
ff98395556
Prevent passing events from CodeEdit to TextEdit when code completion is active
|
2 years ago |
Arman Elgudzhyan
|
688d00b706
Don't autocomplete numbers in GDScript
|
2 years ago |
VolTer
|
9de731a9ec
Fix Indent/Unindent without a selection not causing a redraw
|
2 years ago |
VolTer
|
d16df33021
Fix autocomplete persisting at the beginning of a line
|
2 years ago |
M4rYu5
|
97d355c13d
Now, in editor, CapsLock behave like a modifier key: does nothing when pressed alone.
|
2 years ago |
poohcom1
|
c161ee3519
Fix autocomplete filter not including substrings
|
2 years ago |
kobewi
|
b427d3585c
Allow unindent without selection
|
2 years ago |