Page 1 of 1

IDE Status Bar & User-Defined Procedure Comment?

Posted: Tue Jun 05, 2012 5:56 pm
by Hot Dog Hero
The IDE status bar shows the procedure definition (i.e. name and arguments) and a comment for PB-defined procedures.

The IDE status bar only shows the procedure definition for a user-defined procedure. Can the IDE status bar display a comment for a user-defined procedure? If so, how would you declare the comment in the code?

Re: IDE Status Bar & User-Defined Procedure Comment?

Posted: Wed Jun 06, 2012 12:21 am
by Zebuddi123
Do you mean

Code: Select all

WriteStringN(#File, Tex$[,Flags])-Write a string to the specified file and add the end of line character
with a procedure from an pb include file or user defined procedure in the open project, file or open files commenting after ie

Code: Select all

procedure test(arg1,arg2);- arg1=!!! arg2=??? 
does not show the comment.

when procedures are used with comments as above in a lib fle created with tailbite etc then they are valid and will show up

to be honest i had not noticed this before

Zebuddi. :shock:

Re: IDE Status Bar & User-Defined Procedure Comment?

Posted: Wed Jun 06, 2012 12:11 pm
by Hot Dog Hero
Zebuddi123, Yes and thanks for the information about Tailbite.