-
-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant enable sidebar - file pane #1717
Comments
ok got it ... click on a folder in the open dialog will enable the sidebar, but this is a very, very strange idea. .. and more there are no tabs for open documents in such file browser windows nor a switcher for open files and all files will always saved even the option is disabled ... ok guess I'm to stupid for this kind of app logic ... switch back to vsc and bbedit |
I believe just clicking a folder in the Open dialog does not open a document with the sidebar but just moves into the folder in the dialog. In order to open a folder as a window, you need to click the "Open" dialog.
Hmm, for instance, macOS-native editors such as Nova, CodeRrunner, and CodeEdit have only the Open command performing in the same manner.
It's a feature task already posted in another thread: #1712. |
sorry, if i reopen. first thanks for the incredible editor! i just wanted to ask if this can be changed--
|
@aydindemircioglu The short answer is unfortunately “no.” CotEditor adopts the Sandbox security mechanism and document-based app design both by Apple. |
ok, thanks for the explanation. didn't realize its due to security.. |
There are many applications that can do this by asking for permission in advance. I can only agree with @aydindemircioglu that this behavior and the resulting operation is completely unintuitive and I have never seen this approach in this way in any other app. This weird solution is also far away from any design giudelines ... Anyway of course your design decision - if you are lucky with it - some users obviously are not. |
@Fischmuetze |
fine with me - guess this is a language to language transforming issue ... |
Hmm, for instance, Xcode and CodeEdit behave similarly. CotEditor is actually designed to edit random document files rather than work with projects. |
Description
Cant enable sidebar file browser. .. both menu entries for the sidebar are always greyed out
No idea how to enable ... if there is a way its far away from intuitive
To Reproduce
Start the app, open a file .. try to enable the sidebar
Expected behavior
No response
CotEditor version
5.0.0
macOS version
macOS Sonoma 17.4 (23H124)
Additional context
No response
The text was updated successfully, but these errors were encountered: