Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MoDisco/Components/QueryManager/New And Noteworthy"

(Tab refactoring)
Line 1: Line 1:
{{MoDiscoQueryManagerTabs}}
+
{{MoDiscoTabs|QueryManager|
 +
{{MoDiscoTab|QueryManager|Documentation|0.8}}{{MoDiscoTab|QueryManager|Documentation|0.9}}{{MoDiscoTab|QueryManager|Architecture|}}
 +
}}
  
 
== 0.9M1 ==
 
== 0.9M1 ==
Line 22: Line 24:
 
A pop-up menu action helping to create a Java model query implementation class is now available. To use it right-click on a JavaModelQuery and use '''Create Java Query Implementation Class'''.
 
A pop-up menu action helping to create a Java model query implementation class is now available. To use it right-click on a JavaModelQuery and use '''Create Java Query Implementation Class'''.
  
 +
[[Category:MoDisco]]
 
[[Image:MoDisco_CreateJavaQueryImplementationClass.png]]
 
[[Image:MoDisco_CreateJavaQueryImplementationClass.png]]
  

Revision as of 11:52, 6 September 2010

MoDisco
Website
Download
Community
Mailing ListForums
Bugzilla
Open
Help Wanted
Bug Day
Contribute
Browse SourceProject Set File

0.9M1

  • Tooltips on queries:

MoDisco Queries Tooltip.png

0.8M6

  • An action to open the query set creation wizard from the "Query Execution" view
  • A wizard to create a Java model query:
    • the query is created in the chosen query set
    • the metamodels are automatically added to the query set and the plug-in dependencies
    • the corresponding Java class stub is created and opened in an editor, with the correct imports and generic parameters instantiation

MoDisco createModelQueryWizard.png

MoDisco javaCodeAfterCreateJavaQueryWizard.png


0.8M5

A pop-up menu action helping to create a Java model query implementation class is now available. To use it right-click on a JavaModelQuery and use Create Java Query Implementation Class.MoDisco CreateJavaQueryImplementationClass.png

0.8M4

Initial publication

Back to the top