sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52056
Re: [Question #681784]: [HowTo] Windows: Notepad++: run an opened SikuliX script using F5
Question #681784 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681784
Description changed to:
************************ how to
This only works with the latest 1.1.4:
--- make a command script (e.g. runsikulix.cmd) somewhere containing
java -jar <path-to>\sikulix.jar -r %*
--- in notepad++ with a .py file open press F5 and enter as program to
run
<path-to>\runsikulix.cmd "$(FULL_CURRENT_PATH)"
------------------------------------------------------------------------------
I was able to setup and run Python + Jython on Notepad++ but how do i
setup the sikuliX api and run it on notepad++??
Thanks in advance.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.