P.S. I just realized that the 'Spotter' opens a desktop if I search for it. So with some specific naming I can quickly switch desktops this way as well. On 8/25/17, H. Hirzel <hannes.hirzel@gmail.com> wrote:
Hello
I have loaded your DesktopManager package into Pharo 6/6.1. It is useful as always!
A remark:
If I open a new desktop the desktop is white and not black (New Pharo 'dark' theme). I have to choose the theme manually through the 'Settings' dialog, searching for 'theme' and then reconfirming that I want the 'dark' theme.
A question:
I Squeak I can jump to a particular 'desktop' (actually 'Project' there ) with some code [1] in a workspace (playground) like
(Project named: 'Pillar') enter
Is there a similar construction with the DesktopManager?
To jump to another desktop with a code snipped is useful as the number of Desktops increases. Currently I have 14 and it may increase up to 50.
This also helps to create buttons to jump to a particular desktop.
Thank you for the answer in advance
Hannes Hirzel