Changes between Initial Version and Version 1 of WxInterface/CodeBrowser


Ignore:
Timestamp:
Aug 22, 2013, 10:16:24 PM (11 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WxInterface/CodeBrowser

    v1 v1  
     1= Code browser = 
     2 
     3Code 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 
     12In a code browser, semantic queries can be started from a specific position by  
     13clicking on a token in the code text. A "query bubble" appears with a query 
     14textbox (with autocomplete), a "Run query" button and predefined queries (if available). 
     15When clicking the run button or a predefined query, the result will be calculated and shown 
     16in the "Queries" tab ("Last results" subtab).