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
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
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
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 :)
_
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
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
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
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
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