Re: [Geany-devel] Usage of plugin_help()

2012-03-08 Thread WILLIAM FRASER
Well... which means its not really defined what the user will expectonce he push the button. Therefore we do have at least 2.5 major behaviors:- Geany is calling a browser and opening a webpage with info (spellcheck plugin) - Its opening a message window with * a short info about plugin (e.g

Re: [Geany-devel] small leak in keyfile.c

2012-03-08 Thread Colomban Wendling
Le 08/03/2012 18:06, Dimitar Zhekov a écrit : > Hi, > > configuration_reload_default_session() does not free configfile. > Patch attached. Thanks, committed. Cheers, Colomban ___ Geany-devel mailing list Geany-devel@uvena.de https://lists.uvena.de/cgi-

Re: [Geany-devel] run command in terminal window

2012-03-08 Thread Dimitar Zhekov
On Thu, 8 Mar 2012 14:01:08 + Tim Mason wrote: > I have a couple of simple plugins that open an external console window > (e.g. gnome-terminal or konsole) and run a command. Is there any way > to make the command run in the Terminal window (VTE) instead? No. Geany VTE support is compile-time

Re: [Geany-devel] Fwd: Security issue in Terminal

2012-03-08 Thread Colomban Wendling
Le 08/03/2012 17:31, Johann SAUNIER a écrit : > Which distros are still mounting /tmp on the hard drive rather than on a > tmpfs file system ? Not Debian Sid obviously: $ /bin/df -h /tmp/ Filesystem Size Used Avail Use% Mounted on tmpfs 767M 67M 700M 9% /tmp ...but Debian St

[Geany-devel] small leak in keyfile.c

2012-03-08 Thread Dimitar Zhekov
Hi, configuration_reload_default_session() does not free configfile. Patch attached. -- E-gards: Jimmy >From 3d30dfbc23c26928ab98950ed6cc89b8eb48e898 Mon Sep 17 00:00:00 2001 From: Dimitar Zhekov Date: Thu, 8 Mar 2012 18:53:23 +0200 Subject: [PATCH] free configfile in configuration_reload_defau

Re: [Geany-devel] Fwd: Security issue in Terminal

2012-03-08 Thread Johann SAUNIER
Which distros are still mounting /tmp on the hard drive rather than on a tmpfs file system ? Le 8 mars 2012 00:20, "Matthew Brush" a écrit : > > Hi all, > > Just forwarding this along from the Xfce list as Geany (and many other > programs) also use this same library for the Terminal feature. I'm

[Geany-devel] run command in terminal window

2012-03-08 Thread Tim Mason
Hello, I have a couple of simple plugins that open an external console window (e.g. gnome-terminal or konsole) and run a command. Is there any way to make the command run in the Terminal window (VTE) instead? (NB: I experimented with using utils_spawn_sync and open results in an editor window (si