Aaron Franke
|
fa3a32a2d6
Use Key enum instead of plain integers
|
4 years ago |
Bhuvan Vemula
|
a0a019a998
Added EditorCommandPalette
|
4 years ago |
Paulb23
|
809a32c045
Clean up and complete CodeEdit inspector and docs
|
4 years ago |
Paulb23
|
dd5a37f556
Move symbol lookup into CodeEdit
|
4 years ago |
Paulb23
|
12f0053555
Move auto brace completion to CodeEdit
|
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 |
Rémi Verschelde
|
dfc1ec7fb9
Merge pull request #50606 from Chaosus/textedit_fix_guttertype
|
4 years ago |
Yuri Roubinsky
|
1597045b09
Fixed typos in `TextEdit::GutterType` enum
|
4 years ago |
reduz
|
6631f66c2a
Optimize StringName usage
|
4 years ago |
kobewi
|
5e593dda9b
Support single quote when dropping files to script
|
4 years ago |
Rémi Verschelde
|
d41f4aca77
Script editor: Rename 'Clone Down' to 'Duplicate Selection'
|
4 years ago |
Paulb23
|
1a0cfc219b
Move indent management to CodeEdit
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
Rémi Verschelde
|
60dcc4f39c
Merge pull request #49742 from Paulb23/remove_keywords_textedit
|
4 years ago |
Paulb23
|
ab49ea032c
Remove redundant keywords from TextEdit
|
4 years ago |
Eric M
|
d0e78c86d7
Added support for scripts reporting multiple errors to ScriptTextEditor
|
4 years ago |
Rémi Verschelde
|
341cb8da31
Merge pull request #49238 from Paulb23/code_edit_code_folding
|
4 years ago |
kobewi
|
7ff135b015
Consistently prefix bound virtual methods with _
|
4 years ago |
kobewi
|
da6aebeb4c
Move FindReplaceBar out of CodeTextEditor
|
4 years ago |
Paulb23
|
5c618dd03d
Move code folding into CodeEdit and hide line hiding API
|
4 years ago |
Paulb23
|
c1b9971ad8
Move and expose Code Hint in CodeEdit
|
5 years ago |
Paulb23
|
1c16673798
Move and expose AutoComplete in CodeEdit
|
5 years ago |
Paulb23
|
680dc9e81a
Add comment and string tracking to CodeEdit
|
5 years ago |
kobewi
|
4bee21bcc4
Add preload() to resource path when holding Ctrl
|
4 years ago |
Hugo Locurcio
|
80f4e407b2
Add a keyboard shortcut to select the word under cursor in TextEdit
|
4 years ago |
Paulb23
|
00e10a842f
Add custom background line colour to TextEdit and remove marked lines
|
5 years ago |
Rémi Verschelde
|
37c3b33253
Merge pull request #48605 from sent44/scripteditor_get_codeedit
|
4 years ago |
sent44
|
2b30728ebf
Add get_base_editor to ScriptEditorBase
|
4 years ago |
llschuster
|
6b55ec2ca9
text-editor: fix Clicking warning doesn't center around line
|
4 years ago |