Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comment/Uncomment Menu Options
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Miscellaneous
Thread ID:
01293366
Message ID:
01351506
Views:
20
Hi Rick,

The other option that is sorely missed is /// style comment. Is Chris Boyd working on VS for VFP? Any updates on this one?

>I don't know why, but keyboard way didn't work for me. Only FoxTools.fll way worked.
>
>Thanks again.
>
>>Thanks Sergey,
>>
>>Now I feel a bit dim for not thinking of the obvious .. Actually I never used the key combination like that either instead of the shortcut menu (too much thought in that I guess).
>>
>>What I really wanted to do was hook up the Visual Studio commenting scheme which is Ctrl-K-C and Ctrl-K-U... OKL doesn't directly work for that however the following seems to do the trick (in a startup program):
>>
>>
>>ON KEY LABEL CTRL+K do VsStyleComment in PROGRAM()
>>
>>FUNCTION VsStyleComment
>>
>>lnKey = INKEY(.5,"HM")
>>IF lnKey = 3  && Ctrl-C
>>	KEYBOARD "{ALT+o}m"
>>ENDIF
>>IF lnKey = 21  && Ctrl-U
>>	KEYBOARD "{ALT+o}n"
>>ENDIF
>>
>>ENDFUNC
>>
>>
>>Now my 'comment reflex' is satisfied ..
>>
>>Thanks,
>>
>>+++ Rick ---
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform