aboutsummaryrefslogtreecommitdiff
path: root/editor/script_editor_debugger.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add editor setting to allow keep show local scene tree while debugger start.geequlim2017-11-221-0/+1
| | | | Rename editor setting scene_tree_refresh_interval to remote_scene_tree_refresh_interval.
* Move the remote scene tree to the scene tree dock.Geequlim2017-11-171-3/+1
| | | | | | Ignore all script constants in the global section of the breakpoint stack. Check property size before send to avoid too large of data be sent. Fix crash while clear the remote objects from the debugger.
* Send script members, contants and globals to debuggergeequlim2017-11-171-4/+7
| | | | Remove remote inspector panel
* Monitor: add checkbox to monitor listPoommetee Ketson2017-10-241-1/+1
| | | | so that users don't have to hold CTRL to select multiple entries.
* Separated Editor settings and Scene undo redo stackPaulb232017-10-151-3/+3
|
* Renamed function arguments to keep them consistent between declaration and ↵Wilson E. Alvarez2017-09-141-1/+1
| | | | implementation
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Ability to set script debugger reason text context.Daniel J. Ramirez2017-08-221-0/+7
|
* Several ui improvements (mostly margins)Daniel J. Ramirez2017-08-081-1/+1
| | | | | | Improved colors Added some missing icons
* Better user expirence with external text editors.geequlim2017-06-271-0/+7
| | | | | Implements open_in_external_editor for subclasses of ScriptLanguage. Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor.
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-42/+28
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+226
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.