Re: [Geany-devel] plugins.geany.org update - contents now generated from the latest Geany-Plugins release

2011-12-18 Thread Enrico Tröger
On Sat, 17 Dec 2011 18:05:17 +0100, Dominic wrote: >Am Samstag, den 17.12.2011, 17:05 +0100 schrieb Dominic Hopf: >> [1] https://github.com/dmaphy/plugins.geany.org/commits/master > >The repository has moved to the Geany organisation. New link: > >https://github.com/geany/plugins.geany.org/commits

Re: [Geany-devel] GP HACKING changes

2011-12-18 Thread Enrico Tröger
On Fri, 16 Dec 2011 16:42:53 +0100, Colomban wrote: >> P.S. Are commit mails working for Geany-Plugins? I didn't get one >> for this commit. > >I did receive the commit mail for the GP HACKING change so I guess it >works :) Already said on IRC, yes, they work. Matthew, are you subscribed to th

[Geany-devel] Detachable Tab

2011-12-18 Thread David Gomes
Hey, I'm David, a programmer and I wanted to make Geany tabs detachable. So I went added and got the source (from Github), and added a few lines in the file notebook.c: Line 478 /* enable tab drag and drop */ gtk_notebook_set_tab_detachable(GTK_NOTEBOOK(main_widgets.notebook), page, TRUE); g

Re: [Geany-devel] Detachable Tab

2011-12-18 Thread Colomban Wendling
Hi David, Le 18/12/2011 16:06, David Gomes a écrit : > Hey, I'm David, a programmer and I wanted to make Geany tabs detachable. > So I went added and got the source (from Github), and added a few lines > in the file notebook.c: > > Line 478 > /* enable tab drag and drop */ > gtk_notebook_set_

Re: [Geany-devel] plugins.geany.org update - contents now generated from the latest Geany-Plugins release

2011-12-18 Thread Alexander Petukhov
17.12.2011 20:05, Dominic Hopf пишет: Hi together, with today's commits [1] the behavior of the gencontent.sh has changed. The script now tries getting the README files from the latest Geany-Plugins release and not from git master anymore. For you as a plugin maintainer, this now means that you

Re: [Geany-devel] plugins.geany.org update - contents now generated from the latest Geany-Plugins release

2011-12-18 Thread Dominic Hopf
Am Sonntag, den 18.12.2011, 19:17 +0400 schrieb Alexander Petukhov: > Hi Dominic, > > I didn't get clear how to deal with the newly created branch after a > bug is fixed in it: push branch to github, merge with master and push > master or whatever? Can you pls give some more details. If you are g

Re: [Geany-devel] Moving MultiTerm plugin to Geany-Plugins

2011-12-18 Thread Colomban Wendling
Le 18/12/2011 06:07, Matthew Brush a écrit : > Hi, > > I just added the MultiTerm plugin to Geany-Plugins master branch. Please > let me know ASAP if it causes you any issues. It breaks the build from Git when the user ain't got valac. I committed a perfectable fix that simply checks whether AM_

Re: [Geany-devel] Moving MultiTerm plugin to Geany-Plugins

2011-12-18 Thread Colomban Wendling
Le 18/12/2011 16:52, Colomban Wendling a écrit : > Le 18/12/2011 06:07, Matthew Brush a écrit : >> Hi, >> >> I just added the MultiTerm plugin to Geany-Plugins master branch. Please >> let me know ASAP if it causes you any issues. > > It breaks the build from Git when the user ain't got valac. >

Re: [Geany-devel] GtkBuilder is in!

2011-12-18 Thread Enrico Tröger
On Sat, 10 Dec 2011 16:21:22 -0800, Matthew wrote: >Hi, > >I (finally) merged the gtkbuilder branch into master. I expect there >to be at least a few bugs, but it's been working quite well for some >time now. > >Please test and report any issues. I noticed one little weird thing: after starting

Re: [Geany-devel] Detachable Tab

2011-12-18 Thread David Gomes
Since I changed the name in the new_tab function of notebook.c, I expect all notebooks in Geany to have been changed, because all are notebook.c right? And yes, I know set_id is not necessary in GTK 3, so I just put both lol. I'm trying to achieve being able to send tabs from various geany notebo

Re: [Geany-devel] Geany-Plugins: git repo up and running

2011-12-18 Thread Thomas Martitz
Am 12.12.2011 14:54, schrieb Frank Lanitz: Hi folks, Just I case you missed the news inside the threads: the new git repo for geany-plugins is online and can be found at https://github.com/geany/geany-plugins So, what is the policy for geany-plugins now? Can everybody push to the master rep

Re: [Geany-devel] Detachable Tab

2011-12-18 Thread Matthew Brush
On 12/18/2011 09:13 AM, David Gomes wrote: Since I changed the name in the new_tab function of notebook.c, I expect all notebooks in Geany to have been changed, because all are notebook.c right? And yes, I know set_id is not necessary in GTK 3, so I just put both lol. I'm trying to achieve bein

Re: [Geany-devel] Moving MultiTerm plugin to Geany-Plugins

2011-12-18 Thread Matthew Brush
On 12/18/2011 07:57 AM, Colomban Wendling wrote: Le 18/12/2011 16:52, Colomban Wendling a écrit : Le 18/12/2011 06:07, Matthew Brush a écrit : Hi, I just added the MultiTerm plugin to Geany-Plugins master branch. Please let me know ASAP if it causes you any issues. It breaks the build from G

Re: [Geany-devel] Detachable Tab

2011-12-18 Thread Lex Trotman
On Mon, Dec 19, 2011 at 6:56 AM, Matthew Brush wrote: > On 12/18/2011 09:13 AM, David Gomes wrote: >> >> Since I changed the name in the new_tab function of notebook.c, I expect >> all notebooks in Geany to have been changed, because all are notebook.c >> right? >> >> And yes, I know set_id is not

Re: [Geany-devel] GtkBuilder is in!

2011-12-18 Thread Matthew Brush
On 12/18/2011 08:29 AM, Enrico Tröger wrote: On Sat, 10 Dec 2011 16:21:22 -0800, Matthew wrote: Hi, I (finally) merged the gtkbuilder branch into master. I expect there to be at least a few bugs, but it's been working quite well for some time now. Please test and report any issues. I notic

Re: [Geany-devel] GtkBuilder is in!

2011-12-18 Thread Matthew Brush
On 12/18/2011 08:29 AM, Enrico Tröger wrote: On Sat, 10 Dec 2011 16:21:22 -0800, Matthew wrote: Hi, I (finally) merged the gtkbuilder branch into master. I expect there to be at least a few bugs, but it's been working quite well for some time now. Please test and report any issues. I notic