Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program Editor Extension/Improvement
Message
From
26/04/2001 10:45:11
Bruce Gordon
Wicks Broadcast Solutions, Llc
Vienna, Virginia, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00499585
Message ID:
00500110
Views:
24
Class Navigator is great, but it brings up the standard editor. I was thinking along the lines of, in something like Class Navigator, of clicking on a class or method and bringing up something like the sample at the bottom, where the [+] and [-] are the standard expand/collapse boxes in Explorer. For simplicity, the example shows only structured chunks.

The sample shows expansion of the Procedure Process1, With This, and Scan to get to where I want to work, while still being able to see the overall shape of the procedure and other relevant parts of the code.

BTW, how do I mark sections of a post to show as code with the white background and all? The indenting is all lost without it.

Thanks,
Bruce



[-] Define Class Foo As BusinessObject

Property1 = 'A'
Property2 = 'B'

[+] Procedure Process1

[+] Procedure Process2

[-] Proctected Procedure Process3
[-] With This
.Property2 = 'W'
[+] If .Property1 == 'Q'
[+] Do Case
Select table
[-] Scan
Replace aFld with aFld + lcChar
EndScan
[+] For lnI = 1 to lnNumChars
EndWith
EndProc

[+] Procedure Process17(tcTest)
[+] Function Process17(tnVal)

EndDefine
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform