Page 1 of 1
completing Script function in Autofill Mode ? what key next ?
Posted: Sat Feb 17, 2018 12:59 pm
by teriibi
Hi,
With Comunity Plus 9,
the auto complete mode appears when typing some existing reserved words.
...still...I dont know how to use it fully.
i.e :
As soon as i start writing the first letters of an existing LC functions, and some suggested words appears below it: -
what keys do one press to have LC complete the input with the rest of the function name ??

Re: completing Script function in Autofill Mode ? what key next ?
Posted: Sat Feb 17, 2018 1:49 pm
by bogs
Here you go, all about
autocomplete.
If video is more your thing,
here is the best I found about it.
Re: completing Script function in Autofill Mode ? what key next ?
Posted: Sat Feb 17, 2018 2:34 pm
by LiveCode_Panos
Hi all,
In LC 9 DP-11 you have to press the "tab" key to apply the completion. Before 9.0 DP-11, you had to use the "right arrow" key.
Best,
Panos
--
Re: completing Script function in Autofill Mode ? what key next ?
Posted: Sat Feb 17, 2018 2:38 pm
by bogs
Thank you Panos, that certainly makes sense, as it is the way a lot of languages I used previously did it, tab being a more natural reach than the arrow keys.
Curious to know if the right arrow also still works though? If not, is the use of tab going to be made backwards compatible to 8.x?
SOLVED Re: completing Script function in Autofill Mode ? what key next ?
Posted: Sat Feb 17, 2018 4:05 pm
by teriibi
Rahhhhhhh

, thanks guys, i was trying all sorts of Enters without success
actualy never used "Tab" before in the few sripts I wrote elsewhere.
..will remember that !

Re: completing Script function in Autofill Mode ? what key next ?
Posted: Sat Feb 17, 2018 4:53 pm
by bogs
Oh my bad, this is the first 'scripting' language I ever used that I wasn't just using a plain text editor to write code in.
When I said -
the way a lot of languages I used previously did it,
I was referring to languages like Delphi, Ms Visual Studio, etc. I have noticed though that many coding text editors now use that same feature as well, like Geany.