View Single Post
  #2  
Old 01-21-2005, 09:54 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
This is the first such request we've received. Go | To Step, Go | Subroutine, Step | Show | 1/2/3, Edit | Find (and their shortcuts) have always been adequate for us to navigate. But I can see where it might be useful for extremely large projects.

If your projects are very large, one thing that might help some (if you haven't already) would be to spend some time reducing their size by modularizing them (for instance, taking advantage of global subroutines [subroutines can call other subroutines], using built-in actions such as the Copy Files action for multiple %DOSCMD% copy steps, using solutions/workspaces/groups for related projects and using a single Make step in VBP to build them instead of one for each project, etc.). This would, of course, take some work, but could reduce project maintenance work going forward.
Reply With Quote