If the user has highlighted a file name in the BookBrowser window before launching your plugin, then your plugin can get the name of that file (in fact a list of all highlighted files), and it can use that info any way you want.
See the bk.selected_iter() function in the latest Plugin Framework Guide
KevinH
Quote:
Originally Posted by rubeus
Hi,
can i get the current active/marked xhtml file in the tree to insert a file with a plugin direct behind it?
//rubeus
|