SikuliX1 icon indicating copy to clipboard operation
SikuliX1 copied to clipboard

Launching IDE with pre-opened scripts

Open roboraptor opened this issue 4 years ago • 1 comments

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"

roboraptor avatar Jul 12 '21 13:07 roboraptor

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 ?

roboraptor avatar Jul 16 '21 11:07 roboraptor