Re: v13+ - method comments (the Explorer Pane)

2018-05-08 Thread Chip Scheide via 4D_Tech
Dani, Wayne, Thanks On Mon, 07 May 2018 21:59:39 +, Wayne Stewart via 4D_Tech wrote: > Chip, > > I wrote some code to do that for Foundation it relies on some discipline in > creating your header comments of course. > > > // > // Projec

Re: v13+ - method comments (the Explorer Pane)

2018-05-07 Thread Wayne Stewart via 4D_Tech
Chip, I wrote some code to do that for Foundation it relies on some discipline in creating your header comments of course. // // Project Method: --> ReturnType // Description // Access: Shared // Parameters: // $1 : Type : Description //

Re: v13+ - method comments (the Explorer Pane)

2018-05-07 Thread Dani Beaubien via 4D_Tech
Hi Chip, You can use "METHOD SET COMMENTS” to set the method comments using code. I actually use that call in my Code Analysis component. I have a feature that will look at each method, grab the comment lines at the top of the method until it hits a line that is not a comment, and then put thos

v13+ - method comments (the Explorer Pane)

2018-05-07 Thread Chip Scheide via 4D_Tech
I have not looked into this much... Is there a way in code to access the method comments (form the Explorer Pane)? I would like to be able to, as a start, copy the actual method header comments into this area. any info appreciated. Thanks Chip --- Gas is for washing parts Alcohol