Commit Graph

34 Commits

Author SHA1 Message Date
mattias
5fe35be313 IDE: less hints
git-svn-id: trunk@64291 -
2020-12-28 16:59:41 +00:00
juha
0c7fee62f3 IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak.
git-svn-id: trunk@62278 -
2019-11-22 00:14:36 +00:00
mattias
a6f129c936 IDE: less hints
git-svn-id: trunk@62107 -
2019-10-22 15:04:10 +00:00
juha
12bd4546ad IDE: Improve "Manage desktops" dialog. Issue #35786, patch from FTurtle.
git-svn-id: trunk@61528 -
2019-07-04 21:59:53 +00:00
juha
304ed9832d IDE: Fix assigning a debug desktop. Issue #35778, patch from FTurtle.
git-svn-id: trunk@61486 -
2019-06-27 23:17:22 +00:00
juha
f76b05aa9d IDE: Add new menu item "Save current desktop" into "Desktops..." Toolbutton menu. Issue #35757, patch from FTurtle.
git-svn-id: trunk@61475 -
2019-06-25 13:41:13 +00:00
mattias
4ec3a43be3 IDE: fixed invalidate filestate cache after TSaveDialog
git-svn-id: trunk@60620 -
2019-03-08 12:12:59 +00:00
mattias
8890612608 IDE: invalidate filestate cache after opendialog, because it can change files without switching to another application
git-svn-id: trunk@60619 -
2019-03-08 08:50:57 +00:00
ondrej
129140c672 IDE: Desktops: save ObjectInspector grid splitter and info panel properties.
git-svn-id: trunk@56913 -
2018-01-02 05:36:42 +00:00
ondrej
f2bb18cf26 IDE: desktopmanager: simplify associated debug desktops. Issue #32083
git-svn-id: trunk@55425 -
2017-07-02 10:45:54 +00:00
ondrej
c552f9e5c7 IDE: Retain anchored desktop configuration while AnchorDocking is not installed. Issue #32083, patch by joecare99.
git-svn-id: trunk@55424 -
2017-07-02 09:52:40 +00:00
ondrej
cb1bb1a10b ide: desktops: add "Associated debug desktop" property to a desktop.
git-svn-id: trunk@55278 -
2017-06-09 11:15:00 +00:00
ondrej
78acf46651 ide: revert r55275 #e0275cda73
git-svn-id: trunk@55276 -
2017-06-09 11:11:42 +00:00
ondrej
e0275cda73 ide: desktops: add "Associated debug desktop" property to a desktop.
git-svn-id: trunk@55275 -
2017-06-09 11:08:04 +00:00
ondrej
dc0a33652f IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
2017-05-22 07:52:37 +00:00
ondrej
f1403377e0 IDE: Desktop manager change separator style back to tbsDividers, fix TabOrder, delete empty SaveActionHint procedure.
git-svn-id: trunk@50127 -
2015-10-20 16:02:06 +00:00
juha
cedf1cec63 IDE: Add help to Desktop Manager. Issue #28878.
git-svn-id: trunk@50117 -
2015-10-18 22:56:59 +00:00
juha
046db1ccaf IDE: Set toolbutton's enabled-status correctly in Desktop Manager.
git-svn-id: trunk@50099 -
2015-10-18 13:22:54 +00:00
juha
2dd8888cb6 IDE: Use the right icon for debug desktop in Desktop Manager and ToolButton menu.
git-svn-id: trunk@50098 -
2015-10-18 13:22:48 +00:00
juha
6b1d56635f IDE: Use BitButtons for Export / Import in Desktop manager for consistency. ToolButtons work now with selected items.
git-svn-id: trunk@50097 -
2015-10-18 13:22:38 +00:00
juha
38878ad607 IdeIntf, IDE: Refactor command system. Separate menu and toolbar commands, update them in right place etc. Issue #28777, patch from Ondrej Pokorny.
git-svn-id: trunk@50026 -
2015-10-11 09:11:47 +00:00
juha
f049308eac IDE: Improve saving Anchordocking settings. Issue #28704, patch from Ondrej Pokorny.
git-svn-id: trunk@49895 -
2015-09-29 18:05:38 +00:00
juha
9572033709 IDE: Enhanced desktops drop-down menu with "Toggle debug desktop". Add icons, actions and shortcuts. By Ondrej Pokorny.
git-svn-id: trunk@49810 -
2015-09-10 13:57:17 +00:00
juha
ad00be4b12 IDE: Detach desktop selection button from its action by Application.QueueAsyncCall. Prevents an AV. Patch from Ondrej Pokorny.
git-svn-id: trunk@49793 -
2015-09-09 08:24:55 +00:00
juha
50bc37338d IDE, AnchorDocking: Support desktops also with docked IDE. Move configuration to environment options. By Ondrej Pokorny.
git-svn-id: trunk@49778 -
2015-09-07 22:01:22 +00:00
juha
8546093cee IDE: Improve exporting and importing desktops. By Ondrej Pokorny.
git-svn-id: trunk@49747 -
2015-09-03 08:46:00 +00:00
juha
aed70f5d1b IDE: Extend the Desktops button with "Save current desktop as" menu. Include the button in IDE CoolBar default config. Mostly by Ondrej Pokorny.
git-svn-id: trunk@49734 -
2015-09-01 16:43:42 +00:00
juha
6a78b21447 IDE: Create an API for IDE's ToolButtons and use it for Desktop list and JumpToSection list. Made by Ondrej Pokorny and myself.
git-svn-id: trunk@49732 -
2015-09-01 10:43:00 +00:00
juha
0e075dc2d9 IDE: Fix tab orders in Desktop Manager. Cleanup. Issue #28426, patch from Alexey Torgashin.
git-svn-id: trunk@49713 -
2015-08-26 11:32:47 +00:00
juha
0e0621ae82 IDE: Export/Import for Desktop Manager dialog. Issue #28401, patch from Balázs Székely.
git-svn-id: trunk@49556 -
2015-07-18 08:21:02 +00:00
juha
c6602ebcef IDE: Move unit references to interface section. No cycles.
git-svn-id: trunk@49540 -
2015-07-13 10:08:28 +00:00
juha
4f0f211f3c IDE: Improve the desktops feature. Prevent access violation and exception. Store z-order of windows. Patch from Ondrej Pokorny.
git-svn-id: trunk@49525 -
2015-07-11 23:27:44 +00:00
juha
423c43ea13 IDE: Fully implement saving/loading desktops and the GUI for it. Modified patch from Ondrej Pokorny.
git-svn-id: trunk@49514 -
2015-07-09 19:05:29 +00:00
juha
c53fe9aebc Desktop manager form.
git-svn-id: trunk@49455 -
2015-06-28 11:45:43 +00:00