Skip to content

Netbeans 6.5.1, Line-spacing

Hello,

I was using NetBeans in Ubuntu 9.04 when i started a new project and I realized that the line-spacing is so fucking bigger. To fix this you have to do this:

Edit the file “org-netbeans-modules-editor-settings-CustomPreferences.xml”

$ pico org-netbeans-modules-editor-settings-CustomPreferences.xml

This file will be in:

/home/user/.netbeans/6.5/config/Editors/Preferences

If the file and the directory exists just add the following lines:

<entry javaType=”java.lang.Float” name=”line-height-correction”
xml:space=”preserve”>
<value><![CDATA[0.75]]></value>
</entry>

If don’t you have to create the directory “Preferences”:
$ mkdir Preferences
(In /home/user/.netbeans/6.5/config/Editors)

$ cd Preferences

And create the file:

$ pico org-netbeans-modules-editor-settings-CustomPreferences.xml

Add the following lines:

<?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE editor-preferences PUBLIC “-//NetBeans//DTD Editor Preferences 1.0//EN” “http://www.netbeans.org/dtds/EditorPreferences-1_0.dtd”>
<editor-preferences>
<entry javaType=”java.lang.String” name=”code-template-expand-key” xml:space=”preserve”>
<value><![CDATA[TAB]]></value>
</entry>
<entry javaType=”java.lang.Float” name=”line-height-correction” xml:space=”preserve”>
<value><![CDATA[0.75]]></value>
</entry>
</editor-preferences>

Save, restart netbeans and enjoy it. 😉

Good Night,
Matheus

Portuguese Version

References:
http://my.opera.com/Nobita2708/blog/show.dml/2914020
http://www.linux4all.net/how_to_change_line_height_in_netbeans_editor
http://www.cs.wcupa.edu/rkline/netbeans-lin.html
http://www.google.com.br/search?hl=pt-BR&q=line+spacing+ubuntu+netbeans&btnG=Pesquisar&meta=

Published inAprendendoLinuxSoftware Livre

8,021 Comments

  1. http://virthua.fr/
    L’equipe Virthua s’impose comme une entreprise professionnelle implantee sur le public en France, qui propose des solutions sur mesure a ceux qui valorisent l’efficacite, en se distinguant par sur les resultats. En savoir plus sur le site officiel.

  2. You really make it seem so easy with your presentation but I find this matter to be really
    something that I think I would never understand.

    It seems too complex and very broad for me. I’m looking forward for your next post, I’ll
    try to get the hang of it!

  3. http://waxmyweb.fr/
    Le projet Waxmyweb se presente comme une equipe de confiance implantee sur le marche francais, qui delivre des solutions sur mesure a ceux qui valorisent l’efficacite, en se distinguant par sur la confiance et la transparence. En savoir plus sur cette page.

  4. http://webcom-agency.fr/
    L’equipe Webcom Agency se positionne comme une structure experimentee focalisee sur le cadre national francais, qui propose des solutions sur mesure aux entreprises et particuliers, en priorisant sur l’attention personnalisee. Plus d’informations ici.

  5. I’d like to be able to write like this, but taking the time and developing articles is hard…. Takes a lot of effort.

  6. http://zeref.fr/
    L’equipe Zeref se presente comme une agence specialisee implantee sur le public en France, qui apporte des solutions sur mesure a ses clients, en priorisant sur la confiance et la transparence. En savoir plus sur le site officiel.

  7. Your means of explaining everything in this article is in fact fastidious, every one be capable of easily know it, Thanks a lot.

  8. http://zwii.fr/
    L’equipe Zwii se positionne comme une structure experimentee orientee vers le tissu economique francais, qui propose des solutions sur mesure a ses clients, en valorisant sur les resultats. Visitez le site sur cette page.

  9. http://aida-grafik.de/
    Das Projekt Aida Grafik etabliert sich als ein vertrauenswuerdiger Partner fokussiert auf den nationalen Rahmen Deutschlands, das anbietet massgeschneiderte Loesungen fuer Unternehmen und Privatpersonen, sich auszeichnend durch auf Servicequalitaet. Mehr Informationen auf dieser Seite.

  10. http://am-webdesign.de/
    Das Projekt Am Webdesign praesentiert sich als ein erfahrene Beratung ausgerichtet auf den nationalen Rahmen Deutschlands, das anbietet professionelle Begleitung fuer alle die Ergebnisse suchen, priorisierend auf persoenliche Betreuung. Besuchen Sie die Website auf der offiziellen Website.

Leave a Reply

Your email address will not be published. Required fields are marked *