gkobler 38 Posted October 18, 2022 38 minutes ago, HeartWare said: How do you make a sub-folder to an already existing folder in Favorite branch? Ie. I have a Favorite folder "Utils" under which I want to sub-divide my projects in "GUI" and "CLI", f.ex. When I click the "+" button, it always creates the new folder directly under Favorites. And when I try to Drag'n'Drop it into the correct folder, it just drags it to another position within the Favorites branch. This is not supported. And was also not supported by the wuppdiWP. 39 minutes ago, HeartWare said: Also, when I use Drag'n'Drop (after enabling it) from one favorite folder to another, it doesn't operate on the project I'm dragging, but always takes the top one from the source folder. there are a bug in the TControlList (see RSP-38957). Just select what you would like to drop and then "enable drag'n drop"! Â 41 minutes ago, HeartWare said: Also, when Drag'n'Dropping, it should MOVE the project instead of COPYing it (unless you hold down Ctrl when you drag - then it is a COPY operation, as per the standard Windows Drag'n'Drop). This is also not supported by wuppdiWP, but i will look what i can do, but at the moment i'm very busy with other tasks Share this post Link to post
Matthias 7 Posted October 20, 2022 (edited) @gkobler Small Feature request 😉  Please extend file type filter in OpenDialog "Add a Delphi Project" ideally similar to IDE (screenshot 1):  Minimum should be *.dpr *.dpk *.*  Typing error (screenshot 2)   Edited October 20, 2022 by Matthias Share this post Link to post
gkobler 38 Posted October 20, 2022 7 hours ago, Matthias said: Added filter in v1.0.4.B15 1 Share this post Link to post
Matthias 7 Posted October 20, 2022 @gkobler Initial setup issue There is an error message when installing WP.gksoftPlugin280.bpl via "Install Packages" for the first time (screenshot 1). Â It seems that HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0\WelcomePage\gksoft is only created if you add a favorite. gksoft should be created if it is not found in HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0\WelcomePage. Share this post Link to post
gkobler 38 Posted November 25, 2022 On 10/20/2022 at 6:27 PM, Matthias said: Initial setup issue There is an error message when installing WP.gksoftPlugin280.bpl via "Install Packages" for the first time (screenshot 1). Â It seems that HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0\WelcomePage\gksoft is only created if you add a favorite. gksoft should be created if it is not found in HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0\WelcomePage. fixed in version 1.0.5.B17 Â Also fixed two RSP's see cange log at https://dwp.gksoft.ch Share this post Link to post
Ian Branch 127 Posted February 7, 2023 (edited) Interesting happening. D11.2. I have 20 odd projects in a 'Favourites' folder. I compressed one of the projects folder because I copied it to a new folder and was working there on a modified version. Did what I had to do. Closed and restarted Delphi and all projects from and including the compressed project, were missing?? All twelve of them. I had to reload them all again. 😞 I can understand, but not necessarily like, the compressed folder project being missing, but the rest??  Ian Edited February 7, 2023 by Ian Branch Share this post Link to post
gkobler 38 Posted February 7, 2023 Hello @Ian Branch  I'm sorry to hear that, that the settings have been lost. But I can't explain the behavior through the plugin at the moment.  The data is stored in the registry under "Computer\HKEY_CURRENT_USER\Software\Embarcadero\BDS\22.0\WelcomePage\gksoft", every time you make an adjustment. Be it inserting a new entry or deleting. Also it should be no problem if you delete a project, in the list the entry is still contained, but that does not matter. If you want to open the no longer existing project you will get an error message.  By the way: When starting Delphi, favorites are read from the registry. Is it possible that Delphi has regenerated the registry tree under "BDS" with default values, and thus the values under "WelcomePage" have been deleted? Did you maybe start Delphi with the parameter -r?  I save from time to time my settings with the Migrationtool, at https://dwp.gksoft.ch it is explained how this works. So you have a backup of your settings just in case.  Gregor Share this post Link to post
Ian Branch 127 Posted February 7, 2023 I have now backed up the settings per the migration tool. No, I don't start Delphi with the -r parameter. Share this post Link to post
HeartWare 1 Posted February 28, 2023 Now that Delphi 11.3 has been released, do you have an estimate on when you'll be able to release a version of your plugin that supports 11.3? Share this post Link to post
haentschman 92 Posted February 28, 2023 (edited) Quote Now that Delphi 11.3 has been released, do you have an estimate on when you'll be able to release a version of your plugin that supports 11.3? WP.gksoftPlugin280.bpl ...works, but the icons now imho 32x32 instead of 16x16. (Tree) I do not remember that they were so big. Edited February 28, 2023 by haentschman Share this post Link to post
gkobler 38 Posted February 28, 2023 1 hour ago, HeartWare said: Now that Delphi 11.3 has been released, do you have an estimate on when you'll be able to release a version of your plugin that supports 11.3? Hello i'm this and next week not in the office, but i will show what i can do to release a new version ASAP Â 22 minutes ago, haentschman said: WP.gksoftPlugin280.bpl ...works, but the icons now imho 32x32 instead of 16x16. (Tree) I do not remember that they were so big. Will investigate them Share this post Link to post
gkobler 38 Posted March 9, 2023 I have now recompiled the WP Plugin with D11.3. It still looks exactly the same, there has been no change in appearance. Â New Built 18 are ready to download https://dwp.gksoft.ch Share this post Link to post
Matthias 7 Posted March 9, 2023 (edited) B18 issue: Tree background in dark mode is white again (v11.3). And we still have large icons. Edited March 9, 2023 by Matthias Share this post Link to post
gkobler 38 Posted March 9, 2023 42 minutes ago, Matthias said: B18 issue: Tree background in dark mode is white again (v11.3). Fixed.. still the same Built 18, but newer file ready to download Share this post Link to post
gkobler 38 Posted March 9, 2023 43 minutes ago, Matthias said: And we still have large icons. I don't now how i can handle, because i have a VirtualImageList with different Iconsizes  And the VirtualImageList is connected to the TreeView Component. I think this is handled by the IDE himself of the HDPI Settings, or somthing like this  Share this post Link to post
Ian Branch 127 Posted March 9, 2023 The latest 'version' won't load into my D11.3. 😞  I have gone back to the previous version which loads fine.  Ian Share this post Link to post
gkobler 38 Posted March 10, 2023 7 hours ago, Ian Branch said: The latest 'version' won't load into my D11.3. 😞 Could you try the B19 please. I can not explain this, with me it runs without problems. Share this post Link to post
gkobler 38 Posted March 10, 2023 2 minutes ago, Ian Branch said: Nope. Same issue. 😞 Could it be that an older BPL file still exists somewhere else on the PC? Share this post Link to post
Ian Branch 127 Posted March 10, 2023 Yes, but on a totally different drive/directory that isn't accessed. Share this post Link to post
Ian Branch 127 Posted March 10, 2023 I deleted ALL of the WP.xxxx.bpl files, redownloaded it, added it to Delphi, same issue. Share this post Link to post
gkobler 38 Posted March 14, 2023 New Built 21 released: Â https://dwp.gksoft.ch Share this post Link to post
Ian Branch 127 Posted September 22, 2023 Hi, Â Â Will you be doing one for D12?? Â Regards, Ian Share this post Link to post
Uwe Raabe 2056 Posted September 22, 2023 30 minutes ago, Ian Branch said: Will you be doing one for D12?? Are you asking a theoretical question or in the wrong forum? Share this post Link to post