The project/workspace (whatever itās called) on the left is very nifty. You set it to a directory and when you come back, there it is in the same place. Great.
The problem occurs if I forget to mount the drive itās pointing to. When I go into Komodo, it tells me that the folder does not exist. Fine. But then it changes the folder to some default location (such as the user home folder). This is not good. This is fine for a file selection dialog, but not for my project.
Worse still, if I mount the drive and come back into Komodo, then it completely forgot what I had originallyānow it has saved my user home directory as my project directory. In other words, it changed and saved my setting without telling me.
Much, much better would be the approach used in for example Adobe Photoshop Lightroom. If the folder isnāt available, the root folder should be disabled and grayed out.
This is a low-priority bug. It wonāt happen if I always remember to mount my project drive. But for the once or twice a month I am inevitably going to forget, itās going to be very irritating.
P.S. What is that sidebar called again? Workspace or project? And strangely I canāt find where I turn it on or off, even though I must have before. Is it in the View menu somewhere?
Please get into the habit of using projects, what you could simply do in this case is double click the project from your projects widget (bottom left) to reopen it after you mounted your drive.
I agree this UX is not ideal, but this is fairly edge case and it would be difficult to justify prioritizing something so niche over more important UX improvements and bug fixes.
But I donāt want extra files. (Besides, doesnāt a project file sound like something more for Komodo IDE than Komodo Edit? ) I just want to show my directory in the sidebar. The last thing I need is more files for Git to track, especially as these files will have per-user information. Oh, yes, I can use .gitignore. More workarounds. etc.
(sigh) Looks like Iāll be digging into the source code some more. But thanks for the quick answer.
Where is the option to show and hide the sidebar? I canāt find it and I donāt remember what it is called. (I want to be able to show and hide it without going into focus mode.) Thanks.
Which toolbar button is that? Is it one I have to add, or does it appear by default?
Is there no menu option for toggling places?
I tried View > Tabs & Sidebars > Places, but that only brings it back after I remove it. It doesnāt seem to toggle. Moreover when it is present, there is no checkbox by View > Tabs & Sidebars > Places in the menuāthis must be a bug.
The toolbar is enabled by default. Iām not sure if youāve disabled it or not. If youāve hidden it you can show it through View > Toolbars > Show Toolbars
Hereās a link to more information about the toolbar (workspace toolbar): http://docs.komodoide.com/Manual/workspace#the-komodo-workspace_toolbars
The View menu isnāt a toggle. Itās just to show. As @nathanr mentioned, you can use the toolbar or a keybinding to show hide. You can also click the x in the top right corner of the Places pane to hide it.
This behavior (the one that started the thread) bit me again this morning. Itās very, very irritating, especially at 6:00am. I have filed Issue #965.
I just discovered that Atom Editor does exactly what I want (and what a user would expect, I believe): if the āPlacesā location is not available, then it simply disables it but keeps the root folder in the pane for the location in case you mount the location the next time Atom is ran. In fact if you mount the location while Atom is running, you can access the location without restarting Atom.
Atom just does the right thing here. Komodo changes my settings without asking me, assuming that it knows best when it runs into something it doesnāt understand.
And today also I realized that Atom Editor allows you to easily toggle its version of āPlacesā with a simple Ctrl+. In other words, it has a toggle, and it has a key binding.
Ouch, four wins for Atom in one day:
Atom doesnāt lose my Places directory.
Atom allows toggling Places.
Atom has a default key mapping for toggling Places.
Atom allows āstickyā font size without creating a new scheme.
Frankly I had written off Atom because Komodo is so slick; but now that I realize Iām going to have to learn to write plugin for either, and after recently learning about the upcoming fate of XUL (after Iāve purchased every book published on XUL so that I could write plugins for Komodo), Iāll have to admit that Iām going back and taking a second look at atom. Iām not trying to troll or argueāIām just trying to give some user feedback. As I also harp about, user experience out of the box is a huge plusāeven if the target user audience is developers.
Hey @garretwilson, we were strictly referring to the View menu. There are multiple methods of toggling Places. One being the toolbar as mentioned above then there is the command cmd_viewPlaces which is mapped to Ctrl + Shift + P by default.
All the default panes and sidebars should have a show/hide command associated with them by default.