Re: [Geany-devel] Scintilla considering using some C++0x features

2010-11-11 Thread Lex Trotman
On 12 November 2010 02:13, Nick Treleaven wrote: > Hi, > I've just read that Neil is considering using some C++0x features - I > think this isn't great for Geany's portability. I've replied on the > Scintilla mailing list. Anyone interested might want to follow the > discussion. > I've added the

Re: [Geany-devel] R Tags

2010-11-11 Thread Lex Trotman
On 12 November 2010 02:32, Nick Treleaven wrote: > On Thu, 11 Nov 2010 09:11:30 +1100 > Lex Trotman wrote: > >> > However, even if geany -g worked on .R files, the approach would be >> > difficult to apply in practice. It requires the user to specify .R >> > files, and given the structure of R pa

Re: [Geany-devel] HTML/XML autoindentation - Re: [PATCH] Some editor/snippets/keybindings enhancements

2010-11-11 Thread Nick Treleaven
On Wed, 10 Nov 2010 22:44:43 +0300 Eugene Arshinov wrote: > > I changed the code slightly to check whether the document uses the > > HTML/XML lexer rather than those filetypes, and to always read the > > property. This should allow other filetypes that have XML syntax to > > work also if the prop

Re: [Geany-devel] OT - threading - Re: Attempted python plugin

2010-11-11 Thread Colomban Wendling
Le 11/11/2010 16:20, Nick Treleaven a écrit : > On Thu, 11 Nov 2010 18:16:38 +1100 > Lex Trotman wrote: > >> PS for some reason your posts are not threading so I've lost you original >> code > > Looks fine to me in Sylpheed ;-) Same here, Icedove :) _

Re: [Geany-devel] R Tags

2010-11-11 Thread Nick Treleaven
On Thu, 11 Nov 2010 09:11:30 +1100 Lex Trotman wrote: > > However, even if geany -g worked on .R files, the approach would be > > difficult to apply in practice. It requires the user to specify .R > > files, and given the structure of R packages this could be a quickly > > become tedious. It woul

[Geany-devel] OT - threading - Re: Attempted python plugin

2010-11-11 Thread Nick Treleaven
On Thu, 11 Nov 2010 18:16:38 +1100 Lex Trotman wrote: > PS for some reason your posts are not threading so I've lost you original code Looks fine to me in Sylpheed ;-) Nick ___ Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bi

[Geany-devel] Scintilla considering using some C++0x features

2010-11-11 Thread Nick Treleaven
Hi, I've just read that Neil is considering using some C++0x features - I think this isn't great for Geany's portability. I've replied on the Scintilla mailing list. Anyone interested might want to follow the discussion. Nick ___ Geany-devel mailing list

Re: [Geany-devel] Small indentation bug fix

2010-11-11 Thread Nick Treleaven
On Thu, 11 Nov 2010 00:32:25 -0500 david wrote: > Hi, > > I noticed this small bug with snippet indentation. > > The indentation is based on the total number of whitespace in the line, > not the total number of _indenting_ whitespace in the line. Indenting > whitespace is all whitespace before

Re: [Geany-devel] Changed file saving implementation for systems with GIO

2010-11-11 Thread Nick Treleaven
On Wed, 10 Nov 2010 21:23:18 +0200 Dimitar Zhekov wrote: > > > Why fake 0 errno as EIO? g_file_set_contents() doesn't, and *strerror() > > > returns something for 0, usually "Error 0". > > > > GLib says to use g_strerror, which says 'Success', which is confusing. > > It is, but "Input/output er