← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #661268]: IDE Errors

 

Question #661268 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661268

    Status: Open => Answered

RaiMan proposed the following answer:
--- what is the message box telling me
The delete-not-used-images-on-save feature scans the script text for given images, to find out, which are obsolete and can be deleted from the script folder.
In the first implementation in commented script lines containing code, that is temporarily inactivated this way, images in there were deleted, since comments where skipped completely.
Now even comments are scanned, but there is a problem with comments containing either " or ' with an unequal number, as in your case in line 522:
 Transformation moved as sometimes Transform reported as 3's 0 after move thet are always 

The solution is, to either not use " or ' in comments or an even number
of those.

I will look into it with some lower priority, to check wether this can
be optimized.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.