summaryrefslogtreecommitdiff
path: root/editor/debugger/script_editor_debugger.cpp
AgeCommit message (Expand)Author
2022-12-23Fix: Profiler and Visual Profiler start/stop state inconsistencystmSi
2022-12-16Fix String::word_wrap() for long wordsHaoyu Qiu
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-25FIx debugger can't inspect sub objects.Zae
2022-11-16Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde
2022-11-16Remove more instances of 'instance' being used as a verbVolTer
2022-11-14[MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli
2022-11-14[Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-06Debugger: Fix fetching source to link C++ error on GitHubRémi Verschelde
2022-09-13Fix profiler being disabled at wrong timeshalgriffiths
2022-08-30Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-18Make Debugger/Misc LineEdits uneditablekobewi
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-06Double check the selected tree item on error activated and error selected cal...Hristo Stamenov
2022-07-01Fixing Print_rich which only displays correctly in terminalVoylin
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-06-12Merge pull request #61736 from KoBeWi/final_form_of_the_fixFabio Alessandrelli
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-06-06Fix Debugger tab not updating when clearing errorskobewi
2022-05-28Use consistent casing in editor filter/search barsFireForge
2022-05-21Add the button pressed to some signals in Treetrollodel
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-05Rename profiler "Idle Time" to "Process Time"Hugo Locurcio
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-24Add an external link editor iconHugo Locurcio
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-29Capitalize names in the debuggerFireForge
2022-03-28Add property name style toggle to InspectorHaoyu Qiu
2022-03-18Merge pull request #58233 from bruvzg/gde_tsRémi Verschelde
2022-03-17Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander
2022-03-17Unify TextServer built-in module and GDExtension code.bruvzg
2022-03-15More icon updates on theme changeHaoyu Qiu
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-09Merge pull request #57715 from Faless/debugger/4.x_core_includes_and_serversRémi Verschelde
2022-02-09Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-06[Debugger] Move servers-related behaviours to ServersDebugger.Fabio Alessandrelli
2022-02-06[Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli