#4508
leo_zzz
Participant

one more issue i think:
for macro with #directive, when error, the location information is not correct.

for example :

1: #title = “Test”
2: #tooltip = “Just For Test”
3: #icon = “D:Program FilesEmEditoriconstest.ico”,0
4:
5: aaa

it will show the error is in line 2, but it’s line 5 exactly.
:)