Commit | Date | |
---|---|---|
[r25]
by
alessio-gaspar
addNewTest in sherpa.js is now adding either a dup of the last test, if any, or a new test with zeroes everywhere |
2011-11-27 15:28:39 | Tree |
[r24]
by
alessio-gaspar
Both divs used to display results of running program are now in the "Run Tests" tab. A button allows to start the execution / refresh the data presented there. The program is no longer ran every time page_reloaded is executed. This allows for entering stupid values, e.g. variable initializations, without freezing the browser due to an infinite loop. |
2011-11-27 15:04:36 | Tree |
2011-11-27 14:47:19 | Tree | |
2011-11-27 14:24:47 | Tree | |
[r21]
by
alessio-gaspar
output & tmp variables have now their init values from the header model used for evaluation in evalProgram, more specifically varsExtract. The header's view makes these editable. Presentation of the header's view has been modified a bit. |
2011-11-27 13:33:08 | Tree |
2011-11-27 08:12:24 | Tree | |
[r19]
by
alessio-gaspar
Tests are editable now. Bit or refactoring in prepareEditables, still much work needed there. In addition prepareEditables & genSimpleHandler need to be factored since they are being used in both TestsView.js & HeaderView.js |
2011-11-27 05:38:52 | Tree |
[r18]
by
alessio-gaspar
programs headers now have a doc property for the author to explain what the program is about. it's editable which led to some refactoring of prepareEditables. Still some improvements needed there but for now it's working |
2011-11-26 21:46:41 | Tree |
[r17]
by
alessio-gaspar
Improving JS quality; removing the indexEA index in renderHeader & renderVarList by using editableArray[editableArray.length] to keep adding new elements to the end of this array |
2011-11-26 20:39:34 | Tree |
[r16]
by
alessio-gaspar
fixed missing of 2nd parameter to editable in prepareEditables from HeaderView.js which led to some layout issues when editing |
2011-11-26 20:32:34 | Tree |