Skip to content
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

Add "open related" to the icon bar #174

Closed
m1ga opened this issue Aug 6, 2019 · 2 comments
Closed

Add "open related" to the icon bar #174

m1ga opened this issue Aug 6, 2019 · 2 comments

Comments

@m1ga
Copy link
Contributor

m1ga commented Aug 6, 2019

Thinking about to add "open related" to the icons bar, so you can quickly open the other files by a mouse click (calling the existing function).
Not sure about the best implementation:

  • Drop Down where you can select "controller, view, style, all other" and a "go" button
  • Button with icons for each of the above options
  • different approach

any ideas?

@ewanharris
Copy link
Contributor

I like the idea of making the open related functionality more accessible.

The way we exposed this in vscode was to add to the context menu shown on right click when clicking on an open editor pane (I think I also intended to add this to right clicking a file in the file explorer but vscode didn't support that).

It looks like atom does support this via the ContextMenuManager.

How does that sound as a different approach to exposing this? I'm wary to continue adding to the toolbar as it could eventually get rather cluttered.

@m1ga
Copy link
Contributor Author

m1ga commented Aug 7, 2019

Will have a look at that. The context menu is already quiet long but I think that depends on the packages you are using.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants