Re: [Geany-devel] ui_editable_insert_text_callback

2010-11-02 Thread Nick Treleaven
On Sat, 30 Oct 2010 16:45:06 +0300 Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Fri, 29 Oct 2010 18:22:17 +0100 Nick Treleaven nick.trelea...@btinternet.com wrote: 2. ui_editable_insert_text_callback() checks only the first character (assuming typing?), so you can, say, paste

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

2010-11-02 Thread Nick Treleaven
Hi list, To workaround bug(s) in GVFS, I've now changed the file saving implementation for systems with GIO in SVN trunk. See also: http://lists.uvena.de/geany-devel/2010-November/003412.html Please help test this. File permissions should be preserved after saving, and disk space exhaustion

Re: [Geany-devel] Auto-close parenthesis - ID: 2957958 Need Info

2010-11-02 Thread shan chak
Hi, Thanks Lex, The problem is in file editor.c function auto_close_char Line:1397 In the switch-case block the ifs have a compulsory condition which is end_pos == -1 , as far as I understand end_pos is the current position of the brace ( caret ) returned by SSM(sci, SCI_BRACEMATCH,

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

2010-11-02 Thread Eugene Arshinov
On Tue, 2 Nov 2010 15:13:12 +% Nick Treleaven nick.trelea...@btinternet.com wrote: On Fri, 29 Oct 2010 21:56:53 +0400 Eugene Arshinov earshi...@gmail.com wrote: I wasn't thinking of brace autoindentation. In that case perhaps it's simpler to add a HTML-specific setting to disable

Re: [Geany-devel] Auto-close parenthesis - ID: 2957958 Need Info

2010-11-02 Thread Lex Trotman
On 3 November 2010 05:19, shan chak shankhol...@gmail.com wrote: Hi, Thanks Lex, The problem is in file editor.c function auto_close_char Line:1397 In the switch-case block the ifs have a compulsory condition which is end_pos == -1 , as far as I understand end_pos is the current

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

2010-11-02 Thread Colomban Wendling
Le 02/11/2010 19:11, Nick Treleaven a écrit : Hi list, To workaround bug(s) in GVFS, I've now changed the file saving implementation for systems with GIO in SVN trunk. See also: http://lists.uvena.de/geany-devel/2010-November/003412.html Please help test this. File permissions should be