-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Feature Request: cmd + left click on file shortcut, to open file in split screen like Apple's Xcode #11308
Comments
👍 to this. Opening new files to the "wrong" split view is a daily grievance for me, especially when you can move a file that hasn't been changed to a different view. How do other editors besides XCode handle this? |
@nethip Can't speak for @chewedon but for me it has been a long running usability issue where much of the problems spawn from the fact that it's sometimes hard to see which pane is focused and which one is not. Consider this:
If I could just decide on which pane I wanted the file to open without worrying about working sets or focused panes, I'd run to those kinds of small but sometimes frustrating issues. (However, the working set trickery on switching around opened but not modified files would still be there). |
The problem for me is when I open a file say I am aware I can drag the file in the "working sets" area but that feels too long and painful to have to manually manage which side of the panel the file should be opened in, compared to simply Cmd + Left Click on the file. The work around I have to do is click on the X to clear the file from the LHS working set, so that I open the file on the RHS panel. As the user, it should be my choice even if I want to show the same file on both the LHS and RHS panels but I feel Bracket is trying to be smart and deciding thing for me by telling me "hey you've already got it opened on the left hand side so I'm just going to load it in the left hand side". My response is usually "NO! I want it on the right hand side! Just do what I want! argh!!!! throws computer out the window" Microsoft's Visual Studio Code (https://code.visualstudio.com/) has the Cmd + Left Click feature I'm talking about. The only thing holding me back from using Visual Studio Code is that it is in an infant stage (not far behind Brackets), it's just missing the colour highlighting for various programming languages, otherwise I think it's a good alternative. Xcode actually goes one step further. If you hold Cmd + Alt + Shift + Left CLick on a file, it lets you choose how you want to split the new window using a popup diagram and you tell it the quadrant you want to open the new file in, it does just that, split the window as you've chosen and open the file in that window. I use this when I want to open a |
@chewedon I don't own/use a Mac, so maybe that's a dumb question, but isn't Cmd + Click meant to open the context menu? |
Yes, sorry. When I say Cmd + Left Click I meant Alt + Left Click. My finger remembers the general area of the key I'm pressing not the actual name of the key :D |
Hello Adobe.
Really like Brackets IDE, very minimal, good job!
My only complaint is the split screen feature isn't working as intuitive as I'd hope.
Left clicking on a file while the right hand side panel is focused still opens the file on the left hand side panel instead of the right hand side panel.
Is Adobe able to make it to so that I hold Cmd + Left Click on a file in the project tree and Bracket automatically opens a split view showing the file I Cmd + Left Clicked on ?
A normal left click without holding the Cmd key on the keyboard, can simply open the file in the left hand side panel.
This is how Xcode does it. It is very elegant way to do it and not prone to error.
The text was updated successfully, but these errors were encountered: