-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
priority:p1High PriorityHigh Priorityscope:compilertype:bugSomething isn't workingSomething isn't working
Milestone
Description
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...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority:p1High PriorityHigh Priorityscope:compilertype:bugSomething isn't workingSomething isn't working