Page 1 of 1

StatusBar Context Sensitive Help to include user comments

Posted: Fri Dec 17, 2010 4:33 pm
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

Re: StatusBar Context Sensitive Help to include user comment

Posted: Fri Dec 17, 2010 5:36 pm
by blueznl
Yeah, jaPBe did that, and I liked it, pity the PB IDE doesn't...