Is there a way to save the state of a Netbeans group / tab?

I have dozens of files open in Netbeans, neatly broken and organized in tab groups. If Netbeans crashes, I will lose my current state, which files I have open, how they are tiled, and which groups of tabs. Similarly, if there is a hiccup on the network or is going down and I lose my mounts, Netbeans will refuse all of the above status information.

If I could just export this information to a file or find a file on disk containing status information (if such a thing exists), I could avoid the headache of re-opening all of my previously opened files and re-tile them and organize them into tab groups. This is a real pain when you have 50+ open files and lose them .: - (

Ideally, it would be nice if this information were stored in Netbeans project files.

+6
source share
3 answers

Use window → Functionality of document groups

+3
source

You can use "project groups". See Main menu File -> Project group . Open files are also automatically saved.

+1
source

Reset Window Properties

TOP menu Window → Reset Windows

0
source

Source: https://habr.com/ru/post/913651/


All Articles