Feature requests

chipwich

Member
You've done a wonderful job on the editor and it just keeps getting better. I do have a few requests, however:

1) Equation parsing with proper operator priority, or at least parenthesis (looks like this might be included in May version!)
2) Allowing computations in declaration of constants: (i.e. symbol secDelay=6*1000 )
3) Allowing adjustment of the "simulation delay" while the simulation is being performed.
4) "Step" "Run" and "Stop" Hotkeys well marked for use during simulation.

Keep up the great work.
 

hippy

Technical Support
Staff member
<i>symbol secDelay=6*1000 </i>

Simple computations like that are already supported, but it would be nice if more complex ( precedence and multi-operator ) computations could be done.
 
Top