Is it possible for Eclipse to create a new working set with all of the files open in the current (Java) editor?
As far as I can tell, the only way to do this is to manually select each file in the project explorer.
Option #1: Check out the Extended VS Presentation plugin.
After installing, you can go to Window > Editing Sessions > Save Opened Editors to Session
to save your opened files as a list. You can have any number of file sets (called "sessions" in the plugin).
To reopen a previous set of files, go to Window > Editing Sessions > Load Session
.
Compatibility Note: The plugin is stated to support Eclipse only up to 3.8, but I was able to install it in 4.5.2 just fine. It seems that the theme is not present, but the Editing Sessions
menu option is definitely there.
Option #2: Just go with Mylyn (included with nearly every Eclipse build now). Mylyn does do a bit more than requested, going as far as collapsing what it determines to be irrelevant code blocks and even offering a filtered view of your file system (this can be disabled by turning off the Focus on Active Task
toggle in your file explorer).
To see Mylyn in action:
Window > Show View > Task List
).New > Local Task
.Ctrl + S
to save.Activate...
. Warning: Activating a new task will close all of your opened editor tabs.Remove from Context
to disassociate it from the task.Tip: When you're done working on a particular task, be sure to go to the Task List view, right-click the task, and choose Deactivate
to prevent files from being added to a task's context unintentionally.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With