Re: [Geany-Devel] Python filetype 2 or 3 or both?

2013-01-25 Thread Colomban Wendling
Le 23/01/2013 06:17, Lex Trotman a écrit : Hi All, We have only one Python filetype, but Python has two versions. There are some differences between them in terms of keywords and builtins. For example exec, nonlocal, True, False and None are not keywords for Python 2 but are for 3.

Re: [Geany-Devel] Python filetype 2 or 3 or both?

2013-01-25 Thread Matthew Brush
On 13-01-22 09:17 PM, Lex Trotman wrote: Hi All, We have only one Python filetype, but Python has two versions. There are some differences between them in terms of keywords and builtins. For example exec, nonlocal, True, False and None are not keywords for Python 2 but are for 3. And print

[Geany-Devel] Some comments on b4n regex-indent

2013-01-25 Thread Lex Trotman
Hi Colomban, Here are some comments on the subject branch. Solutions left as an exercise for the reader since I don't have any ;) C language, which I assume represents all {} languages 1. Indents relative to the previous line, that means that (tabs, width=4): if(long more){ blah;