Launching IDE with pre-opened scripts
Would it be possible to add feature that opens IDE with preopened script?
I normally run my IDE from batch script with output to cmd window but every time it is fresh window without any script opened.
CALL "%source%\Programy\Java64\bin\java.exe" -jar "%source%\Programy\SikuliX\sikulixide-2.0.5.jar" -c
It would be nice to have option for that in launching attributes like -o It would open IDE with preopened script
CALL "%source%\Programy\Java64\bin\java.exe" -jar "%source%\Programy\SikuliX\sikulixide-2.0.5.jar" -c -o "%source%\Programy\SikuliX\<script>.sikuli"
Before 2.0.6 comes out ... Where is stored "last opened session" ? is it possible to take it with sikuli to other machine and when copied propely it opens "fake" last session ?