apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.63k stars 843 forks source link

Close tabs of same project #5059

Open lodgmar opened 1 year ago

lodgmar commented 1 year ago

Description

It would be nice to have two extra options in context menu of Editor's tabs:

Use case/motivation

Specially in multiprojects, it's usual to open many files belonging to several projects, looking for some piece of code or information. When you need to close all unnecessary tabs, you have to do it one by one. These 2 options would be very useful.

Related issues

No response

Are you willing to submit a pull request?

No

Code of Conduct

Yes

Chris2011 commented 1 year ago

This functionalty was already implemented as a plugin: https://github.com/markiewb/nb-close-other-projects. But I aggree with you, that this should be a core feature.

mbien commented 1 year ago

NB 17 is going to allow to close all tabs of a project via the tab list drop down menu #4792. Change is already integrated, it just isn't enabled by default yet #4948.

Chris2011 commented 1 year ago

I would prefer also to add it to the tabs to make it redundant. I think the users are uses the context menu on the tabs more often than the small little arrow down which we really need to change to a magnifier icon but this is not part of this here. Just an idea.