undo

Asked by prodoy

There aren´t "undo" (ctrl-z)??.

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

no. not yet :-((

Some people use the IDE only for capturing the pictures and are editing the script .py using their favorite editor.

capture all your pictures using < myPic1 = any-capured-pic > in one .sikuli and name it myPictures.sikuli. (or use one for each project)

in your scripts you can use this repository by saying in the first lines:
setBundlePath("full-path-to-myPictures.sikuli")
execfile("full-path-to-myPictures.sikuli/myPictures.py") # \\ on Windows

then you can say:
find(myPic1)

you have to have a systematic naming convention for yourself, since you don't have the thumbnails in your scripts anymore.

Now you can use your favorite editor, that may even be scriptable to produce and run .skl files (just the zipped versions of the .sikuli).

Can you help with this problem?

Provide an answer of your own, or ask prodoy for more information if necessary.

To post a message you must log in.