Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change IntelliSense setting?
Message
 
 
To
10/04/2003 15:17:01
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00776279
Message ID:
00776293
Views:
14
>>>I would like to change the IntelliSense so that if I type
>>>
>>> set step
>>>
>>>so it offer the choice of using OFF or ON instead of always putting
>>>
>>> SET STEP ON.
>>>
>>>I used set talk as a model but it did not work or do I have restart VFP to see the change?
>>
>>You can disable addition of second word by going to Tools -> Intellisense Manager -> Advanced tab -> Edit Properties button and change value of lEnableFullSetDisplay to .F.
>
>I do not want to disable it, I want to change the behavoir, so that if I type
>
> set st" " it expands to set step and offers a choice of ON or OFF istead of automatically expanding to set step on and I would also like to change tip text to reflext this change.
SELECT 0
USE (_FOXCODE) AGAIN
LOCATE FOR UPPER(expanded) = "SET STEP"
REPLACE cmd WITH "{onoffmenu}"
REPLACE tip WITH "SET STEP ON/OFF"
USE
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform