Symfony Support Screencast

Posted by Jeffrey Rubinoff on Nov 03 2009, 04:49:04 PM CET

We've created a screencast that demonstrates the built-in support for the Symfony framework in NetBeans IDE for PHP 6.8. It shows how to set up the IDE to use Symfony, how to create a PHP project that uses the Symfony framework, and a number of tips, such as handy keymapping to set up in NetBeans IDE.


Category: Features | Permalink | Comments [4]

SQL code completion improved

Posted by Tomas Mysik on Oct 29 2009, 01:40:17 PM CET

Today, I would like to show you some improvements done in SQL code completion area (thanks to our colleagues from database team!).

SQL code completion for INSERT

[Read More]
Category: Features | Permalink | Comments [10]

PHP templates improved

Posted by Tomas Mysik on Oct 16 2009, 04:42:31 PM CEST

Today, I would like to show you the latest improvements in PHP templates area.

PHP Templates improvements

[Read More]
Category: Features | Permalink | Comments [14]

Download NetBeans IDE 6.8 Milestone 2

Posted by Radek Matous on Oct 08 2009, 05:29:42 PM CEST
The NetBeans team is pleased to announce the availability of NetBeans IDE 6.8 Milestone 2.

PHP support focuses on:

Please test it and report all the issues or enhancements in NetBeans IssueZilla.  Share your thoughts on NetBeans' mailing lists and forums.

[Read More]
Category: Features | Permalink | Comments [5]

Symfony support finished

Posted by Tomas Mysik on Oct 02 2009, 11:35:20 AM CEST

Today I would like to announce that the support for Symfony PHP Framework (as we planned it for NetBeans 6.8) is finished. So, what's new?

Go to View

[Read More]
Category: Features | Permalink | Comments [29]

PHP in YAML files

Posted by Petr Pisl on Sep 07 2009, 04:18:44 PM CEST

From the last week there is recognized PHP language in YAML files. It is only on the lexical level, but it's helpful.  This feature is mainly required by Symfony framework that uses PHP in YAML files.


Category: Features | Permalink | Comments [3]

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]

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 [10]

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]

(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]

Recent improvements in PHPUnit-support

Posted by Tomas Mysik on Jul 30 2009, 11:16:11 AM CEST
This blog post has been contributed by Thomas Meyer who has helped a lot with these improvements. Thanks a lot, Thomas! [Read More]
Category: Features | Permalink | Comments [8]

Ignored folders? Sure!

Posted by Tomas Mysik on Jul 17 2009, 01:47:06 PM CEST

Today, I would like to introduce you a very nice feature that many (really many) of you wanted to see and use. In the development version of NetBeans, one can ignore project's folders - what does it mean? It means that one can specify folders that are not visible in the UI but mainly, they are not scanned and indexed (example of such folder could be a directory with generated documentation etc.). Have a look at Project Properties dialog:

Ignored Folders

Please notice that due to bug 168460, IDE must be restarted.

That's all for today, as always, please test it and report all the issues or enhancements you find in NetBeans IssueZilla (component php, subcomponent project).


Category: Features | Permalink | Comments [20]

Minor improvements in FTP/SFTP

Posted by Tomas Mysik on Jul 13 2009, 10:39:35 AM CEST

Today, I'm going to write a very short blog post about 2 minor improvements in FTP/SFTP support in NetBeans.

The first improvement is providing detailed information about the file transfer progress (uploading as well as downloading) and we hope that many our users will find it useful. The information is based on file size so it should be quite accurate.

File Transfer Progress

The other improvement is more UI enhancement but again, we hope that it will be useful as well.

Transfer Summary in Colors

As I promised, this blog post was very short but please, do not forget to test it and report all the issues or enhancements you find in NetBeans IssueZilla (component php, subcomponent ftp support).

Category: Features | Permalink | Comments [11]

Initial Symfony support

Posted by Tomas Mysik on Jul 06 2009, 10:45:46 AM CEST
Today, I would like to inform you that we have added initial support for the popular PHP framework - Symfony (the most voted issue in NetBeans IssueZilla).
[Read More]
Category: Features | Permalink | Comments [43]

Announcements

Posted by Radek Matous on Jul 01 2009, 12:34:44 PM CEST

First let me announce the availability of NetBeans IDE 6.7!

I would like to thank everyone who helped us to make the IDE better. Thanks for every reported issue, comment or contributed fix. To learn more about NetBeans IDE 6.7 please use the following resources:

Second announcement is that long awaited PHP 5.3.0 is released!

PHP 5.3.0 brings new feautures and bug fixes. See announcement for more details. NetBeans IDE 6.8 will bring support for PHP 5.3.0.  For everyone who is eager to play with new features I can recommend to download one of latest PHP daily builds and try our current support. You may be pleasantly surprised and we are curious about your feedback. Definitely you can expect more blog entries announcing individual features in the couple of next weeks.

Category: Features | Permalink | Comments [9]