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 117349 Details for
Bug 254614
Promptable filter's shouldn't require supportsCommands on the subsystem to be false
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 not use supportsCommands() when determining whether to prompt
patch.txt (text/plain), 1.57 KB, created by
David McKnight
on 2008-11-07 13:51:37 EST
(
hide
)
Description:
patch to not use supportsCommands() when determining whether to prompt
Filename:
MIME Type:
Creator:
David McKnight
Created:
2008-11-07 13:51:37 EST
Size:
1.57 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rse.ui >Index: UI/org/eclipse/rse/internal/ui/view/SystemViewFilterReferenceAdapter.java >=================================================================== >RCS file: /cvsroot/dsdp/org.eclipse.tm.rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewFilterReferenceAdapter.java,v >retrieving revision 1.38 >diff -u -r1.38 SystemViewFilterReferenceAdapter.java >--- UI/org/eclipse/rse/internal/ui/view/SystemViewFilterReferenceAdapter.java 16 Oct 2008 19:00:07 -0000 1.38 >+++ UI/org/eclipse/rse/internal/ui/view/SystemViewFilterReferenceAdapter.java 7 Nov 2008 18:50:00 -0000 >@@ -31,6 +31,7 @@ > * David McKnight (IBM) - [238507] Promptable Filters refreshed after modifying filter strings > * David McKnight (IBM) - [244824] filter not refreshed if child is "empty list" or system message node > * David McKnight (IBM) - [249245] not showing inappropriate popup actions for: Refresh, Show In Table, Go Into, etc. >+ * David McKnight (IBM) - [254614] Promptable filter's shouldn't require supportsCommands on the subsystem to be false > *******************************************************************************/ > > package org.eclipse.rse.internal.ui.view; >@@ -316,7 +317,7 @@ > final ISubSystemConfiguration ssf = SubSystemHelpers.getParentSubSystemConfiguration(referencedFilter); > > // PROMPTING FILTER?... >- if (promptable && !ssf.supportsCommands()) >+ if (promptable) > { > final Object[] pchildren = new SystemMessageObject[1]; > final Object pelement = element;
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 254614
: 117349