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

2014-04-26 Thread Martin Andrews
Thanks for pushing the newer version. Actually, I've got a fair distance into rolling my own thing as a Python geany plugin in the meantime. Unfortunately (for me) the majority of the week was spent battling with drag-and-drop functions for my specific tree thing. Grrr. On the plus side, it's n

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 wrote: > Martin i just pushed the code, only

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

2014-04-18 Thread Oly
Martin i just pushed the code, only tested using geanypy in my repo which should be the latest, i think it pulls from git automatically and repackages it for me. i normally checkout the projects and symlink them into the geanypy folder, if you get stuck ping me on irc g+ or email with the error an

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

2014-04-18 Thread Lex Trotman
[...] > > > > The root problem is that geanypy is a plugin at all! In the sense that being a plugin causes the restrictions you list below, yes. But its only because the plugin interface does not contemplate the situation of one plugin being a "proxy" for several others. Matthew did a great job

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

2014-04-18 Thread Francesco OpenCode Apruzzese
Il 18/04/2014 10:13, Thomas Martitz ha scritto: The support for non-C plugins should be in the core as well, +1 ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

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

2014-04-18 Thread Thomas Martitz
Am 17.04.2014 13:40, schrieb Lex Trotman: On 17 April 2014 21:17, Frank Lanitz wrote: Am 17.04.2014 12:59, schrieb Oly: yeah, i also have a snippet plugin and a python code checker plugin on my launchpad and there is a ppa for them as well, i am just not that good at promoting them, i just use

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

2014-04-18 Thread Martin Andrews
> martin I will push the code for my project view sometime this weekend, got a few things on so not sure when i will get a minute. Oly : Thank you - I've just installed the geanypy from upstream ( https://github.com/codebrainz/geanypy) to play with. Lex : For the "packaging issues" : I understand

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

2014-04-18 Thread Oly
I would like to get some of my plugins into the main plugin list, perhaps i could create a pull request for one and we can use it as a test, i dont mind supporting it and fixing bugs the only part i dont really know anything about is the automake side of things. I will perhaps push the python code

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

2014-04-17 Thread Lex Trotman
[...] > > On the packaging side, it would be great to have the incentive of getting > something onto the standard packaging system, since then it becomes a > simpler (more incremental) task to 'stay current' with geany, and not get > left behind (as happened with my previous SciTE dependency). To

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

2014-04-17 Thread Martin Andrews
Oly : If your geany-project-manager has its own 'tree-view' (as in the screen-shot), then that may be perfect for me to tinker with ... The browser & database stuff (while very interesting) isn't on my critical list : All the same, could you do a push of your latest code (assuming that it least d

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

2014-04-17 Thread Matthew Brush
On 14-04-17 12:25 PM, Martin Andrews wrote: Sorry to follow up (late) to your first email. Regarding functionality, I've looked at geanyprj and gproject, and neither do what I'm thinking exactly : gproject : The files are viewed in a nice tree, however that tree reflects the disk layout, rather

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

2014-04-17 Thread Lex Trotman
[...] > So: As it stands, enhancing geanyprj seems like it could be decent > approach. Or forking it, since it's overview makes it sound as if its > purpose is to dip into lots of projects/codebases, rather than enable good > organization of a single project (and context changes, if opened in a >

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

2014-04-17 Thread Matthew Brush
On 14-04-17 04:43 AM, Frank Lanitz wrote: Am 17.04.2014 13:40, schrieb Lex Trotman: On 17 April 2014 21:17, Frank Lanitz wrote: Am 17.04.2014 12:59, schrieb Oly: yeah, i also have a snippet plugin and a python code checker plugin on my launchpad and there is a ppa for them as well, i am just

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

2014-04-17 Thread Frank Lanitz
Am 17.04.2014 13:40, schrieb Lex Trotman: > On 17 April 2014 21:17, Frank Lanitz wrote: >> Am 17.04.2014 12:59, schrieb Oly: >>> yeah, i also have a snippet plugin and a python code checker plugin on my >>> launchpad and there is a ppa for them as well, i am just not that good at >>> promoting the

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

2014-04-17 Thread Lex Trotman
On 17 April 2014 21:17, Frank Lanitz wrote: > Am 17.04.2014 12:59, schrieb Oly: >> yeah, i also have a snippet plugin and a python code checker plugin on my >> launchpad and there is a ppa for them as well, i am just not that good at >> promoting them, i just use them for work :) > > Maybe you can

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

2014-04-17 Thread Frank Lanitz
Am 17.04.2014 12:59, schrieb Oly: > yeah, i also have a snippet plugin and a python code checker plugin on my > launchpad and there is a ppa for them as well, i am just not that good at > promoting them, i just use them for work :) Maybe you can spread it a little? Maybe we could add at least some

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

2014-04-17 Thread Oly
yeah, i also have a snippet plugin and a python code checker plugin on my launchpad and there is a ppa for them as well, i am just not that good at promoting them, i just use them for work :) On Thu, Apr 17, 2014 at 11:55 AM, Lex Trotman wrote: > On 17 April 2014 20:32, Oly wrote: > > You can

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

2014-04-17 Thread Lex Trotman
On 17 April 2014 20:32, Oly wrote: > You can add a third to that list :) > > https://code.launchpad.net/~oly/geany-project-manager/trunk > > I am still working on it but not pushed for a while, currently implementing > browser and database functionality to it, very slowly i will add. > > I can pus

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

2014-04-17 Thread Oly
You can add a third to that list :) https://code.launchpad.net/~oly/geany-project-manager/trunk I am still working on it but not pushed for a while, currently implementing browser and database functionality to it, very slowly i will add. I can push up a newer version if anyone want to try it out

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

2014-04-17 Thread Lex Trotman
[...] >>> If this already exists, please let me know : I don't want to reinvent the >>> wheel. >> >> Have you looked at the two existing project plugins, Geanyprj and >> GProject and do they do what you want. > > Not sure whether one of them can be used as basis -- but ... I think a > lot of peobĀ“p

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

2014-04-17 Thread Frank Lanitz
Am 17.04.2014 02:42, schrieb Lex Trotman: > On 17 April 2014 00:34, Martin Andrews wrote: >> I originally started programming on a Borland IDE, which allowed me to place >> my projects files into a tree that was independent of their layout on disk. >> >> I became so attached to it, I helped reimpl

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

2014-04-16 Thread Lex Trotman
On 17 April 2014 00:34, Martin Andrews wrote: > I originally started programming on a Borland IDE, which allowed me to place > my projects files into a tree that was independent of their layout on disk. > > I became so attached to it, I helped reimplement similar functionality for > SciTE (scitepm