Where does NetBeans store code formatting settings? I'd like to export them to another computer.
相关问题
- Step by step instructions for getting cppunit up a
- org.jdesktop.application package doesn't exist
- Read configuration settings from azure cloud servi
- Don't want netbeans debugger to go to disassem
- using rmic in netbeans
I'm aware that this is an old post but since it's the top result when you google "netbeans php export formatting" and it came up in the comments of the approved answer:
Each module (and therefore each language) has to support the export. AFAIK Java had the support for years ( https://netbeans.org/bugzilla/show_bug.cgi?id=143494 ) but other languages are still missing it (as for Netbeans 8.2).
I submitted a patch for PHP today which will hopefully be added: https://netbeans.org/bugzilla/show_bug.cgi?id=269978
If your langauge is missing in the export dialog, your langauge module does not yet support it. So head over to Netbeans and request it as feature or submit a patch.
Cheers Bastian
Go to the main menu:
Netbeans, Preferences
Go to the main nemu:
Window, Options
You will have to select any of the available tabs (editor, fonts and colors, ...) then click in export button
Once you have got the zip file, you can import it into another Netbeans's installation