| 1 | = Code browser = |
| 2 | |
| 3 | Code browsers of the Wx interface provide the following: |
| 4 | * Erlang syntax highlight |
| 5 | * Line numbers |
| 6 | * Position based semantic queries (with predefined queries based on the starting |
| 7 | position of the query and its context) |
| 8 | * Content updated on database change |
| 9 | |
| 10 | = Position based semantic queries = |
| 11 | |
| 12 | In a code browser, semantic queries can be started from a specific position by |
| 13 | clicking on a token in the code text. A "query bubble" appears with a query |
| 14 | textbox (with autocomplete), a "Run query" button and predefined queries (if available). |
| 15 | When clicking the run button or a predefined query, the result will be calculated and shown |
| 16 | in the "Queries" tab ("Last results" subtab). |