Bug 295178 - Brace matching based on paired tokens enhancement
Summary: Brace matching based on paired tokens enhancement
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: IMP (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Robert M. Fuhrer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-15 08:05 EST by Jurgen Vinju CLA
Modified: 2014-01-09 15:04 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jurgen Vinju CLA 2009-11-15 08:05:39 EST
The brace matching functionality is now character based, but that is not strong enough to deal with embedded brackets in strings and comments like:
{
  String x = "{";
}

An alternative service that allows registration of paired tokens would be nice.