Doctrine MongoDB ODM 1.0.0ALPHA2 Released
Release of DBAL 2.0.0 Beta3
MongoDB ODM: Document-Oriented Databases vs. Relational Databases.
MongoDB ODM: MongoDB for eCommerce
Line wrapping. Help us
Guys from editor infrastructure asked me to help him to test new editor infrastructure that brings up also line wrapping features. Probably you remembered that this feature was enabled during NetBeans 6.9 development, but because it introduced many problems and there wasn't time to stabilize it enough, it's not in NetBeans 6.9 available.
We would like to stabilize the new infrastructure as much as possible before it will be switch on to be be available by default.You can enable the feature in development build through command line option: -J-Dorg.netbeans.editor.linewrap=true . Do it only with a development build, even if the optoin works in NetBeans 6.9, the new infrastructure is not stable enough there.
So I would like to ask you, if you use a latest development build, run the build with the mentioned option. You can start NetBeans from command line with the option or place the option in the ${nb_dir}/etc/netbeans.conf file (add into netbeans_default_options).
When you started NetBeans with this, there should be Line Wrapping option in the formatter.
When you find out an issue with it, please report it in our Bugzilla. For such issue the product should be Editor, component Painting & Printing and please mark all reports with the status whiteboard: linewrap so we can easily track them. The tentative plan is to enable this again for M1 of NetBeans 6.10 but this all depends on the additional feedback and testing.
Thanks for your help with this.
MongoDB ODM: Query Builder API
MongoDB ODM: Mixing Types of Documents
Write your own ORM on top of Doctrine2
CakePHP 1.3.3 rainbow icing edition released
Working with Large Collections in Doctrine2
Several improvements
Today, I would like to show you several improvements we have implemented in our PHP support. Have a look at the following picture, can you see any of them?
I think that most of you have noticed that:
- PHP projects with framework(s) are annotated with framework icon (together with improved tooltip)
- PHP frameworks tell project which files are important
- we have new icons for INI files and Include Path node
That's all for today, as always, please test it and report all the issues or enhancements you find in NetBeans Bugzilla (component php, subcomponent Project). Please notice that if you write a comment here but do not report a bug or enhancement, nothing will probably happen ;)
Sphinx component and behavior
Paginating Data with CakePHP, Dojo Data Store and DataGrid
Autotest using Watchr getting notified via Growl
Output valid and clean (x)HTML with TidyHelper
Installing an Intrusion Detection System in your CakePHP application
Implementing Aggregate Fields with Doctrine 2
Run file without project
Today, I would like to introduce an improvement that is related to PHP files which do not belong to any PHP project. In NetBeans, these files can be not only opened but also run or even debugged. Just open a file, right click in the file content and choose Run File (SHIFT + F6) and the following dialog appears:
As you can see, one can provide script parameters, change working directory or even specify PHP parameters (useful, for example, if one wants to change PHP include path). If one runs the script always with the same parameters, it is useful to remember these settings so the IDE does not ask you again.
Similarly, if one wants to debug an opened file (CTRL + SHIFT + F5):
As you can see, the same dialog is used.
One more note - because the files do not belong to any PHP project, running (or debugging) is done only via the PHP command line interpreter (can be found in Tools > Options > PHP > General). This means that the output can be reviewed in the Output window:
That's all for today, as always, please test it and report all the issues or enhancements you find in NetBeans Bugzilla (component php, subcomponent Project). Please notice that if you write a comment here but do not report a bug or enhancement, nothing will probably happen ;)
PHP Tool Integration Core - 1.5.0 Release
This release contains following changes:
PEAR Library - 1.2.1 Release
This release updates the internal PEAR library.