How do you select an item from the autocomplete IDE?

Everything else that doesn't fall into one of the other PB categories.
Justin
Addict
Addict
Posts: 962
Joined: Sat Apr 26, 2003 2:49 pm

How do you select an item from the autocomplete IDE?

Post by Justin »

I was expecting that pressing ENTER would do it but it just hides the list without writing anything.
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

TABULATION key, mister.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

This can be changed in the preferences.
Justin
Addict
Addict
Posts: 962
Joined: Sat Apr 26, 2003 2:49 pm

Post by Justin »

Thanks, i think ENTER is more intuitive but if i try to change it in the shortcuts it says Nothing can you change it?
maw

Post by maw »

I agree with you, Enter is more intuitive for me too. The reason you can't set Enter as default is because there is some issues with the new ShortcutGadget in 4.40 that the IDE uses. See here: http://www.purebasic.fr/english/viewtop ... 697#295697

Until that is resolved you can simply edit the PureBasic.prefs file and change AutoCompleteConfirm so it reads "AutoCompleteConfirm = 13".
Justin
Addict
Addict
Posts: 962
Joined: Sat Apr 26, 2003 2:49 pm

Post by Justin »

Ok, thanks
Post Reply