> Oops I guess it does go to the line number for "open selected file" but not
> on the command line. I guess I just didn't get the selection quite right;
> stripping the leading space if I select it by accident would still help.
If you click in the file name and Open Selected File then it
extends the range to grab normal file characters. If you select a
range of text then it assumes you want exactly that range.
Neil
That would still be a nice feature to have. I just found the Lua
script to fake it,
http://lua-users.org/wiki/SciteOpenToLine
but why couldn't it be a built-in feature? The Lua script leaves an
empty tab for the file:line, and then opens a new tab with the actual
file, because I suppose there is no way to script the closing of the
first (useless) tab. And it's extra trouble to install the script
everywhere.
> but why couldn't it be a built-in feature?
Extra interpretation of file names will clash with other peoples
needs such as file names containing ':'. There is a "goto" command
line option so just write a launcher script.
Neil
Yes that's good. In that case maybe a command-line option to place a
marker and select the text range would also be nice, as the lua script
does.