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 224077 Details for
Bug 395297
Find contribution class dialog does not support "*" at all
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.
[patch]
Proposed patch to support "*handler" search terms
org.eclipse.e4.tools.patch (text/plain), 1.25 KB, created by
Marcel Bruch
on 2012-11-28 13:51:39 EST
(
hide
)
Description:
Proposed patch to support "*handler" search terms
Filename:
MIME Type:
Creator:
Marcel Bruch
Created:
2012-11-28 13:51:39 EST
Size:
1.25 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java b/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java >index 540d02b..4ba2573 100644 >--- a/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java >+++ b/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java >@@ -53,11 +53,11 @@ > // Perform the search only on the type name > typeName = currentContent.toCharArray(); > if( currentContent.startsWith("*") ) { >- typeName = "".toCharArray(); > if( ! currentContent.endsWith("*") ) { > currentContent += "*"; > } >- packageName = currentContent.toCharArray(); >+ typeName = currentContent.toCharArray(); >+ packageName = "*".toCharArray(); > } > > } else if ((index + 1) == currentContent.length()) { >@@ -145,7 +145,7 @@ > packageName, > SearchPattern.R_PATTERN_MATCH, > typeName, >- SearchPattern.R_PREFIX_MATCH | SearchPattern.R_CAMELCASE_MATCH, >+ SearchPattern.R_PATTERN_MATCH | SearchPattern.R_CAMELCASE_MATCH, > IJavaSearchConstants.CLASS, > scope, > req,
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 395297
: 224077