Query and inspect your Java, Smalltalk, C and Cobol programs.
About SOUL » Querying from Eclipse » Writing a new Query
To write a new query in Barista you must create a text file inside one of an Eclipse project. Query files must have as file extension .soul.
After having created the query file, double-clicking on it will open it on the default Query Editor. The Query Editor is divided in three sections: Query Configuration, Query and Prepare.
Query Configuration: In this pane you can select on which project the query will be executed, using which library, and with which evaluator. By default the project points to the project in which the query file is located, the library is JavaEclipse, and the Evaluator is the default Evaluator. Note that query configuration parameters are not saved between sessions.
You can also select whether the results of running the query will be shown on a new Query Window, or whether the same window will be recycled.
Query: this part contains the query to run. The editor provides a number of convinence services: