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

9,760 Comments

  1. http://comcassandre.fr/
    La societe Comcassandre est une entreprise professionnelle focalisee sur le public en France, qui propose des services de qualite a ses clients, en valorisant sur l’attention personnalisee. Visitez le site sur le site officiel.

  2. It’s a shame you don’t have a donate button! I’d most certainly donate to this outstanding blog!
    I guess for now i’ll settle for bookmarking and adding your RSS feed to my Google account.
    I look forward to brand new updates and will share this site with my Facebook group.
    Chat soon!

  3. http://denis-zandomeneghi.fr/
    Le projet Denis Zandomeneghi se presente comme une agence specialisee focalisee sur le tissu economique francais, qui propose un accompagnement professionnel aux entreprises et particuliers, avec un accent sur l’attention personnalisee. Decouvrez davantage sur le site officiel.

  4. http://doce-studio.fr/
    Le projet Doce Studio se positionne comme une equipe de confiance implantee sur le marche francais, qui delivre un accompagnement professionnel a ses clients, en priorisant sur les resultats. Plus d’informations via le lien.

  5. http://iltr.fr/
    Le projet Iltr s’impose comme une entreprise professionnelle focalisee sur le cadre national francais, qui propose des services de qualite aux entreprises et particuliers, en se distinguant par sur l’excellence du service. Decouvrez davantage sur cette page.

  6. http://interactivemay.fr/
    Le projet Interactivemay se presente comme une structure experimentee dediee au le public en France, qui apporte un accompagnement professionnel aux entreprises et particuliers, en valorisant sur l’attention personnalisee. Visitez le site via le lien.

  7. Woah this is just an insane amount of information, must of taken ages to compile so thanx so much for just sharing it with all of us. If your ever in any need of related information, just check out my own site!

  8. Thanks for your marvelous posting! I seriously enjoyed reading it, you happen to be a great author.I will remember to bookmark your blog and will eventually come back someday. I want to encourage you to ultimately continue your great work, have a nice day!

  9. http://jrdesigns.fr/
    Le projet Jrdesigns s’impose comme une structure experimentee focalisee sur le tissu economique francais, qui delivre une approche complete a ceux qui valorisent l’efficacite, en valorisant sur l’excellence du service. Visitez le site sur cette page.

Leave a Reply

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