Re: [Geany-devel] Devhelp integration plugin

2011-03-08 Thread Frank Lanitz
Am 06.03.2011 14:01, schrieb Thomas Martitz: Am 06.03.2011 13:36, schrieb Enrico Tröger: 2) Is it possible to continue using Git (on GitHub) and still commit to geany-projects SVN at the same time (when code on Git is good enough to go into the official Projects SVN)? I'm pretty new with VCS

Re: [Geany-devel] Devhelp integration plugin

2011-03-08 Thread Thomas Martitz
On 08.03.2011 15:15, Frank Lanitz wrote: Am 06.03.2011 14:01, schrieb Thomas Martitz: Am 06.03.2011 13:36, schrieb Enrico Tröger: 2) Is it possible to continue using Git (on GitHub) and still commit to geany-projects SVN at the same time (when code on Git is good enough to go into the official

Re: [Geany-devel] Devhelp integration plugin

2011-03-08 Thread Frank Lanitz
Am 08.03.2011 15:18, schrieb Thomas Martitz: On 08.03.2011 15:15, Frank Lanitz wrote: Am 06.03.2011 14:01, schrieb Thomas Martitz: Am 06.03.2011 13:36, schrieb Enrico Tröger: 2) Is it possible to continue using Git (on GitHub) and still commit to geany-projects SVN at the same time (when code

Re: [Geany-devel] Devhelp integration plugin

2011-03-08 Thread Frank Lanitz
Am 08.03.2011 16:31, schrieb Thomas Martitz: On 08.03.2011 16:26, Matthew Brush wrote: Does this sound reasonable? Yep, that's the usual git-svn workflow :) I agree ;) Cheers, Frank ___ Geany-devel mailing list Geany-devel@uvena.de

[Geany-devel] Tasks list for projects

2011-03-08 Thread Росен Стоянов
Hey guys, First of all i want to say that i really appreciate the work you've been doing on making Geany such a great IDE. Keep up the good work! I don't know if this is the right way to do it, but i want to suggest a feature for the Task list plugin (part of addons). The thing it needs is

Re: [Geany-devel] Tasks list for projects

2011-03-08 Thread Frank Lanitz
Am 08.03.2011 16:51, schrieb Росен Стоянов: Hey guys, First of all i want to say that i really appreciate the work you've been doing on making Geany such a great IDE. Keep up the good work! I don't know if this is the right way to do it, but i want to suggest a feature for the Task list

Re: [Geany-devel] Tasks list for projects

2011-03-08 Thread Enrico Tröger
On Tue, 08 Mar 2011 17:10:03 +0100, Frank wrote: Am 08.03.2011 16:51, schrieb Росен Стоянов: Hey guys, First of all i want to say that i really appreciate the work you've been doing on making Geany such a great IDE. Keep up the good work! I don't know if this is the right way to do it,

Re: [Geany-devel] Ideas on increasing quality of plugins

2011-03-08 Thread Frank Lanitz
On Tue, 8 Mar 2011 19:58:16 +0100 Enrico Tröger enrico.troe...@uvena.de wrote: On Tue, 08 Mar 2011 11:06:16 +0100, Frank wrote: Am 23.02.2011 01:10, schrieb Matthew Brush: For first thing, maybe we could enforce use/passing of those tools mentioned and these before adding to release,

Re: [Geany-devel] save find settings

2011-03-08 Thread Enrico Tröger
On Sun, 6 Mar 2011 18:12:25 +0200, Dimitar wrote: On Sun, 6 Mar 2011 15:53:48 +0100 Enrico Tröger enrico.troe...@uvena.de wrote: Anyway, your patch is committed, thanks a bunch. I added another small change afterwards which should remain the saved state for 'case sensitive' even if regex is

Re: [Geany-devel] Tasks list for projects

2011-03-08 Thread Росен Стоянов
Looping through all the files might be somewhat slow, so i guess it would be better to check the files at the project's opening and only update the Tasks List when a file is saved. Sadly i can't help with the implementation because my knowledge of the C language is pretty basic.. If the plugins

Re: [Geany-devel] Tasks list for projects

2011-03-08 Thread Matthew Brush
On 03/08/11 12:12, Росен Стоянов wrote: If the plugins interface had a JavaScript implementation, i would gladly write plugins 24/7 :D This isn't too far off, actually. AFAIK GJS[1] has DBus[2] bindings, and Geany DBus[3] support is on the way. For now, you could use Vala[4] to write

Re: [Geany-devel] Ideas on increasing quality of plugins

2011-03-08 Thread Colomban Wendling
Le 08/03/2011 19:58, Enrico Tröger a écrit : On Tue, 08 Mar 2011 11:06:16 +0100, Frank wrote: Am 23.02.2011 01:10, schrieb Matthew Brush: For first thing, maybe we could enforce use/passing of those tools mentioned and these before adding to release, examples: http://www.splint.org/

Re: [Geany-devel] Adding .gitignore files to geany-plugins

2011-03-08 Thread Thomas Martitz
git-svn supports svn:ignore property, perhaps use that instead. See git svn create-ignore/show-ignore. Best regards. ___ Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Re: [Geany-devel] Adding .gitignore files to geany-plugins

2011-03-08 Thread Matthew Brush
On 03/08/11 17:55, Thomas Martitz wrote: git-svn supports svn:ignore property, perhaps use that instead. See git svn create-ignore/show-ignore. Good to know. But I ran git svn show-ignore and the list of excludes it printed doesn't seem nearly complete. Is it that the svn:ignore properties