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 145044 - [72cat] Tokens with underscore should be recognized as a unique identifier
Summary: [72cat] Tokens with underscore should be recognized as a unique identifier
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks: 152817
  Show dependency tree
 
Reported: 2008-08-25 18:55 UTC by Michel Graciano
Modified: 2013-05-20 13:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2008-08-25 18:55:00 UTC
[ BUILD # : 200808141419 ]
[ JDK VERSION : 1.6.0_07 ]

For example, if I have a SQL command file as:

select * from TBL_CUSTOMER;
select * from TB|

where | is the cursor and I press Ctrl+K, the expected result is
TBL_CUSTOMER should be completed, but just TBL will be.
Comment 1 Jiri Rechtacek 2009-10-16 14:05:56 UTC
Reassigned to new owner.
Comment 2 matthias42 2013-05-20 13:23:40 UTC
Tested in netbeans 7.3 - works there.