Has there been headway in formatting longer lines of ObjectScript? Example:
Relationship PhoneNumbers As isc.sample.rest.phonebook.model.PhoneNumber(%JSONFIELDNAME = "phones", %JSONINCLUDE = "outputonly", %JSONREFERENCE = "object") [ Cardinality = children, Inverse = Person ];
I prefer lists of parameters to be visible in one view rather than having to scroll across the screen. I think it would be better if this were added to the existing functionality rather than me writing my own script to format ObjectScript code in this manner.
Has there been headway in formatting longer lines of ObjectScript? Example:
Relationship PhoneNumbers As isc.sample.rest.phonebook.model.PhoneNumber(%JSONFIELDNAME = "phones", %JSONINCLUDE = "outputonly", %JSONREFERENCE = "object") [ Cardinality = children, Inverse = Person ];
I prefer lists of parameters to be visible in one view rather than having to scroll across the screen. I think it would be better if this were added to the existing functionality rather than me writing my own script to format ObjectScript code in this manner.