12-17-2025, 05:23 PM
(This post was last modified: 12-17-2025, 05:23 PM by SpriggsySpriggs.)
(12-17-2025, 04:54 PM)Dav Wrote: Adding syntax checking and indenting is one thing i started to add to my IDE before quitting. I did have a crude method working in dev. Instead of checking every letter i waited until the line was entered and checked it for errors, and then auto indented it. Only had a few commands syntax checking done before i realized it would be like climbing mount everest in bathroom slippers to do them all. I got burned out eventually.
I like how your ide looks!
- Dav
Thanks, @Dav! I will just use QB64pe's built-in command line switch to auto format the file for now. Eventually, I would like to make my own version so I don't have to rely on that code. Same with the code emitter. I'd love to figure out how to convert everything and emit my own C code.
The noticing will continue

