IDE: script corrupted when reopened after save
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
In Progress
|
Medium
|
RaiMan |
Bug Description
In Sikuli, when I try to save "Save" or "Save as" it instead opens up a gui with the title "Open". When I just type in a name and click "Open" it seems to generate the files and .slk stuff all right. Sadly, code works and runs fine when I enter into IDE on straight fresh file, but when I "Open" the file I "Saved" the code shows up in the IDE just fine, but when run I always get the error:
[sikuli] [Error] Traceback (innermost last):
(no code object) at line 0
SyntaxError: ('invalid syntax', ('<string>', 1, 46, "setBundlePath(
Which leads me to believe the bugged "Save" functionality has something to do with it because the code runs fine when I just type it in and run it.
description: | updated |
summary: |
- Cannot save files in Sikuli + IDE: script corrupted when reopened after save |
Changed in sikuli: | |
status: | New → Invalid |
Changed in sikuli: | |
status: | In Progress → New |
Changed in sikuli: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → RaiMan (raimund-hocke) |
tags: | added: idemenu |
Further research into this seems to be that saving MIGHT work, but when I select it, the gui mistakenly is titled "Open" and the button to "Save" is also mislabeled "Open". It seems to save my work but it is dubious because Sukuli itself is also not working.