#3619 closed defect (fixed)
inner package (folder) deletion not saved
Reported by: | massimo ceraolo | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.9.4 |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description
To reproduce the issue:
1) load withFolder.mo in OMEdit
2) open it and delete the package "OLD" (visualised as a folder by OMEdit)
3) save package "withFolder"
at this point the file witFolder.mo should not have "OLD" in it, but instead it is still there. To see it open the file with a text editor, or with OMEdit itself.
Attachments (1)
Change History (7)
by , 9 years ago
Attachment: | withFolder.mo added |
---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Ok.
As awful as it might be, I checked and can confirm also on my side: that Italian character makes the difference!
Waiting for a fix, it is useful to know that avoiding national characters is a good workaround.
comment:3 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
Note:
See TracTickets
for help on using tickets.
Seems to be an issue because of Italian characters in your code. I updated line 328 from
//velocità meccanica di soncronismo
to//velocity meccanica di soncronismo
and it seems to work fine.I have created a new ticket related to it #3642.