Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Turn Off Intellisense?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00739472
Message ID:
00739575
Views:
17
Evan,
Well, it didn't work after all. EDITSOURCE() doesn't wait. It just opens tcPrgName and continues on. So "_VFP.EditorOptions = lcOldOptions" gets executed before I can start editing tcPrgName. But I think this on the right track.


>Bill,
>
>You can use EDITSOURCE() in a small "start my edit" PRG that would look something like this:
>
>
>LPARAMETERS tcPrgName
>LOCAL lcOldOptions
>
>lcOldOptions = _VFP.EditorOptions
>_VFP.EditorOptions = ""
>= EDITSOURCE( tcPrgName )
>_VFP.EditorOptions = lcOldOptions
>
>RETURN
>
>
>HTH -- and George, please excuse my jumping into his response to your answer (sheepish grin)
>
>>>>I'm writing PRGs that write HTML files.
>>>>
>>>>It's really iritating to have intellisense change the case of words that need to be lower case.
>>>>ie: every time I type 'if', it changes it to 'IF', but javascript needs it be lower case.
>>>>
>>>>Intellisense recognizes WITH THIS while editing. Is there some way I can get it to recognize TEXT NOSHOW also.
>>>>
>>>>Or any other suggestions on how to turn it off automatically while I'm editing the PRG that creates the HTML file?
>>>>
>>>>TIA
>>>
>>>Go to the Intellisense manager and uncheck the Enable Intellisense check box on the General Tab.
>>
>>I don't want it turned off all the time. I just want it to quit working when I'm in TEXT..ENDTEXT. I would even accept it, if I could turn it off for the particular PRG, but I don't want to have to remember to turn it back on when I done with that PRG.
Bill Morris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform