RSS

Recent news

Better Look&Feel; of NetBeans on Mac OS

Caoyuan Blog - February 23, 2009

NetBeans 6.7M2 is going to be public available soon, the new look&feel; on Mac OS is very awesome. BTW, “-Dapple.awt.graphics.UseQuartz=true” is a must option for best font-rendering on my macbook. I added it to netbeans.conf as “-J-Dapple.awt.graphics.UseQuartz=true”. Here is a snapshot of my current screen…

More (0 comments)

Better Look&Feel;of NetBeans on Mac OS

Caoyuan Blog - February 23, 2009

NetBeans 6.7M2 is going to be public available soon, the new look&feel;on Mac OS is very awesome. BTW, “-Dapple.awt.graphics.UseQuartz=true” is a must option for best font-rendering on my macbook. I added it to netbeans.conf as “-J-Dapple.awt.graphics.UseQuartz=true”. Here is a snapshot of my current screen when…

More (0 comments)

Better Look&Feel;of NetBeans on Mac OS

Caoyuan Blog - February 23, 2009

NetBeans 6.7M2 is going to be public available soon, the new look&feel;on Mac OS is very awesome. BTW, “-Dapple.awt.graphics.UseQuartz=true” is a must option for best font-rendering on my macbook. I added it to netbeans.conf as “-J-Dapple.awt.graphics.UseQuartz=true”. Here is a snapshot of my current screen when…

More (0 comments)

Scala Corner Case#1: Implement Method of Java Interface with Type Parameter Omitted by It’s Sub-Clas

Caoyuan Blog - February 21, 2009

The progress of rewriting Erlang plugin for NetBeans in Scala has reached a phase, that the Editor itself works smooth and better than ErlyBird now, the next step is to integrate an Erlang project management and index the modules/functions of OTP/project to provide smart auto-completion.…

More (0 comments)

Scala Corner Case#1: Implement Method of Java Interface with Type Parameter Omitted by It’s Sub-Clas

Caoyuan Blog - February 21, 2009

The progress of rewriting Erlang plugin for NetBeans in Scala has reached a phase, that the Editor itself works smooth and better than ErlyBird now, the next step is to integrate an Erlang project management and index the modules/functions of OTP/project to provide smart auto-completion.…

More (0 comments)

Scala Corner Case#1: Implement Method of Java Interface with Type Parameter Omitted by It’s Sub-Clas

Caoyuan Blog - February 20, 2009

The progress of rewriting Erlang plugin for NetBeans in Scala has reached a phase, that the Editor itself works smooth and better than ErlyBird now, the next step is to integrate an Erlang project management and index the modules/functions of OTP/project to provide smart auto-completion.…

More (1 comments)

Erlang Plugin for NetBeans in Scala#9: Instant Rename and Go to Declaration

Caoyuan Blog - February 19, 2009

It seems I’m the only one who is committing to hg.netbeans.org/main/contrib these days. Anyway. Implementing Instant Rename and Go to Declaration is not difficult with AstDfn/AstRef/AstScope. Here is the code: Instant Rename is implemented by ErlangInstantRenamer.scala Go to Declaration is implemented by ErlangDeclarationFinder.scala And register…

More (0 comments)

Erlang Plugin for NetBeans in Scala#9: Instant Rename and Go to Declaration

Caoyuan Blog - February 19, 2009

It seems I’m the only one who is committing to hg.netbeans.org/main/contrib these days. Anyway. Implementing Instant Rename and Go to Declaration is not difficult with AstDfn/AstRef/AstScope. Here is the code: Instant Rename is implemented by ErlangInstantRenamer.scala Go to Declaration is implemented by ErlangDeclarationFinder.scala And register…

More (0 comments)

Erlang Plugin for NetBeans in Scala#9: Instant Rename and Go to Declaration

Caoyuan Blog - February 18, 2009

It seems I’m the only one who is committing to hg.netbeans.org/main/contrib these days. Anyway. Implementing Instant Rename and Go to Declaration is not difficult with AstDfn/AstRef/AstScope. Here is the code: Instant Rename is implemented by ErlangInstantRenamer.scala Go to Declaration is implemented by ErlangDeclarationFinder.scala And register…

More (0 comments)

Erlang Plugin for NetBeans in Scala#8: Pretty Formatting and Pair Matching

Caoyuan Blog - February 17, 2009

Now let’s go on the complex part: Pretty Formatting and Pair Matching. I say they are complex, not because these features are much heavier on language’s semantic complex. Implementing these features mostly deals with lexer tokens. But it’s a bit brain-dried work to across forward/backward…

More (0 comments)

 <  1 2 3 4 5 >  Last »