Re: [Gimp-developer] Fix some errors and usage of deprecated procedures

2011-02-23 Thread Carol Spears
On Tue, Feb 22, 2011 at 11:31:40PM -0500, Liam R E Quin wrote: On Tue, 2011-02-22 at 23:22 -0500, Kevin Cozens wrote: Liam R E Quin wrote: What would it take to provide this as an online service, for people with existing scripts? It wouldn't take much to put it online. [...] It

Re: [Gimp-developer] Source code for pre-1.0 versions of GIMP

2011-02-23 Thread Kevin Cozens
Carol Spears wrote: i would really really like to have some gimp source from between gimp-0.60 and gimp-0.9 -- if anyone has kept something like that around. You will have to do a bit of digging to find anything between those two releases. Old versions of GIMP source are available via GIMP's

[Gimp-developer] Development environment

2011-02-23 Thread Malix0
Hi, which development environmento do you use for Gimp? Do You use an IDE or just vi or emacs? I like to know which is the best way to start with Gimp development. I think that fot the beginners an IDE will be helpful, but expert programmers tend to use just an advanced editor. For example

Re: [Gimp-developer] Development environment

2011-02-23 Thread Malix0
What you think about a questionnaire? I try to write a draft, please add to this draft whatever you think is relevant. -- QUESTIONNAIRE START -- Q: What is the tool that you use for Gimp development (ex: Vim, Emacs, Eclipse, Anjuta, ...) ? A: Q: Your

Re: [Gimp-developer] Development environment

2011-02-23 Thread Martin Nordholts
Tool: Emacs + https://github.com/Enselic/enselic-home/tree/master/elisp Direct compilation: Yes, with M-x compile and M-x flymake-mode Code completion: Kind of, Emacs supports tab-completion for symbols in all buffers, so if I have the relevant headers open, I have tab-completion for e.g. all