12-13-2025, 04:31 PM
(12-13-2025, 09:57 AM)SpriggsySpriggs Wrote: It's on my to-do list. Once I have more stuff knocked out, I'll focus on adding a syntax checker. I want it to be not as heavy as what the QB64 IDE uses. So I won't be checking every keypress.
yes please, so this. it's what i always resented from the qb64 ide. that cannot be disabled. i mean, waiting until the user gets away from the "current" line. then checking syntax. has to do it with every keypress. in earlier versions of the ide. undo is managed like that too. besides it being too slow to tolerate. for non-touch typist. it kept me away from the ide for a long time.
without a syntax checker. it's good enough for me. i think the checking could be done. using qb64pe executable at the command line. something to do with "format code to text file" option.

