[Geany] geany plugin for pyflakes - formatting text in editor

Lex Trotman elextr at xxxxx
Wed Aug 3 23:34:27 UTC 2011


2011/8/4 Filip Gruszczyński <gruszczy at gmail.com>:
> Hi!
>
> I am writing a small plugin that will integrate pyflakes into Geany. I
> have managed to spawn pyflakes process and retrieve information from
> pyflakes and now I have to use it to decorate some text in code or
> maybe add some icons to the line numbers bar on the left. I took a
> look at GeanyDocument and GeanyEditor, but I don't see any functions
> that could be used for that. Could you advise me a little, what should
> I use?

You will have to communicate with Scintilla, see the wrapper functions
in the plugin interface.

Cheers
Lex

>
> --
> Filip Gruszczyński
> _______________________________________________
> Geany mailing list
> Geany at uvena.de
> https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
>



More information about the Users mailing list