[Implemented] new ide: autocomplete addition

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

[Implemented] new ide: autocomplete addition

Post by thefool »

How about if autocompletion instead of for example "CreateNetworkServer" after choosing in list wrote "CreateNetworkServer(" ?

Also what if the user wrote the full line out, eg EndIf instead of having to press enter 2 times the box dissapeared automatically?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: new ide: autocomplete addition

Post by PB »

Tools -> Editor -> Autocomplete -> Add opening brackets ;)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

whoops! :oops:

however what about the other one then?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

Not sure what you mean by it... do you want the popup box to close if the
user typed EndIf instead of staying open? Good idea. But I only have to
hit Enter (or Tab) once to close it after typing EndIf, not twice... strange.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

i have to press twise to go to next line! In japbe you HAVE to press TAB to get autocomplete. If you press enter it still goes to next line!
Post Reply