File system browser current selected item/file?
Submitted by Saturday, 20 November, 2004 - 02:29
on
jedit macro newbie; jedit user for a bit; java journeyman.
In a macro, is possible to get the currently selected item in the filesystem browser?
so in my random hacks I have gotten this..
doc = view.getDockableWindowManager();
names = doc.getRegisteredDockableWindows();
with the idea that if I had a handle of the file system browser (currently docked) then I could interrogate file system browser for the currently selected file(s) - it seems there are some getSelected methods in the VFSBrowser....on the right track?
In a macro, is possible to get the currently selected item in the filesystem browser?
so in my random hacks I have gotten this..
doc = view.getDockableWindowManager();
names = doc.getRegisteredDockableWindows();
with the idea that if I had a handle of the file system browser (currently docked) then I could interrogate file system browser for the currently selected file(s) - it seems there are some getSelected methods in the VFSBrowser....on the right track?