summaryrefslogtreecommitdiffstats
path: root/editor/debugger/script_editor_debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-2/+2
* Merge pull request #86676 from rune-scape/sparse-script-reloadYuri Sizov2024-01-171-2/+6
|\
| * Hot-reload only changed scriptsrune-scape2024-01-021-2/+6
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\ \ | |/ |/|
| * Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | Fix missing time for some script functions in profilermsreis2023-12-191-0/+4
|/
* Fix right-click menu position for the debugger breakpoint tree.Saracen2023-10-061-1/+1
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-8/+8
* Add EditorStringNames singletonkobewi2023-09-031-34/+35
* Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-3/+3
* Merge pull request #79280 from raulsntos/dotnet/better-push-errorRémi Verschelde2023-08-031-3/+9
|\
| * C#: Improve `GD.PushError` and `GD.PushWarning`Raul Santos2023-07-111-3/+9
* | Support threads in the script debuggerJuan Linietsky2023-07-261-69/+138
|/
* Changed error tree initialization to allow reselectionsamar-012023-06-101-0/+1
* Rename the Debugger's stack debug section to Stack TraceAaron Franke2023-05-111-1/+1
* Improve editor state persistenceHendrik Brucker2023-05-111-0/+8
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Refresh filesystem when saving remote branchkobewi2023-03-241-0/+7
* Make sure Script Debugger is updated with the editor themeYuri Sizov2023-03-101-20/+28
* Pace debugger draw requestsPedro J. Estébanez2023-02-071-1/+5
* Restore missing info in the error tooltipsPaul Joannon2023-01-281-2/+2
* Better error display in debugger panelPaul Joannon2023-01-271-7/+31
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix: Profiler and Visual Profiler start/stop state inconsistencystmSi2022-12-231-1/+11
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-1/+10
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* FIx debugger can't inspect sub objects.Zae2022-11-251-0/+2
* Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-161-3/+3
|\
| * Remove more instances of 'instance' being used as a verbVolTer2022-11-161-3/+3
* | [MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli2022-11-141-23/+1
* | [Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli2022-11-141-43/+12
|/
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-12/+12
* Debugger: Fix fetching source to link C++ error on GitHubRémi Verschelde2022-10-061-1/+15
* Fix profiler being disabled at wrong timeshalgriffiths2022-09-131-3/+6
* Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-2/+2
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-2/+2
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-10/+10
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-10/+10
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+2
|/
* Make Debugger/Misc LineEdits uneditablekobewi2022-08-181-0/+3
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-1/+0
* Remove Signal connect bindsJuan Linietsky2022-07-291-4/+4
* Double check the selected tree item on error activated and error selected cal...Hristo Stamenov2022-07-061-0/+9
* Fixing Print_rich which only displays correctly in terminalVoylin2022-07-011-0/+3
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+1
* Merge pull request #61736 from KoBeWi/final_form_of_the_fixFabio Alessandrelli2022-06-121-0/+2
|\
| * Fix Debugger tab not updating when clearing errorskobewi2022-06-061-0/+2