dev icon indicating copy to clipboard operation
dev copied to clipboard

Compiler incorrectly treats string literals with some characters

Open MatiDragon-YT opened this issue 4 years ago • 14 comments

In the past I remembered that the IDE compiled the strings, but eliminating the spaces, and now it does not compile them directly. So you asked me. Wasn't it better to replace the spaces with another character? It was there when I started to investigate the archive .SCM, and I noticed that the spaces were replaced by the underscores when decompiling. So, could the same function be done for compilation of the scripts, and thus avoid this problem?

GXT.addDynamic("EXA", "Hello Word")

--------- ⬇ when compiling ---------

0ADF: "EXA" "Hello_Word"

--------- ⬇ when decompiling-------

GXT.addDynamic("EXA", "Hello_Word")

and another thing ... since the F11 does not have any function in the editor, other than deleting the field of the Opcodes Finder. Could you assign it to open the offline help file (.chm)? yes? please...

MatiDragon-YT avatar Aug 29 '20 19:08 MatiDragon-YT