sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17498
Re: [Question #226873]: Sikuli IDE - Need to stop showing images - Prefer just image names
Question #226873 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/226873
Status: Open => Answered
RaiMan proposed the following answer:
That's not an option in the current version. When the script is loaded
in the IDE all "image.png" and Pattern(....) strings are replaced by the
image thumbnails.
your options:
- when hovering over the thumbnail, the image name is shown as tooltip
- use some_name = "some_image.png" and use the variable name instead of the image
The brute force method is to replace the thumbnails with a path string,
which would prevent the replacement, but this I think is more effort
than it helps.
The new version will have such options to switch between image
thumbnails, text only scripts and smaller thumbnails with image names.
The next days it will be in the preversion already.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.