Disable Autocomplete?

Questions and discussion about the ZBasic IDE.
Post Reply
DH*

Disable Autocomplete?

Post by DH* »

Is there a way to disable Autocomplete before I risk my one good hand by smashing it through my monitor?
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

I haven't researched this fully but it appears that adding the line below to your User Options file will disable at least part of the autocomplete functionality.

Code: Select all

autocompleteword.automatic=0
To make this change, select 'Open User Options File' on the Options menu and type or paste the line anywhere in the file. Since this file is only read when the IDE starts, you'll have to exit and restart the IDE for it to take effect.
- Don Kinzer
DH*

Post by DH* »

That did the trick. Thanks.
Post Reply