QB64 Phoenix Edition
IDE scan - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://staging.qb64phoenix.com/forumdisplay.php?fid=10)
+---- Thread: IDE scan (/showthread.php?tid=1681)



IDE scan - eoredson - 05-13-2023

Hi,

I had a question concerning the QB64pe IDE syntax checker:

When loading a large file (20,000+ lines) and wait for ... to change to OK (not questioning delay) but is it a multi-pass checker!?

That is: does it check syntax first, then again for structure indenting??

Thanks, Erik.


RE: IDE scan - SMcNeill - 05-13-2023

Checks and formats as it goes.


RE: IDE scan - eoredson - 05-13-2023

Because when checking for syntax and pressing to create .exe then it interrupts checking and says "Checking program"...

Not a problem but kinda cute!?

Erik.