Re: [Geany-Devel] Any votes for a Project-Tree plugin?

2014-04-24 Thread Oly
I have pushed a newer version, cleaned up the code quite a bit and put some short comments in on what each method does, still plenty to clean up but hopefully a bit easy to look out now. I even fixed a few bugs :) On Fri, Apr 18, 2014 at 9:56 AM, Oly oly...@gmail.com wrote: Martin i just

[Geany-Devel] Geanypy bug

2014-04-24 Thread Pavel Roschin
I copied console.py in my home config dir (~/.config/geany/geanypy/plugins) and forgot to rename it (but file content and plugin name was changed). After that I had doubled plugin set in Python Plugin Manager:) In short if you have two plugins with same file name in /usr and in ~/.config you will

Re: [Geany-Devel] Geanypy bug

2014-04-24 Thread Matthew Brush
On 14-04-24 12:44 PM, Pavel Roschin wrote: I copied console.py in my home config dir (~/.config/geany/geanypy/plugins) and forgot to rename it (but file content and plugin name was changed). After that I had doubled plugin set in Python Plugin Manager:) What is the expected behaviour? Should

Re: [Geany-Devel] Geanypy bug

2014-04-24 Thread Lex Trotman
On 25 April 2014 14:32, Pavel Roschin ros...@scriptumplus.ru wrote: I think, admittedly without testing, that you will get this erm feature with normal plugins too. The name is just for human consumption, all Geany cares about is the file. It duplicates *all* plugins, not only one plugin

[Geany-Devel] Python question

2014-04-24 Thread Pavel Roschin
I'm played with GeanyPy plugin and faced with a problem. Here is the source code I created to get current document from sidebar: def press(self, widget, event, data=None): if event.button != 2: return mod, it =