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 116099 Details for
Bug 252011
NPE On Promptable Filter's Filter Strings Property Page when Clicking Okay
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]
patch to set promptable filter as non-editable
patch.txt (text/plain), 1.56 KB, created by
David McKnight
on 2008-10-24 15:20:42 EDT
(
hide
)
Description:
patch to set promptable filter as non-editable
Filename:
MIME Type:
Creator:
David McKnight
Created:
2008-10-24 15:20:42 EDT
Size:
1.56 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rse.ui >Index: UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java >=================================================================== >RCS file: /cvsroot/dsdp/org.eclipse.tm.rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java,v >retrieving revision 1.15 >diff -u -r1.15 SystemChangeFilterPropertyPage.java >--- UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java 10 Apr 2008 15:32:51 -0000 1.15 >+++ UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java 24 Oct 2008 19:19:54 -0000 >@@ -13,6 +13,7 @@ > * Contributors: > * Martin Oberhuber (Wind River) - [186748] Move ISubSystemConfigurationAdapter from UI/rse.core.subsystems.util > * Martin Oberhuber (Wind River) - [218304] Improve deferred adapter loading >+ * David McKnight (IBM) - [252011] NPE On Promptable Filter's Filter Strings Property Page when Clicking Okay > ********************************************************************************/ > > package org.eclipse.rse.ui.propertypages; >@@ -208,6 +209,7 @@ > ISystemFilter selectedFilter = getFilter(); > if (selectedFilter.isPromptable()) > { >+ changeFilterPane.setEditable(false); // for bug 252011 - we don't verify promptable filters > int nbrColumns = 1; > Composite composite_prompts = SystemWidgetHelpers.createComposite(parent, nbrColumns); > /*Label test =*/ SystemWidgetHelpers.createLabel(composite_prompts, SystemPropertyResources.RESID_TERM_NOTAPPLICABLE, nbrColumns, false);
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 252011
: 116099