I was just going to ask about a new release, literally! I went to send an email this morning but got distracted. Thanks, I'll download and give it a whirl. Any thoughts on the Template Loading per/mode? Jeremy Angel Ortega wrote: > Hi to everyone. I've just released a new version with the following: > > * New session support. All open documents and its current position > can be stored / retrieved with the new 'save_session' and > 'load_session' actions. Two new configuration flags has > been added: mp.config.auto_sessions, to automatically load / save > sessions, and mp.config.local_sessions, to save sessions in the > currently active directory instead of in the home directory. > * Multiple key sequences for invoking actions (ala Emacs) are > now possible. To create them, just assign a hash to a keycode > instead of an action. For example, to assign the key sequence > Ctrl-x Ctrl-f to 'open' and Ctrl-x Ctrl-s to 'save', you can use > > mp.keycodes['ctrl-x'] = { > 'ctrl-f' => 'open', > 'ctrl-s' => 'save' > }; > > * In the curses version, confirmations now have default values > (shown in brackets), activated with the ENTER key. > * New action 'close_all', that closes all documents. > > Special thanks to Jeremy Cowgar and Lee Page for their help in this > release. > > -- To unsubscribe, send mail to mp-unsubscribe_lists.triptico.com.Received on Wed Oct 03 2007 - 19:09:58 CEST
This archive was generated by hypermail 2.2.0 : Thu Apr 10 2008 - 08:59:26 CEST