Page 1 of 1

highlighting problem

Posted: Sat Sep 28, 2024 11:18 pm
by jack
please copy the BigInt module from viewtopic.php?t=61309
only the first 51 lines are highlighted normally the rest is all one color

// Moved from "Bugs - IDE" to "General Discussion" (Kiffi)

Re: highlighting problem

Posted: Sun Sep 29, 2024 1:40 am
by idle
that's weird seems to be EnableASM in the module causing the issue
comment out EnableAsm then comment out Module BigInt and it will highlight
then uncomment Module and EnableASM :shock:

Re: highlighting problem

Posted: Sun Sep 29, 2024 5:32 pm
by Fred
It's a new feature to disable highlightning/case formating in JavaScript blocks as it could be some issue. That said for raw ASM it can be used like that as risk of naming conflict are very low, so I will deactivate it for EnableASM.

Re: highlighting problem

Posted: Mon Sep 30, 2024 1:42 am
by kenmo
Just adding that I see this EnableASM highlighting issue in "Common.pb" of the PureBasicIDE source too!