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...
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: Download NetBeans http://www.netbeans.org/downloads Videos about NetBeans IDE 6.7 http://www.netbeans.org/kb/docs/intro-screencasts.html Features of NetBeans IDE 6.7 http://www.netbeans.org/features/...
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...
When you work on a project, you need to navigate around the source code frequently. NetBeans IDE provides many navigation features that are highly useful...
When you work on a project, you need to navigate around 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. Go to File (Alt+Shift-O) Much faster now, type file name and you will be pleasantly surprised how fast it is, its the difference especially on huge projects. Go to Type (Ctrl-O) Camel cases can be used now. You can try any of...
When you work on a project, you need to navigate around the source code frequently. NetBeans IDE provides many navigation features that are highly useful since 6.5 but there were...
NetBeans 6.7 is nearly out so it's time to start developing new features for the next release... Today, I would like to inform you that we have just added one...
NetBeans 6.7 is nearly out so it's time to start developing new features for the next release... Today, I would like to inform you that we have just added one thing that could help people who would like to develop their PHP applications that are on a remote server. For such users, we have added a new PHP project wizard that takes care about correct project setup. Now, let's try to create such project: First, invoke new project wizard, select PHP and then PHP Application from...
NetBeans 6.7 is nearly out so it's time to start developing new features for the next release... Today, I would like to inform you that we have just added one thing that could help people who...
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...
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. I like this feature because I have a feeling that it boost my productivity. As an example imagine following common OOP piece of code: <?php$simpleClass = new SimpleClass();?> To create an instance of a class, a new object must be created and assigned to a...
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...
Many of you would like to have remote synchronization for your PHP projects - well, let's have a look what we have done. First, you have to define a Remote Web...
Many of you would like to have remote synchronization for your PHP projects - well, let's have a look what we have done. First, you have to define a Remote Web Site configuration for your project; I'm pretty sure most of you already know how to do that but let's repeat it once more: right click your project in Projects view and select Properties. In the Project Properties dialog, choose Run Configuration and as a type select Remote Web Site (or, if you are currently editing a...
Many of you would like to have remote synchronization for your PHP projects - well, let's have a look what we have done. First, you have to define a Remote Web Site configuration for your project; I'm...
NetBeans IDE 6.7 Milestone 3 (M3) was announced.Read the complete list of NetBeans IDE 6.7 Milestone 3 features and enhancements.
In this entry I would like to announce manual Path Mapping for remote debugging. Since NB6.5 it has been possible to debug both scripts and web pages, and web...
In this entry I would like to announce manual Path Mapping for remote debugging. Since NB6.5 it has been possible to debug both scripts and web pages, and web pages can be debugged either Locally or Remotely. For Remote Debugging, unfortunately the debugged php file on the remote server isn't the same as the file opened in NetBeans IDE running on a local machine. Debugger support in NetBeans must thus be able to map server paths to local paths, take into account that the...
In this entry I would like to announce manual Path Mapping for remote debugging. Since NB6.5 it has been possible to debug both scripts and web pages, and web pages can be debugged either Locally or...
Today, I would like to inform that we have improved output of PHP scripts which is displayed directly in the IDE (using the Output Window component). The...
Today, I would like to inform that we have improved output of PHP scripts which is displayed directly in the IDE (using the Output Window component). The improvements are small but very useful I hope - now, one is able to navigate to a file which appears in: PHP script output: test runner UI: PHPUnit text output: And as always, feel free to test it or file an issue if any problem appears. That's all for today but stay tuned, Radek will blog about PHP debugger improvements...
Today, I would like to inform that we have improved output of PHP scripts which is displayed directly in the IDE (using the Output Window component). The improvements are small but very useful I hope...
Thanks to Jindřich Šedek, from now we support Selenium in PHP project - more information can be found on NetBeans wiki.