Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 154946 Details for
Bug 179547
Colourization wrong if no file specified.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Use SingleLineRule to sort out file names
179547.txt (text/plain), 885 bytes, created by
Charley Wang
on 2009-12-22 16:23:38 EST
(
hide
)
Description:
Use SingleLineRule to sort out file names
Filename:
MIME Type:
Creator:
Charley Wang
Created:
2009-12-22 16:23:38 EST
Size:
885 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.linuxtools.changelog.core >Index: src/org/eclipse/linuxtools/changelog/core/editors/GNUElementScanner.java >=================================================================== >--- src/org/eclipse/linuxtools/changelog/core/editors/GNUElementScanner.java (revision 23994) >+++ src/org/eclipse/linuxtools/changelog/core/editors/GNUElementScanner.java (working copy) >@@ -49,7 +49,7 @@ > IRule[] rules = new IRule[3]; > > // Add rule for file path >- rules[0] = new GNUFileEntryRule(file); >+ rules[0] = new SingleLineRule("\t*", ":",file); > > // function > rules[1] = new SingleLineRule("(", ")", func); // $NON-NLS-1$ // $NON-NLS-2$ >@@ -78,7 +78,7 @@ > > // Add rule for file path > rules[0] = new GNUFileEntryRule(file); >- >+ > // function > rules[1] = new SingleLineRule("(", "):", func); // $NON-NLS-1$ // $NON-NLS-2$ > // email
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 179547
:
62110
| 154946 |
155997
|
155998