You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look a bit different with current default settings, but believe the issue is still there. With the example from above:
class OpenEdge.DataAdmin.Core.JSONWriter inherits DataAdminWriter implements IDataAdminExporter:
define public property Formatted as logical no-undo
init true
get.
set.
constructor public JSONWriter ( ):
super ().
end constructor.
method public void WriteToFile(serializable as IDataAdminSerializable,pcFile as char,pccollection as char):
end method.
end class.
Result is this:
class OpenEdge.DataAdmin.Core.JSONWriter inherits DataAdminWriter implements IDataAdminExporter:
define public property Formatted as logical no-undo init true
get.
set.
constructor public JSONWriter ( ):
super ().
end constructor.
method public void WriteToFile(serializable as IDataAdminSerializable,
pcFile as char,
pccollection as char):
end method.
end class.
For example,
gets formatted as this:
The text was updated successfully, but these errors were encountered: