Hello, I use CodeBlocks as an editor along side AS7. Just found a bug in my code where i removed one of the = signs in an if statement (foo == bar). Took me about 3 hrs to find it.
Anyone know of an editor that allows you to select and lock code sections?
Codeblocks does have a minimize code sections function that hides code between brackets, im gonna start using it.