AmiBlitz / AmiBlitz3

Complete package of AmiBlitz3 including all sources.
https://www.amiblitz.de/
123 stars 9 forks source link

AB 3.9.10 - "End If" ist not tokenized correctly (e. g. after uncomment) #98

Closed theotheoderich closed 2 weeks ago

theotheoderich commented 3 weeks ago

If commented-out code with “Block Uncomment” and then becomes normal code again, “End If” commands are no longer “tokenized” correctly. Only the first part, the “End”. The “If” is no longer tokenized.

This leads to a compilation error. Video

Edit: The same error occurs when "Block TAB" or "Block UnTAB" is used.

grafik

honitos commented 2 weeks ago

fixed with v3.9.11

BTW. you should use "EndIf" instead of "End If" as it is the official style.

theotheoderich commented 2 weeks ago

fixed with v3.9.11

BTW. you should use "EndIf" instead of "End If" as it is the official style.

Thank you, but the shortcut STRG and E will print "End If" (refer Help / Shrotcuts Reference) and not "EndIF" ;-)