Formatting the Text of Attributes
In some cases, when you enter attributes in a definition table, G2 does not save the formatting characters you enter, such as Control + j for a new line, after you exit from the Text Editor. Attributes-specific-to-class attribute, G2 stores each attribute on a separate line, even if you enter multiple attribute names on one line in the Text Editor. Order of Attributes in Tables
When you create an instance of a user-defined class, the order of attributes in its table is determined by the order in which the attributes are inherited and defined in the class definition. Attributes defined by the class itself appear at the bottom of the table. Those defined by the first direct superior class appear above them, and so on.