Siyuan Gao
|
0c3b1b51b8
Script Editor: adding close all docs menu option
|
9 years ago |
Paulb23
|
a9956be63d
Added completion font colors
|
9 years ago |
Paulb23
|
8e5c40b364
Added completion scroll color
|
9 years ago |
Juan Linietsky
|
b0f0ae0723
Finally fixes the infamous bug #4444, hoping to never see you again.
|
9 years ago |
Juan Linietsky
|
d8c31e0e74
remove warnings if a script is missing and can't be opened
|
9 years ago |
Juan Linietsky
|
a78226c32c
Only allow built-in scripts to be edited when the scene they belong to is loaded, closes #5403
|
9 years ago |
Daniel J. Ramirez
|
8f259ff5ca
Shortcuts for script switching in script Mode
|
9 years ago |
Paulb23
|
c68e4e8cbe
Fixed save as not working with scripts
|
9 years ago |
Paulb23
|
45f0dec55c
Added code completion existing color setting
|
9 years ago |
Paulb23
|
706895a922
Added code completion selected color setting
|
9 years ago |
Paulb23
|
a40cb680ca
Added code completion background color setting
|
9 years ago |
Juan Linietsky
|
f1af0fd25c
Changed save all scripts shortcut to avoid collision, fixes #4278
|
9 years ago |
Juan Linietsky
|
00bc06b50b
Make sure that scripts are reloaded if needed when they enter editing, fixes #4456
|
9 years ago |
Daniel J. Ramirez
|
422fac5066
Removed lots of prints
|
9 years ago |
Rémi Verschelde
|
2345f7fcae
Merge pull request #5163 from Paulb23/script_editor_shortcuts
|
9 years ago |
Juan Linietsky
|
dca382647e
Merge pull request #5165 from neikeq/pr-issue-5116
|
9 years ago |
Paulb23
|
52d2d52c31
Added script editor shortcuts
|
9 years ago |
Juan Linietsky
|
45443a1651
Changed reload logic to auto-hard-reload scripts on save. It's simpler to use and also fixes #4756
|
9 years ago |
Juan Linietsky
|
482b21a5a4
apply built-in scripts when running the game, closes #4987
|
9 years ago |
Ignacio Etcheverry
|
10881802ba
ConnectionsDock: Double click to create and go to signal connection
|
9 years ago |
volzhs
|
990956c4e0
add line spacing option to script and shader editor (#5105)
|
9 years ago |
Juan Linietsky
|
f8f30662d9
-Ability to reload (and soft reload) tool scripts. Please test!
|
9 years ago |
Paulb23
|
d66b034bd1
Improved breakpoint marker position, and scales with font size
|
9 years ago |
Juan Linietsky
|
2ca4995a6f
Cleaned up remote menu
|
9 years ago |
Juan Linietsky
|
9b1f8230ec
-Some fixes to OSX retina scaling for window functions
|
9 years ago |
Rémi Verschelde
|
a2fee79459
Merge pull request #4843 from Paulb23/breakpoints_next_prev_and_remove_issue_1690
|
9 years ago |
Rémi Verschelde
|
d3b46b6bf2
Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750
|
9 years ago |
Ignacio Etcheverry
|
51be9beec9
ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar
|
9 years ago |
Paulb23
|
daf0ed646f
Added, goto next and previous breakpoint and remove all, issue 1690
|
9 years ago |
Paulb23
|
72fda444d1
Added breakpoint markers, issue 4750
|
9 years ago |