Do you know this feature of the Document View Window?
Open a PRG file with several procedures, functions or methods in the VFP editor. Open the Document View window (Tools->Document View).
Right click on the Document View window and select “Sort by Location”
Activate the edit window and hit Ctrl-PgDn and Ctrl-PgUp buttons. What happens?
Try various other Document View sorting options.
I find this feature very handy when navigating source files. I first saw this feature over a decade ago in a program called VIP while navigating C, C++ files. It was later renamed to SourceInsight, which is still an excellent product that I use every day.
Comments
- Anonymous
January 05, 2006
Yes,it is very very helpful!
Thank you Calvin Hsia! - Anonymous
January 09, 2006
Nice tip, thanks Calvin! - Anonymous
April 06, 2007
Yes, I knew this one and even implemented it in my CEEClone - Editor Enhancements (see UniversalThread.com for more info and download)