Skip to content

How to increase line height of source code in NetBeans 18? #6027

Answered by rtoi
gmbhurgri asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

You can alter the line height by adjusting 'line-height-correction' value in org-netbeans-modules-editor-settings-CustomPreferences.xml file. On my computer (freeBSD) the file is located on ~/.netbeans/18/config/Editors/Preferences folder.
In that file you should have the following XML for 'line-height-correction' value.
<entry javaType="java.lang.Float" name="line-height-correction" xml:space="preserve"> <value><![CDATA[1.1]]></value> </entry>

By increasing or decreasing the value (1.1 in the example above), you can adjust the line height as you wish.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Nazim231
Comment options

@mbien
Comment options

Answer selected by gmbhurgri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants