Hi all
is there any reason why RBConfigurableFormatter defines some Shareds as
public, some as private? E.g. StringBeforeReturn and many other Strings
like StringInsideBlocks, StringInsideParentheses are private, so you
cannot access them in subclasses. Others mostly Integer settings are
defined public, so no problem here to access e.g.
RetainBlankLinesBetweenStatements.
As I understood you should be free to subclass RBConfigurableFormatter
if not everything can be configured the way you want it to be by
configuring RBConfigurableFormatter itself. Therefore the formatterClass
on RBProgramNode. But then all Shareds should be accessible, otherwise
they must be duplicated on subclasses.
Thomas
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc