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

Ability to bookmark groups of open files #5

Open
nickavv opened this issue Sep 16, 2016 · 5 comments
Open

Ability to bookmark groups of open files #5

nickavv opened this issue Sep 16, 2016 · 5 comments

Comments

@nickavv
Copy link
Member

nickavv commented Sep 16, 2016

If I'm working on one problem which requires a certain set of files open, then I shift gears to another issue with its own set of open files, I should be able to easily get back to the first set when I want to work on that issue again.
My suggested solution is to be able to bookmark/snapshot certain groups of files (possibly even scroll positions), which can then be named. Later the bookmarked group could be selected from a menu to reopen all of those files.

@ZPak
Copy link
Collaborator

ZPak commented Sep 16, 2016

I've wanted the ability to color tabs for the purposes of grouping. Not sure if that use case overlaps or is separate.

@nickavv
Copy link
Member Author

nickavv commented Sep 16, 2016

To me that would be more useful to group within one context. Like, if I'm working on a frontend feature I could make all the backend java files tabs a certain color, and the js/css/jade file tabs a different color, so I could tell what part of my context was UI and what Java at a glance. but all within one context. This ticket is more for grouping whole different contexts. But I'd love to hear other opinions

@romeara
Copy link
Member

romeara commented Oct 4, 2016

Discussed with @nickavv - we think a good way to do this would be to allow multiple "views", and switch between them, similar to how OS's do multiple desktops. This would also allow something similar to Eclipse perspectives, where a user can create a "view" tailored to a specific task

@nickavv
Copy link
Member Author

nickavv commented Oct 4, 2016

One of the use-cases for Perspectives in Eclipse is to rearrange the layout of the views on the screen. I think the arrangement should be saved as part of this feature, but I think that the ability to change the layout and save a layout should be a separate feature.

@romeara
Copy link
Member

romeara commented Oct 4, 2016

Fair point - being able to create new views, you'll need to be able to start from a thing, which matches up with that as well. Will add to the proposed feature list

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

No branches or pull requests

3 participants