Hello, I am working on a project called MathsOntologie, which is basically a French translation for Smalltalk (at least the methods which can be useful for maths). It works well already but my colleagues ask for a friendlier GUI than Pharo's (!). Then I wish to go on programming as I am doing right now (writing the MathsOntologie script inside the Workspace and sending messages to the Transcript) but within a window.
My colleagues want that there be a "Run" button which would automatically ctrl-A then ctrl-D; I want the syntactic highlighting... My idea is to divide the window in frames and use one of these frames as a workspace and another one as a transcript. But TextMorphForEditView new don't work (error message: don't understand "content"...). Is there a simple way to build and use a window which would work like a browser, with syntax highlighting? Alain Busser french math teacher
