View Single Post
  #2  
Old 09-22-2003, 10:52 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
By design, subroutines are defined as top-level steps on the Subroutine Steps tabs. You can use the 'View | Go to Top Level Step' functionality (Ctrl+G) to facilitate locating top-level steps if you have a lot of them.

I'm not sure that we would want to change this behavior. Some ambiguity gets introduced if subroutine entry points could be at any indentation level. There would also be compatibility issues with existing projects (since subroutines are identified by the step name, if an indented step happened to be named the same as a later top-level step, the indented step would now match the subroutine lookup instead).
Reply With Quote