Ir ao conteúdo

Netbeans 6.5.1, Espaçamento..

Opa,

Como disse no post anterior instalei o NetBeans agora a pouco. Ao executar o mesmo, criar um novo projeto e arquivo percebo que o espaçamento (line-spacing) do mesmo está muito grande. Para alterar o mesmo você deve fazer o seguinte:

Editar o arquivo: org-netbeans-modules-editor-settings-CustomPreferences.xml

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

Este arquivo está encontrado no seguinte diretorio:

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

Caso o arquivo e o diretorio existam simplesmente adicione as seguintes linhas:

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

Se o mesmo não exista, provavelmente você terá que criar o diretorio Preferences:

$ mkdir Preferences
(se você estiver no /home//.netbeans/6.5/config/Editors)

$ cd Preferences

E crie o arquivo:

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

Adicione o seguinte conteudo:

<?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>

Salve, reinicie o netbeans e pronto.

Uma otima noite a todos,
Matheus

English Version

Fontes:
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=

PS: Isso não é simplesmente uma tradução, a idéia basica está postada, mas aqui foram adicionadas algumas informações.

Publicado emAprendendoLinuxSoftware Livre

7.870 Comentários

  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!

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *