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

Summary: SQL Insert Highlighting
Product: db Reporter: jdlee <jdlee>
Component: SQL EditorAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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).