Maybe I'm just being lazy, but a great feature in VB6 IDE is the 'go to last position' option. This allows you to go back to the place you were editing, something I find very useful after a Search. Maybe you want to check on the content of a Sub elsewhere in another module say (using the Go To Sub Declaration option in the B4A IDE), when you have finished looking at that Sub you could then use a 'Go Back To Last Position' to bring you back to where you were before you jumped to the sub.
This would be more useful as you build up the modules that might all call a certain Sub in a code module, and I can easily forget which module I was in before looking there.
Also, the VB6 IDE 'Go Back' option is recursive, in that if you keep clicking 'Go Back' it takes you back to the previous place you were editing from the position the cursor is at at any given time, right up until the last time you saved the project.
I hope this makes sense! Thanks.
This would be more useful as you build up the modules that might all call a certain Sub in a code module, and I can easily forget which module I was in before looking there.
Also, the VB6 IDE 'Go Back' option is recursive, in that if you keep clicking 'Go Back' it takes you back to the previous place you were editing from the position the cursor is at at any given time, right up until the last time you saved the project.
I hope this makes sense! Thanks.