[Gimp-developer] Development environment

2012-12-01 Thread scl
Hi, as I'm currently getting deeper into GIMP development, I'm considering which tools to use beside the already known git, jhbuild, make, autotools etc. I mean which IDE, Git (GUI) client etc. do you use? Because I know that this question can lead to animated discussions, I'm explicitly not

Re: [Gimp-developer] Development environment

2012-12-01 Thread Elle Stone
I'm sure other people will have better answers. Q: What is the tool that you use for Gimp development (ex: Vim, Emacs, Eclipse, Netbeans, Anjuta, ...)? A: code editor (Geany) + a virtual terminal + valgrind + GDB Q: Does your development environment support direct compilation (answer Yes or

Re: [Gimp-developer] Development environment

2012-12-01 Thread Vincent Cadet
Hi Elle. --- En date de : Sam 1.12.12, Elle Stone l.elle.st...@gmail.com a écrit : I'm sure other people will have better answers. Q: What is the tool that you use for Gimp development (ex: Vim, Emacs, Eclipse, Netbeans, Anjuta, ...)? A: code editor (Geany) + a virtual terminal +

Re: [Gimp-developer] [Script-fu] How to convert a path to a selection?

2012-12-01 Thread Vio
regarding a question from last 01 Mar 2012, I hit the same wall today. Managed to get a solution working. Essentially, there is no bug in Gimp, the initial call (of March 1st post) was formulated incorrectly: you forgot to use the 'car' thingie, hence got a bad data type returned into your

Re: [Gimp-developer] Development environment

2012-12-01 Thread Michael Henning
Q: What is the tool that you use for Gimp development (ex: Vim, Emacs, Eclipse, Netbeans, Anjuta, ...)? I use gedit and xterm, and then just alt-tab between them. All revision control for me is done on the command line. Sometimes I open up separate terminals for git-related stuff and for