SciTE hasn't its own file browser, so I'm using usually an external file browser. There is an inconvenience when I'd like to open several directories of the current editing source codes. SciteExternalFileBrowser is useful in this situation.
scite_Command {
'External File Browser|ExternalFileBrowser|Alt+Shift+F',
}
function ExternalFileBrowser ()
local cur_file_dir = props['FileDir']
os.execute("start explorer " .. cur_file_dir)
end
RecentChanges · preferences
edit · history
Last edited March 31, 2013 3:27 pm GMT (diff)