Changeset 359

Show
Ignore:
Timestamp:
09/14/08 18:11:32 (4 months ago)
Author:
sergey.kol..@gmail.com
Message:

Sergey Kolos:

  • Made sure that lisp project wizard opens main.lisp file last, so that when it is done user is ready to code.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • jasko.tim.lisp/src/jasko/tim/lisp/wizards/NewProjectWiz.java

    r353 r359  
    209209                                        IDE.openEditor(page, asd, true); 
    210210                                        IDE.openEditor(page, defpackage, true); 
     211                                        IDE.openEditor(page, tests, true); 
    211212                                        IDE.openEditor(page, main, true); 
    212                                         IDE.openEditor(page, tests, true); 
    213213                                         
    214214