Bug 107873 - $NON-NLS-n$ - support for a wildcard to avoid multiple markers on the same line
Summary: $NON-NLS-n$ - support for a wildcard to avoid multiple markers on the same line
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 11:35 EDT by Emmet Townsend CLA
Modified: 2012-03-12 17:16 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emmet Townsend CLA 2005-08-24 11:35:51 EDT
It would be great if I could use:

//$NON-NLS-*$

instead of:

//$NON-NLS-1 $NON-NLS-2 $NON-NLS-3

Granted I dont have many use cases for this but when it does happen it is ugly and
also tends to make the line very long.