Hi all, We're planning to make a Geany 0.20 release once everything is ready. Probably this will be around December 20th.
So if anyone wants to help test SVN trunk, now's a good time to do so: http://www.geany.org/Download/SVN
That link also has nightly tarballs and some binaries too. The SVN version may be buggy and as always there are no guarantees, but I find it quite stable and use it every day. Backup your data.
For plugin developers, it would be great if you can test your plugin against Geany SVN trunk and update it if necessary.
Regards, Nick
On Fri, 3 Dec 2010 17:12:21 +0000 Nick Treleaven nick.treleaven@btinternet.com wrote:
We're planning to make a Geany 0.20 release once everything is ready. Probably this will be around December 20th.
That being the case, I'm sending the minimum of VTE fixes: the two crashes from my "load_vte and vc checks" message, and hiding of "Send Selection to Terminal" based on have_vte instead of load_vte.
To reproduce:
Start geany -t and choose "Send Selection to Terminal".
Start geany normally, uncheck "Load virtual terminal support", restart, check "Load virtual terminal support" and press Ctrl+A.
P.S. I decided to add a comment about have_vte and load_vte in vte.h, since it seems a common misunderstanding.
On Mon, 6 Dec 2010 20:43:31 +0200 Dimitar Zhekov dimitar.zhekov@gmail.com wrote:
That being the case, I'm sending the minimum of VTE fixes: the two crashes from my "load_vte and vc checks" message, and hiding of "Send Selection to Terminal" based on have_vte instead of load_vte.
To reproduce:
Start geany -t and choose "Send Selection to Terminal".
Start geany normally, uncheck "Load virtual terminal support", restart, check "Load virtual terminal support" and press Ctrl+A.
Thanks, applied.
Nick