I was wondering if there was a means of viewing single subs or functions in the IDE. This was a very handy technique in MSBasic 7.0 and its variants. If you are not familiar with this feature, you just hit a hot key and a list of sub and functions would pop up. A double click brought up the desired routine. You could have two routines visible in a split window, but I seldom used that feature.
This allowed me to quickly analyze interactions between various routines while keeping the lines of code on the screen down to something reasonable. Right now I'm looking at about 3000 lines and it's a bit of a pain. I expect to eventually have about 30,000 lines and that would become just about impossible on a single screen.
This allowed me to quickly analyze interactions between various routines while keeping the lines of code on the screen down to something reasonable. Right now I'm looking at about 3000 lines and it's a bit of a pain. I expect to eventually have about 30,000 lines and that would become just about impossible on a single screen.
Comment