Autocomplete - forcing API2

I’m sure this has been asked before, but is there any way to stop autocomplete from pushing API2 on me?
I’ve been trying to keep a set of code pure API1 for backward compatibility but I’m finding autocomplete is fighting me every step of the way.
I have no Desktopxxxxx controls anywhere in my project, yet if I have a listbox, the autocomplete only shows me events and properties of a DektopListbox.
And Xojo has seemingly removed API1 references from the web.

Yeah, by modifying the preferences file.

~/Library/Preferences/com.xojo.xojo

IIRC the entry is “Show Deprecated Autocomplete Items”.

2 Likes

Cheers Sam!