Changes

Jump to navigation Jump to search
59 bytes added ,  10:23, 1 March 2019
no edit summary
=Editor=
BaseX's built-in editor is a powerful tool. You can which allows you to create and edit XML, JSON and any other kind of text document, write and run XQuery files and modules, assemble [[Commands#Basics|Command Scripts]] and develop [[RESTXQ]] applications:
* The editor offers '''Syntax highlighting''' for XML, XQuery, JSON and JavaScript files.
=Input Bar=
On top of the main window, you can find the The ''Input Bar''is situated on top of the main window. It offers you three different modes to query your XML databases: '''Find''', '''XQuery''' and '''Command''':.
[[Image:InputBar.png|Input Bar]]
In the '''XQuery''' mode, XPath and XQuery expressions can be entered in the input bar.
To evaluate the following example queries, type them in the input bar and press ENTER Enter or click on the START ''Run query'' button(green triangle) adjacent to the input bar:
{| class="wikitable"
* <code>CREATE DB TEST</code>: Creates an empty database named "TEST".
* <code>LIST</code>: Lists all databases.
 
=Realtime Options=
 
Via the ''Options'' menu, you can change how queries are executed and visualized:
 
* '''Realtime Execution''': If realtime execution is enabled, your searches and queries will be executed with each key click and the results will be instantly shown.
* '''Realtime Filtering''': If enabled, all visualizations will be limited to the actual results in realtime. If this feature is disabled, the query results are highlighted in the visualizations and can be explicitly filtered with the 'Filter' button.
=Visualizations=
</td></tr></table>
=Realtime Options= Via the ''Options'' menu, you can change how queries are executed and visualized: * '''Realtime Execution''': If realtime execution is enabled, your searches and queries will be executed with each key click and the results will be instantly shown.* '''Realtime Filtering''': If enabled, all visualizations will be limited to the actual results in realtime. If this feature is disabled, the query results are highlighted in the visualizations and can be explicitly filtered with the 'Filter' button. =Look and FeelsFeel=
<table>
administrator, editor
162

edits

Navigation menu