Changes between Version 4 and Version 5 of GUIRequirements


Ignore:
Timestamp:
06/17/14 13:22:06 (12 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GUIRequirements

    v4 v5  
    88* GUI needs to show a view of the CIVL model in a hierarchical way
    99 * Components of the CIVL model
    10    * Static Scope Tree
    11    * Function Tree
     10   * Lexical scope tree
     11   * Function tree
    1212 * Features
    1313   * Show source code for statements
    1414* the GUI needs to guide the user through all commands which can be executed through the command line
    1515 * verify, run, parse, etc.
     16 * there should be a file browser for users to choose the .cvl/.c file to run
    1617 * the GUI should guide the user by showing the options available to each command in some way and letting the user select those options in a graphical way (buttons, menus, etc.)
    1718 * the GUI should allow the user to specify by inputs by showing the list of input variables in a table, with one row for each input.  The table should show the type of the input variable.