Load previously saved session

Issue #137 closed
Former user created an issue

Originally reported on Google Code with ID 137

Should work in the opposite way as "Save As...".

Reported by helder.pereira.correia on 2008-01-13 00:32:05

Comments (3)

  1. Former user Account Deleted

    ``` Implemented in trunk revision 988 (couple of bugs left). New session file format:

    VERSION NUMBER_OF_INSERTED_EXPRESSIONS EXPRESSION_1 RESULT_1 ... EXPRESSION_N RESULT_N NUMBER_OF_VARIABLES VARIABLE_1_NAME VARIABLE_1_VALUE ... VARIABLE_N_NAME VARIABLE_N_VALUE ```

    Reported by `helder.pereira.correia` on 2008-01-14 01:38:08 - Status changed: `Fixed`

  2. Log in to comment