Code completion is missing for imported procedures

Working on new editor enhancements?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Code completion is missing for imported procedures

Post by Trond »

Code: Select all

Import "callback.lib"
  CallWndProc(nCode, wParam, lParam)
  SendPointer.l(a.l, b.l, c.l)
  ReceiveInitData.l(this_hHook.l, this_ReceivePtr.l)
EndImport
There's no code completion for procedures declared like above.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

There is now autocorrection, but the parameters doesn't show up in the statusbar. The parameters doesn't show for procedure declared in other (open) sources either.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

There is no more autocorrection.
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Did you enable it in the preferences ?

About the statusbar: it will not be done for now. probably in the next version.
quidquid Latine dictum sit altum videtur
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

freak wrote:Did you enable it in the preferences ?
:oops: :oops: :oops: :oops: :oops: :oops:
Post Reply