StatusBar Context Sensitive Help to include user comments

Working on new editor enhancements?
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

StatusBar Context Sensitive Help to include user comments

Post by skywalk »

Please allow the statusbar context help to show the procedure's return type and trailing comment if exists.

Statusbar for Built-in procedure:
Str(Value) - Convert a signed integer number INTO a string.

Code: Select all

Procedure.d MyAdd(x.d, y.d) ; add x to y and return sum in double
  ProcedureReturn x+y
EndProcedure
Statusbar for user procedure:
MyAdd.d(x.d, y.d) - add x to y and return sum in double
Last edited by skywalk on Tue Jul 08, 2014 12:25 am, edited 1 time in total.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: StatusBar Context Sensitive Help to include user comment

Post by blueznl »

Yeah, jaPBe did that, and I liked it, pity the PB IDE doesn't...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Post Reply