Re: [Geany-devel] public ui_setup_open_button_callback

2012-04-05 Thread Lex Trotman
On 6 April 2012 06:03, Matthew Brush wrote: > On 12-04-05 11:56 AM, Dimitar Zhekov wrote: >> >> Hi, >> >> Currently UIUtilsFuncs contain ui_path_box_new(), so a >> file-chooser-dialog button can be created programatically in a plugin. >> But there's no ui_setup_open_button_callback(), so it's impo

Re: [Geany-devel] public ui_setup_open_button_callback

2012-04-05 Thread Matthew Brush
On 12-04-05 11:56 AM, Dimitar Zhekov wrote: Hi, Currently UIUtilsFuncs contain ui_path_box_new(), so a file-chooser-dialog button can be created programatically in a plugin. But there's no ui_setup_open_button_callback(), so it's impossible to load such a button from a .glade file and setup it,

[Geany-devel] public ui_setup_open_button_callback

2012-04-05 Thread Dimitar Zhekov
Hi, Currently UIUtilsFuncs contain ui_path_box_new(), so a file-chooser-dialog button can be created programatically in a plugin. But there's no ui_setup_open_button_callback(), so it's impossible to load such a button from a .glade file and setup it, as in Geany. geanyprj uses ui_path_box_new(),

Re: [Geany-devel] Small additions to stash

2012-04-05 Thread Dimitar Zhekov
On Thu, 05 Apr 2012 17:20:44 +0100 Nick Treleaven wrote: > On 04/04/2012 19:58, Dimitar Zhekov wrote: > > Hi, > > > > How about some $subject? Namely: > > > > Include stash_group_set_use_defaults() in plugin StashFuncs. I'm not > > using it any more, but it's a nice thing to have. > > I'm not co

Re: [Geany-devel] Small additions to stash

2012-04-05 Thread Nick Treleaven
On 04/04/2012 19:58, Dimitar Zhekov wrote: Hi, How about some $subject? Namely: Include stash_group_set_use_defaults() in plugin StashFuncs. I'm not using it any more, but it's a nice thing to have. I'm not convinced we should support that publicly. It puts a burden on the implementation for

[Geany-devel] Hi!

2012-04-05 Thread David Gomes
Hi, I'm David, and I want to start helping out with Geany development. https://github.com/geany/geany/pull/36 I started by simplifying rstrip-whitespace.py. It seemed really complex. However, I'm not sure if you were doing anything special when removing trailing white space, because the code I m

Re: [Geany-devel] file attributes on a linux system

2012-04-05 Thread worthspending
I know. It is just one of those things. I didn't even think about it until I read "save as" didn't apply the +x attribute. Quite frankly, I simply forgot that the Tree Browser was a plugin. Sorry. On Thu, Apr 5, 2012 at 4:53 AM, Lex Trotman wrote: > On 5 April 2012 19:40, worthspending wrot

Re: [Geany-devel] file attributes on a linux system

2012-04-05 Thread Lex Trotman
On 5 April 2012 19:40, worthspending wrote: > The question of how new files don't have +x using "save as" and do have +x > might be answered with the following observation. > > - Create a new file File->New, then, File->Save, then, check the attribute: >  No +x on the new file > - Create a new fil

Re: [Geany-devel] file attributes on a linux system

2012-04-05 Thread worthspending
The question of how new files don't have +x using "save as" and do have +x might be answered with the following observation. - Create a new file File->New, then, File->Save, then, check the attribute: No +x on the new file - Create a new file File->New, then, File->Save As, then, check the attrib

Re: [Geany-devel] [geany-plugins] SCN_DWELLEND when cursor leaves an editor window

2012-04-05 Thread Lex Trotman
On 5 April 2012 16:03, Alexander Petukhov wrote: > If a mouse pointer dwells in editor and then leaves an editor window quickly > then in editor-notify > I receive SCN_DWELLSTART and no SCN_DWELLEND after, and it turns out that I > show a calltip > even if a mouse is no longer in a scintilla windo