Answer the question
In order to leave comments, you need to log in
How to keep tab sort order when closing a project in NetBeans 8.2?
When you close the program and reopen it, everything is OK: the tabs retain the order in which they are listed here. Moreover, if 2 or more projects are open at once, the order is still preserved.
Naturally, when there are many, many open tabs, it becomes inconvenient to work. It is necessary to open and close different projects. And when you close the project and then open it, the order of the tabs is broken.
---
It would seem that the order of tabs with open project files is stored in the file /project_path/nbproject/private/private.xml like this:
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/var/www/sites/js.loc/level2/module-2/table.html</file>
<file>file:/var/www/sites/js.loc/level2/module-2/lab-2-1.html</file>
<file>file:/var/www/sites/js.loc/level2/module-2/form.html</file>
<file>file:/var/www/sites/js.loc/level2/module-2/select-options.html</file>
</group>
</open-files>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question