Brian Blais:

function SelectCurrentLine(bWithEOL)

  Drop the parameter to make this easy to call from a key.

command.name.12.*=Cut To EOL
command.12.*=CutToEOL
command.subsystem.12.*=3
command.shortcut.12.*=Ctrl+K
command.mode.12.*=savebefore:no

command.name.13.*=Select Line
command.13.*=SelectCurrentLine
command.subsystem.13.*=3
command.shortcut.13.*=Shift+Enter
command.mode.13.*=savebefore:no

     Works for me both from the menu and keyboard.

they show up in the Tools menu, but don't work.  I also tried to bind Alt+A to 
select
all, in order to replace it with beginning of line for Ctrl+A, like this:

user.shortcuts=\
Ctrl+Q|IDM_QUIT|\
Alt+1|IDM_TOGGLEOUTPUT|\
Alt+Left|IDM_PREVFILE|\
Alt+Right|IDM_NEXTFILE|\
Ctrl+3|IDM_BLOCK_COMMENT|\
Alt+A|IDM_SELECTALL|

  Works for me. There script and user properties files may not be
being reread or evaluated when you expect but these should show up in
a new session.

Finally, I prefer to have the sessions and recent file lists to be in the local
directory, so that I can just go to that directory, start up Scite, and have it 
pick
up where I left off for that particular project.
...
I think this would make a good option in the editor.  Is this something that I 
should
suggest in some formal way?

  It would probably get seen more in its own topic. You can add it to
the feature request tracker.
https://sourceforge.net/tracker/?group_id=2439&atid=352439

  Doesn't this save the files in whatever directory you most recently
visited? Appears too random to me.

  Neil
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to