Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2016-02-02 09:39:11 +0000
committerPatrick Tessier2016-10-20 13:19:55 +0000
commitb451aa3ec1afeb759fe2293840a322f61e4d07f0 (patch)
treeaebe6e1de9d3751218dcc6d613d6c97869c389b9 /plugins/uml/org.eclipse.papyrus.uml.search.ui
parent4050371ec3c56720bd678581cd7dec87aed9311b (diff)
downloadorg.eclipse.papyrus-b451aa3ec1afeb759fe2293840a322f61e4d07f0.tar.gz
org.eclipse.papyrus-b451aa3ec1afeb759fe2293840a322f61e4d07f0.tar.xz
org.eclipse.papyrus-b451aa3ec1afeb759fe2293840a322f61e4d07f0.zip
Bug 465308: [Refactoring] A refactoring tool should be made available
https://bugs.eclipse.org/bugs/show_bug.cgi?id=465308 - need to fix the imoossibility to view successive changes on the compare window and their diagram views if the model is not saved between them - issue with the generated code of the UMLDiagramEditor that does not check if the current thread is a UI thread before firing the changes - still needs a better viewer for the possible mutations of the selected elements - nedd to implement a scope mechanism to give the user the possibility to transform multiple models at once (imported mutated element) - need to implement a new page warning the user of the consequences of the transformation - removed the dependency to a specific provider in order to create the element views - placed the test plugin in the junit folder - added some missing comments and headers - new way to retrieve possible mutations and better performances for the replace tool - first draft of the doc files and finished javadoc Change-Id: Ie45b7af6a4c2d027691f12c2ac52749575398049 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.search.ui')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.search.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.search.ui/META-INF/MANIFEST.MF b/plugins/uml/org.eclipse.papyrus.uml.search.ui/META-INF/MANIFEST.MF
index 7382c2ef765..bb3d065f6e9 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.search.ui/META-INF/MANIFEST.MF
+++ b/plugins/uml/org.eclipse.papyrus.uml.search.ui/META-INF/MANIFEST.MF
@@ -1,5 +1,6 @@
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.uml.search.ui.actions,
+ org.eclipse.papyrus.uml.search.ui.pages,
org.eclipse.papyrus.uml.search.ui.providers,
org.eclipse.papyrus.uml.search.ui.query,
org.eclipse.papyrus.uml.search.ui.results,

Back to the top