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

2010-11-02 Thread Nick Treleaven
On Fri, 29 Oct 2010 21:56:53 +0400 Eugene Arshinov wrote: > > I wasn't thinking of brace autoindentation. In that case perhaps it's > > simpler to add a HTML-specific setting to disable tag autoindentation. > > > > It makes sense, but since now I could not find an acceptable way to > implement

Re: [Geany-devel] Unhide preferences

2010-11-02 Thread Nick Treleaven
On Fri, 29 Oct 2010 20:57:52 +0300 Dimitar Zhekov wrote: > > BTW if you don't like using Glade you can add the tab manually, like > > the VTE does. Maybe the interface.c code could be moved elsewhere. > > What I don't like is the glade-2/glade-3 situation... Anyway, I > recreated the interface w

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 wrote: > On Fri, 29 Oct 2010 18:22:17 +0100 > Nick Treleaven wrote: > > > > > > 2. ui_editable_insert_text_callback() checks only the first character > > > > > (assuming typing?), so you can, say, paste 1boza in Go to line. > > > > > > > > I ca

Re: [Geany-devel] Unhide preferences

2010-11-02 Thread Dimitar Zhekov
On Tue, 2 Nov 2010 15:14:16 + Nick Treleaven wrote: > Can you send the geany.glade patch then? Otherwise the changes will be > lost in future. Here. I included the full patch, because the widget number suffixes are different. Applies with some offsets, but is still OK. -- E-gards: Jimmy --

Re: [Geany-devel] g_file_replace_contents patch - Re: Safe file saving - permissions issue

2010-11-02 Thread Nick Treleaven
On Fri, 10 Sep 2010 15:35:59 +0100 Nick Treleaven wrote: > I've still been using a GLib 2.14 system (so haven't personally tested > this), but I think we ought to try using GIO for document saving as it > may fix the network file truncation problems. > > I attach an edited version of Алексей's p

[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 shoul

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_BRAC

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 wrote: > On Fri, 29 Oct 2010 21:56:53 +0400 > Eugene Arshinov wrote: > > > > I wasn't thinking of brace autoindentation. In that case perhaps > > > it's simpler to add a HTML-specific setting to disable tag > > > autoindentation. > > > > > > >

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

2010-11-02 Thread Lex Trotman
On 3 November 2010 05:19, shan chak 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 position >> >

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 shoul