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 "VIATRA/Query/DeveloperDocumentation/FeatureSetAndTesting/Preferences"

(Global)
Line 15: Line 15:
  
 
* Query Explorer
 
* Query Explorer
** Wildcard mode
+
** Wildcard mode: Settable on the EMF-IncQuery preference settings page: in wildcard mode, every aspect of the EMF model is automatically indexed, as opposed to only indexing model elements and features relevant to the currently registered patterns; thus patterns can be registered and unregistered without re-traversing the model. This is typically useful during query development. Turn off wildcard mode to decrease the memory usage while working with very large models.
 +
 
 
** Dynamic EMF mode
 
** Dynamic EMF mode
 
   
 
   
Line 29: Line 30:
  
 
[[File:refactoring.png|300px]] [[File:coloring.png|300px]] [[File:templates.png|300px]]
 
[[File:refactoring.png|300px]] [[File:coloring.png|300px]] [[File:templates.png|300px]]
 
 
* Sandbox Viewers
 

Revision as of 13:16, 29 March 2015

Preferences


Project

  • Compiler
    • Configure Project Specific Settings
Projectcope.png

Global

  • Query Explorer
    • Wildcard mode: Settable on the EMF-IncQuery preference settings page: in wildcard mode, every aspect of the EMF model is automatically indexed, as opposed to only indexing model elements and features relevant to the currently registered patterns; thus patterns can be registered and unregistered without re-traversing the model. This is typically useful during query development. Turn off wildcard mode to decrease the memory usage while working with very large models.
    • Dynamic EMF mode
Wildcard.png



  • Query Editor
    • Refactoring
    • Syntax coloring
    • Templates

Refactoring.png Coloring.png Templates.png

Back to the top