Branch: refs/heads/teiid-8.x-upgrade
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 7124526e16ac4ba504fb74293717e61aceb7078f
https://github.com/Teiid-Designer/teiid-designer/commit/7124526e16ac4ba50...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2012-10-18 (Thu, 18 Oct 2012)
Changed paths:
M plugins/org.teiid.designer.ui/META-INF/MANIFEST.MF
M
plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/ModelerPerspectiveFactory.java
M
plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/actions/PasteInResourceAction.java
M
plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/explorer/ModelExplorerResourceNavigator.java
Log Message:
-----------
Address failures to open the application, displaying the Designer perspective
* The TabbedPropertySheetTitleProvider class requires the Project Explorer
view to be available in the workbench. The workaround at the moment is to
display this view at the rear of the ModelExplorer stack. Not ideal but
solves the problem at the moment.
* Appears that the application's clipboard is not initialised until the
workbench window is fully visible.
* The navigator view has a paste action attached as well as the Model
Explorer view has its own paste action attached. Both actions have their
selections updated prior to the workbench window appearing but since the
clipboard is not initialised (due to a CompatibilityView not being inited),
exceptions are generated.
* Workaround is to stop the update of the paste action until the workbench
has been displayed. Since the paste action necessarily involves selecting
something to copy then a selection update will occur and so always
correctly enable the paste action appropriately.
Commit: 2749dcd9f16a3e3e056ddd121888aba3e2ca39b2
https://github.com/Teiid-Designer/teiid-designer/commit/2749dcd9f16a3e3e0...
Author: Barry LaFond <blafond(a)redhat.com>
Date: 2012-10-19 (Fri, 19 Oct 2012)
Changed paths:
M plugins/org.teiid.designer.ui/META-INF/MANIFEST.MF
M
plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/ModelerPerspectiveFactory.java
M
plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/actions/PasteInResourceAction.java
M
plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/explorer/ModelExplorerResourceNavigator.java
Log Message:
-----------
Merge pull request #43 from phantomjinx/teiid-8.x-upgrade
Address failures to open the application, displaying the Designer perspe...
Compare:
https://github.com/Teiid-Designer/teiid-designer/compare/2834954da86f...2...