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 206918 - matching begin/end pairs
Summary: matching begin/end pairs
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-04 17:37 UTC by unordained
Modified: 2013-08-01 12:52 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 unordained 2012-01-04 17:37:59 UTC
Most procedural SQL variants (PSQL, TSQL, etc.) use BEGIN/END keywords instead of the traditional {} brackets from java/C++. It'd be nice to have the same highlighting/jumping/matching/syntax-checking on these as we have in other languages. Extra support for things like PSQL (Interbase/Firebird)'s 'WHEN' clause, which acts as a sibling to END (like a repeatable catch block before a finally), would be even nicer.