Easily done with Lua: command.name.1.*=File Name to Output command.mode.1.*=subsystem:lua,savebefore:no command.1.*=dostring print(props.FilePath)
Cheers, Bruce "Yury Dubinsky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have an additional suggestion. It's nice to copy > file names to Output pane. That's the fast way to > create selectively the file list of open files. > I already use this option. I added the new item in the > Menu, something like "/Tools/File Name to Output", > and than I use > > OutputAppendString(buffers.buffers[buffers.Current()].FullPath()); > OutputAppendString("\n"); > > in SciTEBase::MenuCommand > > As for me it's really effective. > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
