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 252237 - SQL Insert Highlighting
Summary: SQL Insert Highlighting
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-04 21:47 UTC by jdlee
Modified: 2015-05-05 10:08 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 jdlee 2015-05-04 21:47:30 UTC
When working with an insert, it would be nice if the field name listed in the INSERT would be highlighted when the cursor is in the middle its corresponding value in in the VALUES clause. For example,

INSERT INTO mytable (column1, column2, column3) VALUES ('one', 'two', 'three');

If the cursor is on/in 'three', column3 would be highlighted. This would be similar to the matching brace/paren highlighting already extant in the various editors.
Comment 1 matthias42 2015-05-05 10:08:07 UTC
Changing type to enhancement.

This reads like an extension of mark occurrences (which is requested in bug #121280).