[Geany] Use path in file browser as 'save as path'

Nick Treleaven nick.treleaven at xxxxx
Fri Mar 14 11:55:45 UTC 2008


On Fri, 14 Mar 2008 02:51:49 -0500
"Jeff Pohlmeyer" <yetanothergeek at gmail.com> wrote:

> Enrico Tröger <enrico.troeger at uvena.de> wrote:
> > Nick Treleaven  <nick.treleaven at btinternet.com> wrote:
> >  > Harold Aling <h.aling at home.nl> wrote:
> 
> >  > > It would be very nice if Geany would use the path selected in
> >  > > the file browser as the current path.
> 
> >  > Personally, I don't like this.
> 
> >  I agree and furthermore it would be not quite easy to query the
> > current path from the filebrowser plugin in Geany.

At the moment it's not possible in a neat way, but sometime we could add
a function like:
gboolean plugins_lookup_symbol(const gchar *plugin_name, const gchar
*symbol_name, gpointer *symbol);

It would be similar to g_module_symbol but return FALSE if plugin_name
is not active. Something for another time perhaps.

> Just a thought - what about adding a button to the filebrowser plugin
> toolbar: "Save current document to this folder".

What would that do, save a copy of the current document to the file
browser path? I'm not keen on that really.

Regards,
Nick



More information about the Users mailing list