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

2011-03-08 Thread Lex Trotman
Hi Colomban, Agree with most, comment on the rest below. On 9 March 2011 14:00, Colomban Wendling wrote: > Le 08/03/2011 22:29, Colomban Wendling a écrit : >> 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 M

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

2011-03-08 Thread Lex Trotman
On 9 March 2011 09:11, Matthew Brush wrote: > On 03/08/11 10:58, Enrico Tröger wrote: >> >> As I'm currently reworking the system to create the nightly builds, we >> could integrate such checks into the nightly builds, maybe run cppcheck >> on the sources after the builds and present the results s

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

2011-03-08 Thread Colomban Wendling
Le 08/03/2011 22:29, Colomban Wendling a écrit : > 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 bef

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 an

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

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

2011-03-08 Thread Matthew Brush
Hi, I wanted to see if anyone thought it would a good idea to add .gitignore files in a few places to make it easier for using Git. Unless I'm missing something (which is highly likely), people who are using Git or git-svn for development are making their own accommodations for keeping built

Re: [Geany-devel] save find settings

2011-03-08 Thread Lex Trotman
2011/3/9 Enrico Tröger : > On Tue, 8 Mar 2011 13:33:29 +1100, Lex wrote: > >>On 8 March 2011 04:33, Dimitar Zhekov wrote: >>> On Mon, 7 Mar 2011 11:15:27 +1100 >>> Lex Trotman wrote: >>> It just occurred to me that the case insensitive setting for regex search and the case insensitive s

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

2011-03-08 Thread Matthew Brush
On 03/08/11 10:58, Enrico Tröger wrote: As I'm currently reworking the system to create the nightly builds, we could integrate such checks into the nightly builds, maybe run cppcheck on the sources after the builds and present the results somewhere on nightly.geany.org. A couple ideas: 1) Pars

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.

Re: [Geany-devel] Tasks list for projects

2011-03-08 Thread Matthew Brush
On 03/08/11 13:03, Росен Стоянов wrote: Can you give me some useful material to read and a guide how to compile and run the plugins? http://www.geany.org/manual/reference/ and especially http://www.geany.org/manual/reference/howto.html I have experience with languages like php and js so it's k

Re: [Geany-devel] Tasks list for projects

2011-03-08 Thread Росен Стоянов
Thanks @Matthew for the info, but I'd rather use C (we're learning C/C++ at school but we've just covered new and delete operators..). Can you give me some useful material to read and a guide how to compile and run the plugins? I have experience with languages like php and js so it's kind of easy t

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 plugin

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 int

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 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 checked. Hop

Re: [Geany-devel] save find settings

2011-03-08 Thread Enrico Tröger
On Tue, 8 Mar 2011 13:33:29 +1100, Lex wrote: >On 8 March 2011 04:33, Dimitar Zhekov wrote: >> On Mon, 7 Mar 2011 11:15:27 +1100 >> Lex Trotman wrote: >> >>> It just occurred to me that the case insensitive setting for regex >>> search and the case insensitive setting for non-regex search are >>

Re: [Geany-devel] Tasks list for projects

2011-03-08 Thread Frank Lanitz
On Tue, 8 Mar 2011 20:01:27 +0100 Enrico Tröger wrote: > 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 ID

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 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, examples: > >> htt

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

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

2011-03-08 Thread Enrico Tröger
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/ >> http://valgrind.org/info/tools.html >> (suppre

Re: [Geany-devel] Real-time tag parsing (again) (was Geany FTW - better autocompletion)

2011-03-08 Thread Enrico Tröger
On Mon, 07 Mar 2011 03:50:29 +0100, Colomban wrote: >Le 06/03/2011 15:49, Enrico Tröger a écrit : >> On Sun, 06 Mar 2011 15:29:24 +0100, Colomban wrote: >> >> - you use va_copy() in MIO. va_copy is C99 while all the other va_* functions are C89. So far, we tried to stay compatible with

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

[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 supp

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 http://

Re: [Geany-devel] Devhelp integration plugin

2011-03-08 Thread Thomas Martitz
On 08.03.2011 16:26, Matthew Brush wrote: Does this sound reasonable? Yep, that's the usual git-svn workflow :) Best regards. ___ Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Re: [Geany-devel] Devhelp integration plugin

2011-03-08 Thread Matthew Brush
On 03/08/11 06: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 Pr

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

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 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

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

2011-03-08 Thread Frank Lanitz
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/ > http://valgrind.org/info/tools.html > (suppression for GTK - http://people.gnome.org/~johan/gtk.suppr