Projects: Difference between revisions
Jump to navigation
Jump to search
→GUI/IDE
m (→Input/Output: add to hdf5 note) |
|||
Line 111: | Line 111: | ||
**Evaluate a line of code and return the output as a string (it would be best if it could provide three strings: output, warnings and errors). | **Evaluate a line of code and return the output as a string (it would be best if it could provide three strings: output, warnings and errors). | ||
**Query defined variables, i.e. get a list of currently defined variables. Bonus points if it could tell you if anything had changed since the last time you checked the variables (could also be done with signals). | **Query defined variables, i.e. get a list of currently defined variables. Bonus points if it could tell you if anything had changed since the last time you checked the variables (could also be done with signals). | ||
*Allow side-by-side editing | |||
**Allow multiple Editor windows, so source files can be edited side-by-side within the GUI. | |||
**Add a vertical window splitter to the Editor so you can see the initialization code at the top while you type at the bottom. | |||
**Ensure that any particular file is only open in one tab at a time! | |||
== GUI Variable Editor and Property Inspector == | == GUI Variable Editor and Property Inspector == |