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 74164 Details for
Bug 168895
improve UI for selecting multi-value attributues such as keywords
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]
Resize Patch
clipboard.txt (text/plain), 1.14 KB, created by
Shawn Minto
on 2007-07-19 12:26:15 EDT
(
hide
)
Description:
Resize Patch
Filename:
MIME Type:
Creator:
Shawn Minto
Created:
2007-07-19 12:26:15 EDT
Size:
1.14 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.bugzilla.ui >Index: src/org/eclipse/mylyn/internal/bugzilla/ui/editor/KeywordsDialog.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/KeywordsDialog.java,v >retrieving revision 1.1 >diff -u -r1.1 KeywordsDialog.java >--- src/org/eclipse/mylyn/internal/bugzilla/ui/editor/KeywordsDialog.java 11 Jul 2007 18:03:13 -0000 1.1 >+++ src/org/eclipse/mylyn/internal/bugzilla/ui/editor/KeywordsDialog.java 19 Jul 2007 16:26:41 -0000 >@@ -34,7 +34,9 @@ > > public KeywordsDialog(Shell shell, String selectedKeywords, java.util.List<String> validKeywords) { > super(shell); >- >+ setShellStyle(getShellStyle() | SWT.RESIZE); >+ >+ > StringTokenizer st = new StringTokenizer(selectedKeywords, ",", false); > this.selectedKeywords = new ArrayList<String>(); > while (st.hasMoreTokens()) { >@@ -113,8 +115,6 @@ > > keyWordsList.addCheckStateListener(new KeywordListener()); > >- super.createDialogArea(parent); >- > parent.pack(); > > return composite;
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 168895
:
60227
|
72654
| 74164 |
74165