Today I have committed to the trunk small improvement of generating getters and setters for class properties. It's based on your suggestion and as you can see...
Today I have committed to the trunk small improvement of generating getters and setters for class properties. It's based on your suggestion and as you can see on the pictures, you can select the way, how to generate the getter and setter method name. There is a new combo box that contains two items which display the result of the method name for the first class field. On the picture you can see that you can select between two ways. The first one is the way which is used in...
Today I have committed to the trunk small improvement of generating getters and setters for class properties. It's based on your suggestion and as you can see on the pictures, you can select the way,...
Today a clone for NetBeans 6.5 was created. It means that trunk is open for the next development and also that only show stoppers can be fixed in NetBeans 6.5 ....
Today a clone for NetBeans 6.5 was created. It means that trunk is open for the next development and also that only show stoppers can be fixed in NetBeans 6.5 . NetBeans 6.5 is the first version of NetBeans, which includes the PHP support. I hope that it will be useful for many developers. Now we (the development team) are in planing phase. There are many things to do. You can help us to prioritize, what should be done and what should be improved. Just leave comment here or...
Today a clone for NetBeans 6.5 was created. It means that trunk is open for the next development and also that only show stoppers can be fixed in NetBeans 6.5 . NetBeans 6.5 is the first version...
Krystina Polomski made a screencast about JavaScript debugging in NetBeans 6.5. The sceencast shows JS debuggin in simple Java Web Application, but the same...
Krystina Polomski made a screencast about JavaScript debugging in NetBeans 6.5. The sceencast shows JS debuggin in simple Java Web Application, but the same functionality is offered for PHP projects as well and is available in the NetBeans PHP distribution. You can debug JavaScript running in Firefox and IE too. More about JavaScript debuggig support you can read here.
Krystina Polomski made a screencast about JavaScript debugging in NetBeans 6.5. The sceencast shows JS debuggin in simple Java Web Application, but the same functionality is offered for PHP...
NetBeans IDE supports Software as a Service (SaaS) applications in PHP. There are registered Web Services in the Services tab. Using these Web Services is easy....
NetBeans IDE supports Software as a Service (SaaS) applications in PHP. There are registered Web Services in the Services tab. Using these Web Services is easy. Just drag and drop a service node into the php editor, where you want to use it. NetBeans will generate the code for you. Many of these services requires a key, so you have to obtain your key from the provider of the service. If you are interested in this feature, read the tutorial on how to plug in the Yahoo News Web...
NetBeans IDE supports Software as a Service (SaaS) applications in PHP. There are registered Web Services in the Services tab. Using these Web Services is easy. Just drag and drop a service node...
Yesterday I added support for class property variables into the PHP build. Although the demo is targeted to show how NetBeans PHP handles class property...
Yesterday I added support for class property variables into the PHP build. Although the demo is targeted to show how NetBeans PHP handles class property variables, you can also see other editor features and how to find a declaration. In the screencast I create a simple application that you probably would write in a different way, but I needed to make it fit the purpose of the demo. The video is published on NetBeans.TV
Yesterday I added support for class property variables into the PHP build. Although the demo is targeted to show how NetBeans PHP handles class property variables, you can also see other...
The NetBeans editor contain many features that can increase your productivity. Code templates are one such feature. Code templates let you paste a snippet into...
The NetBeans editor contain many features that can increase your productivity. Code templates are one such feature. Code templates let you paste a snippet into the document at the caret position via an abbreviation or code completion. The list of available code templates is in the Options dialog, category Editor and tab Code Templates. If you want to see the PHP code templates, you have to select PHP in the Language combo box. As I wrote above, you can paste the snippet via...
The NetBeans editor contain many features that can increase your productivity. Code templates are one such feature. Code templates let you paste a snippet into the document at the caret position...
There have been a few requests to provide support for editing YAML Ain't Markup Language files. The support has already been written by Tor Norbye, but was...
There have been a few requests to provide support for editing YAML Ain't Markup Language files. The support has already been written by Tor Norbye, but was available only for Ruby projects. After discussion with Tor I have moved the YAML support from Ruby to a more general location and from today's builds it is also available in NetBeans PHP distro and in PHP projects. You can create a new YAML file through the New File Wizard, where you have to choose the Other category and...
There have been a few requests to provide support for editing YAML Ain't Markup Language files. The support has already been written by Tor Norbye, but was available only for Ruby projects....
Today, we added support for running PHP project with Remote web configuration - how does it work? First, you have to decide whether you want to upload sources...
Today, we added support for running PHP project with Remote web configuration - how does it work? First, you have to decide whether you want to upload sources automatically before running a project or not. This can be easily done in Run Configuration in Project properties. Then, if you try to Run project (it works fine for Run file, Debug project and Debug file as well), the already known Upload window is displayed. If it's the first time you run a project, then all the files...
Today, we added support for running PHP project with Remote web configuration - how does it work? First, you have to decide whether you want to upload sources automatically before running a project or...
I have created my first screencast, on how to set up WordPress as a NetBeans project. I also show how to write a simple plugin for WordPress. The plugin will...
I have created my first screencast, on how to set up WordPress as a NetBeans project. I also show how to write a simple plugin for WordPress. The plugin will look through the content of displayed blog entries to replace the word "NetBeans" with a link to the NetBeans.org site. The content of this screencast is based on Jan's entry Configuring a NetBeans PHP Project for WordPress and my entry My first WordPress plugin in NetBeans. But you can see more features of NetBeans in...
I have created my first screencast, on how to set up WordPress as a NetBeans project. I also show how to write a simple plugin for WordPress. The plugin will look through the content of displayed blog...