Hi Manuel, On Wed, Sep 06, 2017 at 01:52:17PM +0200, Manuel Leuenberger wrote:
Hi everyone,
I built a little syntax highlighting extension for the Nautilus source code pane, which puts a background color behind blocks, so that nested blocks are easily recognizable.
This looks really nice, however the shading isn't at all visible (to me) with the Pharo 3 (white) theme. How much work is it to use themes and develop a white theme? Thanks, Alistair
Install with:
Metacello new baseline: 'BlockStyler'; repository: 'github://maenu/BlockStyler/repository'; load
GitHub: https://github.com/maenu/BlockStyler <https://github.com/maenu/BlockStyler>
Doesn???t work with ???Format as you read???, just as the IconStyler. If anybody has an idea how to integrate it properly into Nautilus as a plugin, let me know. Currently it???s an ugly meta-link hack to get access to the sourceTextModel.
Cheers, Manuel