WE NEED YOUR HELP!

Posted by Tomas Mysik on Aug 24 2009, 04:36:20 PM CEST

We are searching for all PHP NetBeans users who would like to help us with testing our new experimental build. Everyone is welcome but we would need a feedback especially from users who often have to switch from NetBeans to command line or any other external application (usually because of running some external tool for versioning, PHP framework etc.). All these external changes should be correctly propagated to NetBeans.
On the other hands, performance, especially on non-local disks, could be slightly worse, so if you have any PHP project with such sources, please, give it a try as well because we are really interested in your results.

So, if you would like to participate on this testing, download the build, start it with -J-Dorg.netbeans.modules.masterfs.REFRESH.level=0 so the useful information can be logged. By the end of August 2009 (the sooner the better), please send us your feedback together with the IDE log (send it directly to tomas (dot) mysik (at) sun (dot) com).

Detailed information can be found on a special wiki page dedicated to this experimental build.

Thanks a lot for your help and for your feedback!


Category: Features | Permalink | Comments [23]

Keyboard Shortcuts Learning

Posted by Radek Matous on Aug 12 2009, 11:04:06 AM CEST

Keyboard shortcuts make your every day life easier, so it make sense to improve your key learnings.

PHP Magazine collected list of Netbeans keyboard shortcuts that could save you a lot of time.

Shortcuts for Mac OS X users.

The ultimate way how to learn keyboard shortcuts for your version of NetBeans is to check out the available shortcuts in Tools->Options->Keymap.

[Read More]
Category: Tips & Tricks | Permalink | Comments [2]

Screencast: Declaring Variables in Comment and Code Completion for Constructors and SQL Queries

Posted by Jeffrey Rubinoff on Aug 10 2009, 11:02:55 PM CEST
A screencast is now available showing how to declare variables in comments, constructor code completion, and SQL code completion. The screencast is hosted on mediacast.sun.com. [Read More]
Category: Features | Permalink | Comments [9]

Code Completion for Namespaces - part I

Posted by Radek Matous on Aug 10 2009, 08:51:28 AM CEST

This is brief overview how to use code completion for namespaced elements in NetBeans 6.8.
Namespaced elements are resolved according  name resolution rules.

See examples for namespace name definitions that are important for resolution rules:

// Fully qualified name
$c = new \my\name\ExampleClass();

// Qualified name
$c = new name\ExampleClass();

// Unqualified name
$c = new ExampleClass();
[Read More]
Category: Features | Permalink | Comments [5]

Sun GlassFish Web Stack video presentations

Posted by Jeffrey Rubinoff on Aug 07 2009, 05:52:26 PM CEST
Videos of CommunityOne presentations about the Sun GlassFish Web Stack, which includes a full PHP AMP stack integrated with NetBeans. Demonstrations include the NetBeans DTrace plugin.
[Read More]
Category: News | Permalink | Comments [10]

(Symfony + PHP 5.3) == Milestone 1

Posted by Radek Matous on Aug 06 2009, 05:51:56 PM CEST
We are pleased to announce that NetBeans IDE 6.8 M1 Download is now available. [Read More]
Category: Features | Permalink | Comments [11]