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 34789 Details for
Bug 36029
[Dialogs] ResourceListSelectionDialog has no API to set pattern
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]
This is a patch that should resolve he problem
patch.txt (text/plain), 1.35 KB, created by
Alex Chapiro
on 2006-02-15 14:18:46 EST
(
hide
)
Description:
This is a patch that should resolve he problem
Filename:
MIME Type:
Creator:
Alex Chapiro
Created:
2006-02-15 14:18:46 EST
Size:
1.35 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.ide >Index: extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java,v >retrieving revision 1.16 >diff -u -r1.16 ResourceListSelectionDialog.java >--- extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java 4 Oct 2005 20:27:36 -0000 1.16 >+++ extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java 15 Feb 2006 19:06:01 -0000 >@@ -67,6 +67,8 @@ > Table folderNames; > > String patternString; >+ >+ String initialPattern; > > IContainer container; > >@@ -498,6 +500,13 @@ > } > > applyDialogFont(dialogArea); >+ >+ if(null != initialPattern) { >+ pattern.setText(initialPattern); >+ refresh(false); >+ } >+ >+ > return dialogArea; > } > >@@ -755,6 +764,15 @@ > protected void setShowDerived(boolean show) { > showDerived = show; > } >+ >+ /** >+ * Sets initial pattern to dialog >+ * >+ * @param pattern >+ */ >+ public void setInitialPattern(String pattern) { >+ initialPattern = pattern; >+ } > > /** > * Creates a ResourceDescriptor for each IResource,
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 36029
: 34789