Hi guys,
I have a Seaside app running in Pharo/Gemstone and I want to provide a simple "code editor" which would basically be a Smalltalk closure. The user should be able to edit this. Then a button to save it and either display a message or get the compiled method so that I can then do what I want. ��I would also like this editor to provide��Syntax highlighting.
I know Seaside has��WABrowse but this is much more than what I need and has no Syntax highlighting.��
Is there some tool around? Maybe Amber?��