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]

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]

Community Contributed Docs

Posted by Jeffrey Rubinoff on Jul 30 2009, 01:09:17 PM CEST
We have a program for NetBeans users to submit their own tutorials, tips and tricks, and how-to docs. It's called Community Docs, and the portal is at http://wiki.netbeans.org/CommunityDocs. It's very popular. However, there have been no submissions from PHP developers! So, I was thinking, perhaps none of you know about it? If any of you have any cool examples of apps that would be the basis of a nice tutorial, or have tips for other users, please consider posting a full description over there. It's a big help to everyone.
Category: News | Permalink | Comments [4]

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

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

Code Navigation Improvements

Posted by Radek Matous on Jun 22 2009, 04:58:07 PM CEST

When you work on a project, you need to navigate round the source code frequently.  NetBeans  IDE provides many navigation features that are highly useful since 6.5 but there were additional improvements and fixes in 6.7 that are worth of mentioning.

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

PHP Application from Remote Server

Posted by Tomas Mysik on Jun 08 2009, 04:58:48 PM CEST
NetBeans 6.7 is nearly out so it's time to start developing new features for the next release... [Read More]
Category: Features | Permalink | Comments [35]

How to Include File

Posted by Radek Matous on May 07 2009, 09:05:17 AM CEST

How to include file in PHP NB IDE? Two ways:

  1. file system code completion for include/require
  2. Fast Import Alt+Shift-I
[Read More]
Category: Tips & Tricks | Permalink | Comments [13]

Introduce Variable QuickFix

Posted by Radek Matous on May 04 2009, 11:59:15 AM CEST
Last week I've got a question: "I need to explain when the Introduce Variable hint is invoked?" and I've realized that I could mention it briefly in this weblog because I'm not sure how many of you have already noticed it. [Read More]
Category: Features | Permalink | Comments [4]

Remote Synchronization

Posted by Tomas Mysik on Apr 09 2009, 04:46:08 PM CEST

Many of you would like to have remote synchronization for your PHP projects - well, let's have a look what we have done.

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