Carlos Pita wrote:
Hello all,
I think there are at least three ways to go with this:
- reassemble the code from atoms.
- provide a object with a gui specialized for code edition.
- provide some symbol escaping syntax so that, for example, everything
between << and >> will be taken as a single symbol by pd.
I think 2, although a bit laborious, fit best to the goal of code edition. We could treat code as a single string, instead of dealing with symbols, and
please mind 2 things: PLEASE do not add the gui-capabilities to your interpreter object (i don't know whether you planned to do so, but just in case...)
have you had a look at beb bogarts [entry] object? it basically does what you want.
gfmads-r IOhannes