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

7,868 Comments

  1. http://paagencyinc.com/
    A equipa Paagencyinc apresenta-se como uma empresa profissional com forte presenca no publico em Portugal, que disponibiliza uma abordagem completa a quem valoriza a eficiencia, valorizando no atendimento personalizado. Descubra todos os detalhes no site oficial.

  2. Hello! Do you know if they make any plugins to safeguard against
    hackers? I’m kinda paranoid about losing everything I’ve worked hard
    on. Any tips?

  3. My partner and I absolutely love your blog and find a lot of your post’s to be precisely what I’m looking for.
    Would you offer guest writers to write content to suit your
    needs? I wouldn’t mind producing a post or elaborating on many of the subjects you write with
    regards to here. Again, awesome web log!

  4. Hey there would you mind sharing which blog platform you’re using?
    I’m looking to start my own blog soon but I’m having a hard time
    choosing between BlogEngine/Wordpress/B2evolution and Drupal.
    The reason I ask is because your design and style seems different
    then most blogs and I’m looking for something completely unique.
    P.S Sorry for getting off-topic but I had to ask!

  5. Way cool! Some very valid points! I appreciate you penning this write-up and also the rest of the site is also really good.

  6. Its like you read my mind! You seem to understand so much about this,
    like you wrote the e book in it or something. I believe that you could do with some p.c.

    to pressure the message house a bit, but other
    than that, this is magnificent blog. An excellent read.
    I will definitely be back.

  7. Definitely believe that which you said. Your favorite
    reason seemed to be on the web the simplest thing to
    be aware of. I say to you, I certainly get annoyed while people consider worries that they plainly do not
    know about. You managed to hit the nail upon the top and defined out the whole thing without having side-effects ,
    people can take a signal. Will probably be back to get more.
    Thanks

  8. Nice blog here! Also your web site loads up very fast! What host are you using? Can I get your affiliate link to your host? I wish my website loaded up as quickly as yours lol

  9. I will right away grab your rss feed as I can’t to find your e-mail subscription link or
    newsletter service. Do you have any? Kindly permit me recognize in order that
    I may just subscribe. Thanks.

  10. Pretty nice post. I just stumbled upon your weblog and wanted to
    say that I have really enjoyed browsing your blog posts. In any case I will be
    subscribing to your rss feed and I hope you write again very soon!

Leave a Reply

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