Paulb23
|
b289bb514b
Fixed script_editor info_clicked signal not being connected
|
5 years ago |
Andrii Doroshenko (Xrayez)
|
7247247522
Make unsaved scripts in the script editor more user-friendly
|
5 years ago |
Rémi Verschelde
|
5700429e4e
Merge pull request #33760 from nekomatata/script-editor-init-optimization
|
5 years ago |
George Marques
|
95c0909290
Add warning checks in GDScript analyzer
|
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
|
156daddaaf
Expose Syntax highlighter for editor plugins
|
5 years ago |
Paulb23
|
2f1080be9b
Convert syntax highlighters into a resource
|
5 years ago |
George Marques
|
9654365547
Add a map of autoloads to ProjectSettings
|
5 years ago |
Yuri Roubinsky
|
25cb5a42e0
Fix error label clicking in status bar for shader editor
|
5 years ago |
Hugo Locurcio
|
0c0ee427d2
Improve the text appearance in the script editor warnings panel
|
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
|
4d50f747d5
Merge pull request #37293 from Janglee123/ctrl-click-improvements
|
5 years ago |
janglee
|
be7a353c70
Improved go-to definition (Ctrl + Click)
|
5 years ago |
Rémi Verschelde
|
2cd952bd84
Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor
|
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 |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
Rémi Verschelde
|
951ecc4f79
Merge pull request #36518 from Janglee123/no-underlined-keywords
|
5 years ago |
janglee
|
50a570c9c1
Removed underlining for not clickable symbols
|
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
|
01afc442c7
Signals: Port connect calls to use callable_mp
|
5 years ago |
nathanwfranke
|
2dd498df70
Fix autocomplete and GDScript Highlighting for types
|
5 years ago |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
5 years ago |
bruvzg
|
1af06d3d46
Rename `scancode` to `keycode`.
|
7 years ago |
Fabio Alessandrelli
|
cbc450c0e5
Huge Debugger/EditorDebugger refactor.
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |