This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 182599 - [69cat] AutoComplete Does Not Tab Through Parameters
Summary: [69cat] AutoComplete Does Not Tab Through Parameters
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P2 normal with 1 vote (vote)
Assignee: rmatous
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-03-23 16:37 UTC by laurin1
Modified: 2010-04-19 11:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description laurin1 2010-03-23 16:37:24 UTC
Product Version = NetBeans IDE Dev (Build 2010-03-23_09-04-44 )
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_17
Runtime = Java HotSpot(TM) Client VM 14.3-b01

In all versions 6.8 and prior, when you use AutoComplete, the parameters in the function are used as fields to be entered and tabbed through.

For example, if I type 

mysql_f and then CONTROL+SPACE, then select mysql_fetch_array($result, $result_type), I get exactly that. What used to happen then was my cursor would 
highlight $result and I could type and overwrite $result and then tab to $result_type and type and overwrite that parameter. Now, after AutoComplete lays down mysql_fetch_array($result, $result_type), my cursor is just put after the ) and that's it.
Comment 2 Filip Zamboj 2010-04-09 14:29:52 UTC
verified in 
Product Version: NetBeans IDE Dev (Build 100409-a71e26052287)

@reporter: i did very basic test only but looks like it works well. Check out your use-cases, please, and reopen if you find out it is not working properly. thanks.
Comment 3 laurin1 2010-04-09 17:47:13 UTC
It's working. It's a lot slower than it used to be and I used to be able to use tab here as well, now I have to hit enter. Also, now when I hit enter, sometimes it turns off all of my color formatting for the file that I am in until I type for a bit. All in all, it's working and usable..just not perfect.
Comment 4 rmatous 2010-04-09 18:01:12 UTC
Yes, its slower(comparing to previous builds where the bug existed, but shouldn't be slower than in 6.8) - because now it is formatted template.

I don't understand the comment about tab versus enter, please explain
Comment 5 Filip Zamboj 2010-04-12 11:54:44 UTC
(In reply to comment #3)
> It's working. It's a lot slower than it used to be and I used to be able to use
> tab here as well, now I have to hit enter. Also, now when I hit enter,
> sometimes it turns off all of my color formatting for the file that I am in
> until I type for a bit. All in all, it's working and usable..just not perfect.

As Radek wrote, more explanation on that enter usage and coloring malfunction would be great. I think, it should be new issue (coloring error), if you reproduce again. thanks.
Comment 6 laurin1 2010-04-12 13:15:02 UTC
Ignore that, it's good. The coloring problem is a different issue and I'll update that one.
Comment 7 Filip Zamboj 2010-04-14 12:06:03 UTC
regression => P2 

this fix didn't make it to beta as on 04/14/2010 (Build 201004092101). Radek, push this to beta clone, please.
Comment 8 rmatous 2010-04-16 15:08:02 UTC
Fixed in release69_beta:
http://hg.netbeans.org/release69_beta/rev/7969bda60849
Comment 9 Filip Zamboj 2010-04-19 11:19:30 UTC
verified in 69beta build 
Product Version: NetBeans IDE 6.9 Beta (Build 201004182356)