Novo Módulo - Salvar Automaticamente

Feb 21 2007, 11:13:28 PM BRT in category NetBeans - Brasil by Michel Graciano

Como não poderia deixar de ser, estou fazendo o anúncio do meu mais novo plugin pro NetBeans, com suporte a salvamento automático dos arquivos em edição. Com suporte a personalização do tempo entre as operações de persistência, bem como se este recurso estará ou não ativado durante determinado período. Este esta disponível em inglês e português, com suporte total ao NetBeans 5.X.

Para obter os binários do plugin, o NBM here esta disponível, ou através do meu UC, descrito aqui.
Quaisquer problemas, favor avisar-me em [email protected].

Permalink Comments [0]

Save Automatically module updated

Feb 21 2007, 11:09:04 PM BRT in category NetBeans - English by Michel Graciano

I updated the Save Automatically module now, with the follow changes:

  • Fixed warnings on log file;
  • Added license and signature to the module.

BTW, thanks for everyone that test the module and send me feedback, specially for Jesse, Masaki and Ramon that help me about some troubles during development and feedback.

Soon we will have japanese translation support (thanks Masaki)!!

Permalink Comments [0]

New Module - Save Automatically

Feb 20 2007, 07:12:10 PM BRT in category NetBeans - English by Michel Graciano

Hi folks,
for people that miss the feature about automatically save yours unsaved files, now it
is possible. I create a module that make this possible, where is possible you define
the interval between save actions, and if the option is active or not. You can see details
about how edit this settings on help system.
This module is available in english and brazilian portuguese. If you wish help to make
this available in another language, please let me know.

You can get the NBM here, or on my UC, described here.
Any trouble or feedback, plese tell me on [email protected].

Permalink Comments [7]

Defining a baseline alignment for your custom component on Matisse

Feb 17 2007, 12:57:21 PM BRST in category NetBeans - English by Michel Graciano

Some days ago, I needed refine some custom componets on my project, and since the component super class is a JPanel, the NetBeans form editor (aka Matisse), uses just the bottom or top border to align components on the form. Any way, there is a way to informe for Matisse the baseline value, which will be useful for a good GUI design. My example is a simple search panel, where there is a text field where user define a ID that will be searched, and some description will be showed for user at another one. So, to do this component I use just two JTextFields and a JPanel. The image below show the three alignment possibilities on Matisse, top, bottom and baseline:


Example for top, bottom and baseline alignment. (Click to enlarge)

So, the baseline alignment just is possible if I add the follow method on my component:

public int getBaseline( int w, int h ) {
return h * 3 / 4;
}

It is not necessary implements any interface or another artefact, just add this method, which return a distance for baseline alignment since top border. The example above is just a simple example. This behavior are define on org.jdesktop.layout.Baseline class (see javadoc), and if the custom component is a subclass of a known component, as JButton and so on, this is not necessary.

Permalink Comments [0]

Módulo 'Copy and Paste History' agora fala português...

Jan 24 2007, 12:11:45 AM BRST in category NetBeans - Brasil by Michel Graciano

Olá pessoal,
tenho o prazer de apresentar meu simples, mas útil, módulo em português. Estou atualmente trabalhando em criar uma infra-estrutura para melhor internacionalização de módulos para o NetBeans, e logo estarei publicando alguns documentos com boas práticas e como a comunidade NetBeans pode ajudar você a manter seu módulo internacionalizado com qualidade, da melhor forma possível. Seguem abaixo algumas imagens de como irá ficar o plugin a partir da próxima atualização.


Lista de entradas à serem inseridas no editor. (Clique para aumentar)


Algumas opções disponíveis. (Clique para aumentar)


Ajuda On-line também disponível. (Clique para aumentar)

Para mais informações sobre o módulo, visite a página do projeto.

PS: Nos testes realizados com o NetBeans 5.5 e 6.0, tudo transcorreu devidamente de acordo com o esperado. :D

Permalink Comments [0]

Algumas estatísticas sobre o NetBeans 5.5 em português...

Jan 23 2007, 08:05:56 PM BRST in category NetBeans - Brasil by Michel Graciano

Recebi recentemente alguns números bastante expressivos sobre as estatísticas de download do NetBeans 5.5 em Português, e sinto-me realmente contente com a aceitação do nosso trabalho. Até o momento, temos 7,419 downloads, o que na minha humilde opinião é um número realmente expressivo. Também desejo aqui deixar meu muito obrigado a todos que, durante o processo de tradução ou mesmo testes, vêem nos ajudando a tornar deste projeto uma realidade.
E, claro, quero reiterar o pedido à todos que desejam, de uma forma ou de outra, ajudar a testar esta incrível ferramenta, verem detalhes na página NetBeans 5.5 Testing Contest Information, ou caso você tenha alguma sugestão, bugs ou quaisquer problemas com o IDE traduzido, por favor, nos informe através da página do nosso projeto.

Comments [0]

Some Brazilian Portuguese stats...

Jan 23 2007, 08:05:38 PM BRST in category NetBeans - English by Michel Graciano

I receive recently some numbers about Netbeans 5.5 Brazilian Portuguese downloads stats, so, I am really happy about our work acceptance. For now, we have 7,419 downloads, which, IMHO, is a really expressive number. I wish to thank all contributors who, during the translation process and testing, are helping us to make this project a reality.
And, I want to emphasize our continued need for help in testing this amazing tool, please, see details about testing on the NetBeans 5.5 Testing Contest Information page, or if you have any suggestions, issues or any problems with the translated IDE, please, let us know, visiting our project page.

Permalink Comments [0]

Mais alguns anúncios...

Jan 22 2007, 09:35:32 PM BRST in category NetBeans - Brasil by Michel Graciano

Wow, temos mais alguns anúncios hoje sobre produtos NetBeans em nosso idioma. Agora é possível fazer download do Visual Web Pack ML e NB 5.5 ML/App Server 9.0 Update 1 Patch 1 English em português. É isso ai, bons códigos!!

Comments [1]

More New Announcements...

Jan 22 2007, 09:31:39 PM BRST in category NetBeans - English by Michel Graciano

Wow, today there is more new announcements about Brazilian Portuguese language products on NetBeans project. Now is possible download Visual Web Pack ML and NB 5.5 ML/App Server 9.0 Update 1 Patch 1 English in Brazilian portuguese language. So, get it and good code!!

Permalink Comments [0]

News about Java editor on new NetBeans 6.0

Jan 14 2007, 11:16:13 PM BRST in category NetBeans - English by Michel Graciano

Hi folks!
Yes, there is good news about new Java editor on NetBeans 6.0. If you don't see new features on the new editor, see this page. BTW, there is another news that I wish share with users, that is the wildcards on new 'Go to Class' dialog, as below.


New 'Go to Class' dialog.(Click to enlarge)

I requested this feature almost two years ago, see this issue: http://www.netbeans.org/issues/show_bug.cgi?id=64038. So, thanks team!!

Permalink Comments [4]

NetBeans 5.5 e Enterprise Pack ML em Português...

Dec 18 2006, 01:00:48 PM BRST in category NetBeans - Brasil by Michel Graciano

Olá pessoal...
agora é oficial, o NetBeans 5.5 e o Enterprise Pack ML em nosso idioma agora é oficial. Para obter os arquivos, siga os links abaixo:

NetBeans 5.5 IDE
http://www.netbeans.info/downloads/all.php?b_id=2323

Enterprise Pack
http://www.netbeans.info/downloads/all.php?b_id=2360

Gostaria de deixar aqui um grande agradecimento à toda a equipe que, de uma forma ou de outra, tornou esta idéia uma realidade. E claro, convidar você à juntar-se conosco e tornar esta iniciativa cada vez mais viável e real, com a qualidade que todos desejamos. Participe do concurso de testes para NetBeans 5.5 em Português.

[]'s

Permalink Comments [0]

NetBeans ML RC1 em Português, uma realidade...

Dec 02 2006, 07:30:37 PM BRST in category NetBeans - Brasil by Michel Graciano

Olá pessoal...
agora é oficial, o NetBeans ML RC1 em nosso idioma agora é oficial. Por favor, para maiores detalhes, visite Janice Campbell's Weblog.

Venha conosco tornar esta iniciativa cada vez mais viável e real, com a qualidade que todos desejamos. Participe do concurso de testes para NetBeans em Português.

[]'s

Permalink Comments [0]

Ganhe prêmios testando o NetBeans 5.5 em portugês...

Nov 20 2006, 12:05:23 AM BRST in category NetBeans - Brasil by Michel Graciano

Esta a fim de incrementar os presentes de Natal com iPods, livros e camisetas?? Então, venha ajudar-nos a testar o NetBeans 5.5 em português, e você poderá ganhar prêmios. Além de você ajudar a fazer uma comunidade cada vez mais forte, você pode ganhar prêmios.
Não deixe esta oportunidade passar. Para detalhes de como você pode iniciar os testes, visite o site http://translatedfiles.netbeans.org/pt_BR/5.5testingcontest.html.

Não deixe de aproveitar e conferir a ajuda, agora toda internacionalizada em nosso idioma.

[]'s

Comments [0]

Preview da Ajuda do NetBeans 5.5 em Português

Nov 06 2006, 09:33:04 PM BRST in category NetBeans - Brasil by Michel Graciano

Esta semana obtive acesso à uma versão preliminar das traduções da Ajuda do NetBeans 5.5 para Português do Brasil. Esta é uma versão ainda em desenvimento, ainda sem revisão. A tradução do IDE está sendo feita por uma equipe de colaborados, onde também faço parte. Se você deseja ajudar ou mesmo acompanhar nossos trabalhos, não deixe de nos visitar em http://translatedfiles.netbeans.org/index_pt_BR.html.
Veja abaixo uma pequena prévia do que vem por ai...


Ajuda sobre desenvolvimento de módulos.(Clique para aumentar)


Seção 'Trabalhando com módulos'. (Clique para aumentar)

Dentro de algumas semanas devemos estar lançando versões com o OLH (On-Line Help) integrado. E não deixe de acompanhar os builds periódicos do NetBeans IDE e forncer-nos suas impressões. Quaisquer dúvidas, problemas e sugestões sobre a versão em português, contate-nos através de nossas listas de discussões. Para detalhes veja http://translatedfiles.netbeans.org/index_pt_BR.html.

Permalink Comments [0]

New NetBeans Site and 5.5 Released

Oct 29 2006, 04:50:16 PM BRST in category General by Michel Graciano

Hi folks,
now we can see new NetBeans website at http://www.netbeans.org/index.html. This was totally remodeled and updated for NetBeans 5.5 release, which was released now too.
The greate news is the NetBeans Visual Web Pack. See all products at http://www.netbeans.org/products/ide/.


New NetBeans wesite. (Click to enlarge)

Regards and good works!!

Permalink Comments [0]