Hi,On Mon, Sep 15, 2014 at 9:57 AM, Thierry Goubier <thierry.goubier@gmail.com> wrote:2014-09-15 6:44 GMT+02:00 Tudor Girba <tudor@tudorgirba.com>:Hi,As you could see in the Pillar highlighting support, Rubric can now handle any syntax highlighting in a rather straightforward way. You can also easily embed this in a Glamour browser.I'll have a look. I find that PluggableTextMorph automatic behavior (smart characters, styling) is very nice when doing Smalltalk code, but a pain in anything else. I'd like to see that Smalltalk-customized code be refactored elsewhere than in the editor.What I'd like to see is the ability to customize the behavior for islands of text inside a text (recursively of course :)).This is not yet possible. I would hope we get this to work within the context of TxText.
�You can see the example in the GT-InspectorExtensions-Pillar. You can load the code in a Moose image like this:Gofer new� � � � smalltalkhubUser: 'Pier' project: 'Pillar';� � � � configuration;� � � � loadStable.Gofer new� � � �smalltalkhubUser: 'JanKurs' project: 'PetitParser';� � � �configurationOf: #PetitParserIslands;� � � �load.#ConfigurationOfPetitParserIslands asClass loadDevelopment.Gofer new� � � �smalltalkhubUser: 'Moose' project: 'GToolkit';� � � �package: 'GT-InspectorExtensions-Pillar';� � � �load.Ok. The Moose image is a bit of a down to me when trying to understand code because code exploration capabilities are limited / non obvious compared to what I use in Pharo.What do you mean? What is different for you in this area?