Is there a way to change the editor's line height in Netbeans without resorting to redundant newlines?
|
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. |
|||||||||
|
|
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
|
||||
|
|
|
Within the |
||||
|
|
|
For netbeans 7.2.x on Windows 7, the location is slightly different (but can be found without too much digging).
And then, as others have mentioned, above, add the following at the end (but before the
Note that here, the actual line-spacing value is |
|||
|
|