2011/8/4 Filip Gruszczyński <[email protected]>: > 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 > [email protected] > https://lists.uvena.de/cgi-bin/mailman/listinfo/geany > _______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
