Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to save Netbeans window/tab group states?

Tags:

netbeans

I have dozens of files open in Netbeans, tiled neatly and organized in tab groups. If Netbeans crashes, I lose the current state of which files I have open, how they're tiled, and what tab groups. Similarly, if the network has a hiccup or goes down, and I lose my mounts, Netbeans will discard all the aforementioned state information.

If I could just export that information to a file, or find the file on disk that contains state information (if such a thing exists), I could avoid the headache of having to re-open all my previously open files and re-tile them and organize them into tab groups. It's a real pain when you have 50+ open files and lose them. :-(

Ideally it would be nice if that information was saved in the Netbeans project files.

like image 769
velo9 Avatar asked Apr 19 '12 19:04

velo9


People also ask

How do I open a NetBeans file in Windows?

NetBeans File Navigation Shortcuts Action Windows OS X Open resource / Navigate to file Alt + Shift + O Ctrl + Shift + O Open type Ctrl + O ⌘ + O Go to line Ctrl + G Ctrl+G Recent files Ctrl + Shift + T Shift + ⌘ + T 1 more rows ...

What is NetBeans?

What Is NetBeans? NetBeans is an open-source IDE used in Java, PHP, C/C##, HTML5 and JavaScript development. Originally available as a commercial IDE, NetBeans was converted to open source by Sun in June, 2000.

Is it possible to save tab groups in edge?

On Apr 11, 2022, Jane Cottrell asked "As best I understand, there's no way to save tab groups in Edge (someone PLEASE correct me if I'm wrong -- that's news I'd love to get). I also understand that There is no way to save grouped tabs with a Collection

What are NetBeans shortcuts?

NetBeans has a variety of shortcuts for finding usages, finding and replacing in files and projects, and more. NetBeans has file navigation shortcuts that allow developers to quickly open and navigate files and code.


2 Answers

Use Window -> Document Groups functionality

like image 159
Davide Consonni Avatar answered Nov 09 '22 10:11

Davide Consonni


You could use "project groups". See main menu File -> Project group. The open files are automatically saved too.

like image 42
Ben Avatar answered Nov 09 '22 09:11

Ben