Today I would like to mention a new feature in NetBeans 6.9 that allows run terminal in NetBeans. The module is marked as experimental, but it can be useful,...
Today I would like to mention a new feature in NetBeans 6.9 that allows run terminal in NetBeans. The module is marked as experimental, but it can be useful, when you don't want to switch between a terminal and NetBeans. You can open it from the main menu Window -> Output -> Terminal (Experimental). When you invoke the action new window is opened in the output window area. The terminal window has two icons on left side. The first icon opens terminal on local computer....
Today I would like to mention a new feature in NetBeans 6.9 that allows run terminal in NetBeans. The module is marked as experimental, but it can be useful, when you don't want to switch between a...
Hi all, today we will have a look at the latest improvements that can be found in NetBeans PHP Frameworks area. We believe that the most important feature is...
Hi all, today we will have a look at the latest improvements that can be found in NetBeans PHP Frameworks area. We believe that the most important feature is that code completion in view (or template) files now offers variables from controller (or action) files - this works for both, Symfony and Zend Frameworks. So, let's have for example this controller: One can see that we pass a pager variable to our view template so now, we can see it in code completion in view file:...
Hi all, today we will have a look at the latest improvements that can be found in NetBeans PHP Frameworks area. We believe that the most important feature is that code completion in view (or template)...
After invoking the shortcut ALT+Insert (CTLRL+I on Mac), all possible generators are offered. In 6.9 we have added next one: "Generate Overriden & Implemented...
After invoking the shortcut ALT+Insert (CTLRL+I on Mac), all possible generators are offered. In 6.9 we have added next one: "Generate Overriden & Implemented Methods" (press mentioned shortcut in class declaration - between class members). See the picture below: It is complementary feature to already existing features like: Hint: Implement all abstract methods code completion between class members will offer to override or implement methods. See the picture below: More about...
After invoking the shortcut ALT+Insert (CTLRL+I on Mac), all possible generators are offered. In 6.9 we have added next one: "Generate Overriden & Implemented Methods" (press mentioned shortcut in...
After a few days I have found a minute to write a short blog post. Thanks to Radek, in the development build of NetBeans 6.9 values of constants are displayed...
After a few days I have found a minute to write a short blog post. Thanks to Radek, in the development build of NetBeans 6.9 values of constants are displayed in Navigator window and also in Code Completion window. As you can see on the picture below, the values are displayed for the global constants and for class constants as well. The value of a constant also appears in the documentation window for the selected code completion item.
After a few days I have found a minute to write a short blog post. Thanks to Radek, in the development build of NetBeans 6.9 values of constants are displayed in Navigator window and also in...
Thanks to Martin Fousek again! Project related custom delimiters can be set in Project Properties of every project which contains Smarty template files....
Thanks to Martin Fousek again! Project related custom delimiters can be set in Project Properties of every project which contains Smarty template files. Default empty fields mean use global settings for them. Global settings is accessible from Tools -> Options -> PHP -> Smarty. By default are standard "{" and "}" used. As before please report all issues you find in NetBeans IssueZilla > contrib > Smarty, thanks. UPDATE: If your project is not recognized as a "Smarty"...
Thanks to Martin Fousek again! Project related custom delimiters can be set in Project Properties of every project which contains Smarty template files. Default empty fields mean use global settings...
This message is for all of you who are using NetBeans development builds. You probably have noticed that right now, they are quite slow and unstable. If you...
This message is for all of you who are using NetBeans development builds. You probably have noticed that right now, they are quite slow and unstable. If you want to fix this, please, start the IDE with -J-Dorg.netbeans.editor.linewrap.disable=true -J-Dorg.netbeans.editor.linewrap=false (see issue #183795 for details), it should be OK. Thank you all for testing our latest NetBeans versions and for reporting all the bugs, it is very helpful.
This message is for all of you who are using NetBeans development builds. You probably have noticed that right now, they are quite slow and unstable. If you want to fix this, please, start the...
Hi all, today I would like you to inform that NetBeans supports INI files. These files are important not only for Zend Framework users but also for others as...
Hi all, today I would like you to inform that NetBeans supports INI files. These files are important not only for Zend Framework users but also for others as INI file is often used for configuration. So, here is an example file: As usually, one can easily create a new INI file using File > New File... and also, all the colors can be changed in Tools > Options > Fonts & Colors (one has to select INI File) . That's all for today, as always, please test it and report all the...
Hi all, today I would like you to inform that NetBeans supports INI files. These files are important not only for Zend Framework users but also for others as INI file is often used for...
Thanks to Martin Fousek, we now have support for Smarty Template Engine. He also wrote this blog post: Base support of another PHP Framework in NetBeans is on...
Thanks to Martin Fousek, we now have support for Smarty Template Engine. He also wrote this blog post: Base support of another PHP Framework in NetBeans is on the way. It's presentation framework Smarty which is well-known tool for separating application and visual logic. First versions of the support we just added to the development Update Center so should be available in plugins of every dev build of NetBeans IDE under the name "PHP Smarty Framework". For now there are...
Thanks to Martin Fousek, we now have support for Smarty Template Engine. He also wrote this blog post: Base support of another PHP Framework in NetBeans is on the way. It's presentation...
There is a new feature that allows navigate to CSS class or id selector declaration from CLASS or ID attribute of an HTML tag. When you go over a usage of a...
There is a new feature that allows navigate to CSS class or id selector declaration from CLASS or ID attribute of an HTML tag. When you go over a usage of a class or id selector with mouse pointer and the CTRL key is hold, then the selector is change to a link. The link navigates to the declaration. The picture below displays the navigation from td tag in an HTML file to the CSS file, where the header_top class selector is defined. When there are more declarations that fit...
There is a new feature that allows navigate to CSS class or id selector declaration from CLASS or ID attribute of an HTML tag. When you go over a usage of a class or id selector with mouse pointer...