Hi guys,

there is an interesting problem with new syntax and
method sources. Although new syntax is cool for writing
scripts in text editor, in GUI browser I whould like to
have old syntax in code pane, i.e
--
some: method
        ^method source
--
instead of
some: method [
        <category: 'some methods'>
        ^method source
]
--

Because method source is just a reference to the source code file,
the only possibility is to use RBFormatter to format source code in
old syntax. But all hand-made formating will be lost. Any other idea?

Cheers, Jan



_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to