Alain did it in the process browser. On Thu, Sep 7, 2017 at 3:54 PM, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
Thank you!
This is really useful in the context of Seaside render blocks.
How hard would it be to also add vertical "lines" at the sides like in the following screenshot: [image: Imágenes integradas 1]
Best regards!
El sept. 6, 2017 8:53 AM, "Manuel Leuenberger" <leuenberger@inf.unibe.ch> escribió:
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.
Install with:
Metacello new baseline: 'BlockStyler'; repository: 'github://maenu/BlockStyler/repository'; load
GitHub: 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