On Fri, 14 Mar 2008 02:51:49 -0500
"Jeff Pohlmeyer" <[EMAIL PROTECTED]> wrote:

> Enrico Tröger <[EMAIL PROTECTED]> wrote:
> > Nick Treleaven  <[EMAIL PROTECTED]> wrote:
> >  > Harold Aling <[EMAIL PROTECTED]> 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
_______________________________________________
Geany mailing list
[email protected]
http://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Reply via email to