NetBeans IDE 6.5 Release Candidate 2 Available
Posted by Petr Pisl
on Nov 04 2008, 10:00:40 AM CET
This is not really hot news, but I haven't time to write about it yet. The Release Candidate 2 was published on Thursday, but if you missed it you can download the build from
here. If you want to know about available features (not only the PHP one), you can read
here.
Trackback URL: http://blogs.sun.com/netbeansphp/entry/netbeans_ide_6_5_release1
Hi all,
i curios to how to config netbeans to limit output windows to not open tabs every times script run
Posted by Anton Heryanto on November 04, 2008 at 01:02 PM CET #
Hi Anton,
there is opened a tab per single file run. It means if I run file test1.php and then test2.php, then there is opened one output window for test1.php execution and second one for test2.php execution. When you run test1.php again then the original window for test1.php execution is reused.
The condition, which window will be reused is the window descriptor, in this case mainly the file name. Unfortunately this is not configurable in NB 6.5, but I think that it would be good enhancement.
Could you file new enhancement in our issue database?
Thanks very much,
Petr
Posted by Petr on November 04, 2008 at 01:56 PM CET #
Hello,
Is there any place which describes changes between RC1 and RC2? Is there any changelog for Netbeans?
Posted by Michal on November 04, 2008 at 02:43 PM CET #
thank for the response..
i would be nice to have a option to choose single or multiple tab output window.
by the way i think found bug about output window behavior. when output window which already used to output from scripts closed and than script executed again. it will open new tabs every times same script executed. this behavior only can be avoided or fixed, by close the first tab. so than second tab which now became first tab (i'm using netbeans 6.5 rc2 for php)
Posted by Anton Heryanto on November 04, 2008 at 02:56 PM CET #
To Michal: There will not be any visible changes. There are "only" fixes of a few important and annoying issues.
To Anton: I need to evaluate the issue and enter new bug in our issuezilla.
Thanks,
Petr
Posted by Petr on November 04, 2008 at 06:19 PM CET #
To Petr: I know that between rc releases there are only bug fixes, but still i would like to know what bugs was fixed.
Posted by Michal on November 05, 2008 at 09:07 AM CET #
Hi Michal,
then the answer is this query to the issuezilla.
http://www.netbeans.org/issues/buglist.cgi?Submit+query=Submit+query&issue_type=DEFECT&issue_status=RESOLVED&issue_status=VERIFIED&issue_status=CLOSED&resolution=FIXED&priority=P1&priority=P2&target_milestone=6.5&email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=&changedin=&votes=&chfield=resolution&chfieldfrom=2008-10-21&chfieldto=2008-10-30&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&issue_file_loc=&issue_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&namedcmd=all+jsp+editor&newqueryname=&order=Reuse+same+sort+as+last+time
But as you can noticed no fixes in PHP area are presented.
Regards,
Petr
Posted by Petr on November 05, 2008 at 10:57 AM CET #
Simple question, supports the IDE code completion for parameters in a constructor? When I create new object e.g.
$myObj = new MyClass($param1,$param2)
IDE suggests me MyClass, but no constructor params, I must open file with MyClass definition to see constructor. I have properly defined MyClass constructor with all phpDoc comments like
MyClass {
/**
* @param string $param1
* @param string $param2
* @return MyClass
*/
public function __construct($param1,$param2)
{}
}
Posted by optik on November 06, 2008 at 01:44 PM CET #
Hi Optik,
unfortunately not now. We wanted to do it for NB 6.5, but there wasn't enough time. It will be in the next version.
Thanks,
Petr
Posted by Petr on November 06, 2008 at 04:03 PM CET #
It was a very nice idea! Just wanna say thank you for the information you have shared. Just continue writing this kind of post. I will be your loyal reader. Thanks again.
Posted by links of london on October 30, 2009 at 09:38 AM CET #