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 142143 Details for
Bug 212887
Palette not available when opening faces-config.xml
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 for FacesConfigEditor
bug212887.patch (text/plain), 1.25 KB, created by
Yury Kats
on 2009-07-21 11:05:15 EDT
(
hide
)
Description:
Patch for FacesConfigEditor
Filename:
MIME Type:
Creator:
Yury Kats
Created:
2009-07-21 11:05:15 EDT
Size:
1.25 KB
patch
obsolete
>Index: src/org/eclipse/jst/jsf/facesconfig/ui/FacesConfigEditor.java >=================================================================== >RCS file: /cvsroot/webtools/org.eclipse.jsf/components/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/src/org/eclipse/jst/jsf/facesconfig/ui/FacesConfigEditor.java,v >retrieving revision 1.33 >diff -u -r1.33 FacesConfigEditor.java >--- src/org/eclipse/jst/jsf/facesconfig/ui/FacesConfigEditor.java 1 May 2009 01:19:55 -0000 1.33 >+++ src/org/eclipse/jst/jsf/facesconfig/ui/FacesConfigEditor.java 21 Jul 2009 15:06:05 -0000 >@@ -55,6 +55,7 @@ > import org.eclipse.gef.ui.actions.EditorPartAction; > import org.eclipse.gef.ui.actions.SaveAction; > import org.eclipse.gef.ui.actions.UpdateAction; >+import org.eclipse.gef.ui.views.palette.PaletteView; > import org.eclipse.jface.action.IAction; > import org.eclipse.jface.dialogs.MessageDialog; > import org.eclipse.jface.text.IDocument; >@@ -1146,6 +1147,11 @@ > ((FacesConfigActionBarContributor) contributor) > .setActivePage(activeEditor); > } >+ >+ PaletteView paletteView = (PaletteView) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(PaletteView.ID); >+ if(paletteView != null) { >+ paletteView.partActivated(activeEditor); >+ } > } > > /*
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 212887
:
113814
|
113817
| 142143