Is there a way to change the editor's line height in Netbeans without resorting to redundant newlines?
|
feedback
|
|
The file org-netbeans-modules-editor-settings-CustomPreferences.xml can be found in Open this file in your favourite text editor, and add the following code right before the last line (right before the
Then restart NetBeans. | |||||
|
feedback
|
|
Expanding on gulbandr's answer: For Netbeans 6.8 and above on Windows, change some arbitrary setting under "Tools/Options/Editor" to trigger the creation of a configuration file. It gets created at
Then add the following lines into the
| ||||
|
feedback
|
