kobewi
|
f579c0a79f
Fix Save All trying to save empty scene paths
|
2 years ago |
Rémi Verschelde
|
bed1ebd527
Merge pull request #72259 from Paulb23/json-editing
|
2 years ago |
Paulb23
|
a197d6ef4e
Support editing JSON in ScriptEditor
|
2 years ago |
Rindbee
|
64edc7a5c2
Fix internal editor not updating when using external editor via LSP
|
2 years ago |
kobewi
|
c0083e431b
Cleanup unused engine code v2
|
2 years ago |
Rémi Verschelde
|
4679f8724a
Merge pull request #71628 from reduz/fixup-editor-file-system-script-parsing
|
2 years ago |
Juan Linietsky
|
5bdc0d97d3
Clean up EditorFileSystem script parsing
|
2 years ago |
Rémi Verschelde
|
bcaf048f33
Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function
|
2 years ago |
Christoh Prenissl
|
85aa03baaf
Checking path variable if empty before opening external editor to fix #71528
|
2 years ago |
Adam Scott
|
0dc1bcb0c9
Save history when goto script line in the text editor.
|
2 years ago |
Paulb23
|
659d9b0fa3
Globalise path for New TextFile in FileSystemDock
|
2 years ago |
kobewi
|
59ea36b87c
Remove set_drag_forwarding_compat()
|
2 years ago |
Juan Linietsky
|
e6a4debede
Change set_drag_forwarding() to use callables.
|
2 years ago |
Juan Linietsky
|
0e0a6bb39b
Removed unused property hints and `Object::get_translatable_strings()`
|
2 years ago |
Rémi Verschelde
|
2db593ac2f
Merge pull request #70580 from timothyqiu/drop-extern
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Haoyu Qiu
|
5c498f714d
Fix error when dropping script into script editor
|
2 years ago |
stmSi
|
350eda02cb
Fix Editor Shortcut keys are inserting in Script Editor
|
2 years ago |
trollodel
|
c90d0bd84f
Use forward-declarations in big editor classes
|
2 years ago |
Zae
|
b68b26b27e
Fix reload scripts error after saving in external editor.
|
2 years ago |
Rémi Verschelde
|
5947f22be9
Merge pull request #67578 from KoBeWi/GEDITOR
|
2 years ago |
Rémi Verschelde
|
be126d42d4
Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't
|
2 years ago |
Eric M
|
d499071e5b
Set the shortcut context for the edit/search/goto menus to the ScriptEditor so that shortcuts continue to work when FindReplaceBar is focused.
|
2 years ago |
kobewi
|
d06a8320e5
Simplify GDVIRTUAL_CALL calls
|
2 years ago |
kobewi
|
e48c5daddf
Unify usage of GLOBAL/EDITOR_GET
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
Rémi Verschelde
|
121e1df55b
Merge pull request #66300 from KoBeWi/📝🧭
|
2 years ago |
Rindbee
|
ab0314938e
Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated documents before saving
|
2 years ago |
Rémi Verschelde
|
5b735d000e
Merge pull request #66815 from Rindbee/fix-blinking-line-gutter-icon
|
2 years ago |
Rindbee
|
72a7d874b4
Fix the flickering of the line gutter icon when saving
|
2 years ago |