Paulb23
|
a0b409cb14
Add and convert editor to use CodeEdit
|
5 years ago |
Rémi Verschelde
|
5700429e4e
Merge pull request #33760 from nekomatata/script-editor-init-optimization
|
5 years ago |
George Marques
|
aa09b4f85d
Reintroduce code completion
|
5 years ago |
PouleyKetchoupp
|
ccff2f2551
Optimized ScriptEditor initialization when many scripts are loaded
|
5 years ago |
Paulb23
|
bc4cee4458
Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
|
5 years ago |
Paulb23
|
2f1080be9b
Convert syntax highlighters into a resource
|
5 years ago |
Yuri Sizov
|
e94b8a6acc
Improve null check in FindReplaceBar
|
5 years ago |
Yuri Roubinsky
|
25cb5a42e0
Fix error label clicking in status bar for shader editor
|
5 years ago |
Hugo Locurcio
|
31b7f02a29
Remove ToolButton in favor of Button
|
5 years ago |
Maganty Rushyendra
|
2be3a33cc3
Fix code editor Replace tool to work with 'Selection Only' option
|
5 years ago |
Maganty Rushyendra
|
91bdc77d47
Fix match count for whole word search in editor
|
5 years ago |
Maganty Rushyendra
|
2433287871
Fix whole word search slowdown in editor
|
5 years ago |
MrRevington
|
4641fb9ec4
FIX CodeTextEditor not respecting focus in _input
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
e956e80c1f
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
5 years ago |
Rémi Verschelde
|
fdf58a5858
Rename InputFilter back to Input
|
5 years ago |
Rémi Verschelde
|
e14464caeb
Merge pull request #37447 from ThakeeNathees/text-replace-empty-string-fix
|
5 years ago |
Thakee Nathees
|
2144eb05df
replace selected text with empty string bug fixed
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
441f1a5fe9
Popups are now windows also (broken!)
|
5 years ago |
Juan Linietsky
|
4758057f20
Working multiple window support, including editor
|
5 years ago |
Juan Linietsky
|
8e6960a69e
Refactored input, goes all via windows now.
|
5 years ago |
Juan Linietsky
|
4396e98834
Refactored Input, create DisplayServer and DisplayServerX11
|
5 years ago |
Rémi Verschelde
|
e2b66cacf7
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
|
5 years ago |
Rémi Verschelde
|
55396d6e06
Merge pull request #36621 from WizardOhio24/fix-wrong-selection-on-line-clone-down
|
5 years ago |
Richard Menzies
|
28f74327be
Fix wrong selection on cloning a line down in the editor
|
5 years ago |
Rémi Verschelde
|
f742dabafe
Signals: Manually port most of remaining connect_compat uses
|
5 years ago |
Rémi Verschelde
|
01afc442c7
Signals: Port connect calls to use callable_mp
|
5 years ago |
Rémi Verschelde
|
2d904d2f80
Merge pull request #36232 from Calinou/add-soft-line-length-guideline
|
5 years ago |