Written by

InterSystems
Question Dale du Preez · Jun 21, 2016

Multiline method argument display in Atelier?

Studio supports an option to display arguments using multiple lines. Is there an equivalent option for Atelier? The Studio setting is under Tools->Options,  Environment->Class and is controlled by the "Multiline method arguments" flag.

Comments

Joyce Zhang · Jun 21, 2016

Hi Dale, 

As far as I know, it's not yet supported. I will log this request and keep you updated.

Thanks,

Joyce

0
Dmitry Maslennikov · Jun 22, 2016

Studio reformats some class parts, such as Methods defenitions when you save it.

But as I know feature Atelier, stores class definition as is, so you do not need more such option, just format class as you need, and it should keep so.

0
Bill McCormick · Jun 22, 2016

Dmitry is correct - this is simply a feature of Atelier.

ClassMethod getPerson(
ByRef pParms,
Output pObject As %RegisteredObject
) As %Status

This is perfectly legal and works just fine.

0