Page 3 of 3

Re: "The following objects were modified outside the script editor, would you like to reload them"

Posted: Fri Aug 20, 2021 9:17 pm
by Fjord
Same here. I can't help commenting and naming folders / files in French, and why not. And that means accents.
Basically, everybody, apart from English speaking people, uses 'special' chars, which to us are not special at all :wink: .

Re: "The following objects were modified outside the script editor, would you like to reload them"

Posted: Sat Oct 02, 2021 9:30 pm
by Fjord
Back to the same problem: today I was working on a stack when I saw the dreaded message :shock: :( .
I remembered someone here had mentioned the problem was linked to the coding of characters in the script. So I did this :idea: asap:
- select all the script, open TextEdit, paste into it (strangely enough, the script appeared with keywords in colours, while in Livecode script editor it was black on white; oh, well…)
- in TextEdit I went to 'Preferences' > 'Ouverture et Enregistrement' (that would be 'open & save', I guess) tab
- selected 'save with > Unicode UTF-16'
- saved the file; I quit TextEdit just to make sure
- opened the same doc again in TextEdit, select all, copy
- back to the [faulty] Livecode script, select all, paste, save
et voilĂ ! no more error message. :P

Re: "The following objects were modified outside the script editor, would you like to reload them"

Posted: Tue Jan 11, 2022 12:01 am
by bn
This bug of accented chars in scripts consisting of two codepoints has been fixed.
No more "The following objects were modified outside the script editor, would you like to reload them" for this case.

https://quality.livecode.com/show_bug.cgi?id=23295

Kind regards
Bernd