1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 16:41:24 +02:00
Commit Graph

193 Commits

Author SHA1 Message Date
Kris Maglione 19f30ff92f s/(Events.)ismacro/\1isMacro/. 2008-09-15 22:06:35 +00:00
Kris Maglione e1cbf43661 Allow <C-c> in recorded macros. 2008-09-15 21:27:57 +00:00
Doug Kearns a0cbde84b1 remove redundant throwing of StopIteration from generators 2008-09-15 14:52:21 +00:00
Kris Maglione 7caca73e18 Set modes.isReplaying any time we're feeding keys--unbreak :map (maybe this isn't the best way). 2008-09-15 05:44:34 +00:00
Kris Maglione 424549354f Cancel repeated macro playback if one invocation fails or is canceled. 2008-09-14 22:34:58 +00:00
Kris Maglione caf1274df9 Cancel macro playback on <C-c>. 2008-09-14 21:20:56 +00:00
Kris Maglione 40f1c185e8 Move marks to storage module. 2008-09-12 00:41:36 +00:00
Kris Maglione 5608c04d00 Move macro storage to the storage module. 2008-09-11 22:39:28 +00:00
Doug Kearns fefa6e4609 move getMapLeader() to liberator.Mappings 2008-09-11 16:39:29 +00:00
Doug Kearns 716ee80452 prepend commandline to MOW output of :autocmd 2008-09-10 23:44:07 +00:00
Doug Kearns 23ccb9a689 fix some for..in loops used to iterate over arrays 2008-09-10 20:09:23 +00:00
Doug Kearns 8ec1d510cd make some macro-related messages more Vim-like 2008-09-10 16:59:33 +00:00
Doug Kearns 0f444d3e2f use hl-Title class for titles in :jumps, :autocmd, :viusage and :exusage MOW
output
2008-09-08 15:55:44 +00:00
Doug Kearns f12f956e41 add liberator.dump() to prefix dump() messages with our extension name 2008-09-08 04:41:23 +00:00
Doug Kearns 6ea8b75298 whitespace fixes 2008-09-01 09:22:47 +00:00
Doug Kearns 3a468168c7 add 'eventignore' option 2008-08-28 13:15:47 +00:00
Doug Kearns acb7a1ce6c whitespace fix 2008-08-26 05:13:46 +00:00
Konstantin Stepanov a57b0b5673 autocommands: some optimization applied 2008-08-25 23:16:30 +00:00
Doug Kearns 387af52369 move the macro completion function to liberator.completion 2008-08-20 17:32:52 +00:00
Martin Stubenschrott db52595c28 better fix for :hs 2008-08-16 10:21:00 +00:00
Martin Stubenschrott 39ad2d9c0c fixed :history 2008-08-16 10:16:53 +00:00
Doug Kearns 0488fa52fc use args rather than arg as the first parameter to macro related functions for
the sake of convention
2008-08-14 09:38:59 +00:00
Doug Kearns e8eab457f7 trivial formatting fixes 2008-08-13 05:27:23 +00:00
Doug Kearns 66ff19d7af trivial formatting improvements 2008-08-12 16:16:24 +00:00
Doug Kearns a35329f625 fix typo in exitPopupMode() 2008-08-08 07:53:11 +00:00
Martin Stubenschrott 5c8a28215d [muttator] new :set autoexternal option, make sure to set it in the config file, not in the command line 2008-08-03 13:24:05 +00:00
Martin Stubenschrott f762f9e35b fixed some muttator specific errors in the console 2008-08-02 17:04:45 +00:00
Doug Kearns 23692e57aa add some missing semicolons and remove some trailing commas 2008-07-27 15:08:06 +00:00
Doug Kearns a7d9bef5b5 use <C-Z> rather than <C-Q> for entering pass-all-keys mode 2008-07-22 16:43:23 +00:00
Martin Stubenschrott 87de347a8e fixed PageLoad autoevent 2008-07-14 19:00:35 +00:00
Doug Kearns c7421836e2 fix typo in log message 2008-07-09 13:32:41 +00:00
Martin Stubenschrott 7aa055d9d3 show info about tabs loaded in background; also allow ctrl- prefixed keys again 2008-06-24 20:36:06 +00:00
Tim Hammerquist e9072147e5 added PageLoadPre autocmd event. 2008-06-23 08:42:08 +00:00
Martin Stubenschrott 636362efa3 added LocationChange autocmd 2008-06-16 21:38:04 +00:00
Martin Stubenschrott 29a387f870 changed module loading and moved it to {vimperator,muttator}.js for
optional modules
2008-06-12 00:51:26 +00:00
Martin Stubenschrott 8589c22226 fix focus problem for Paul :) 2008-06-11 22:48:32 +00:00
Martin Stubenschrott 119de356b5 :set [no]focuscontent, thanks Paul! 2008-06-10 18:34:36 +00:00
Martin Stubenschrott ec91920bb8 [muttator] some new compose mappings 2008-06-08 23:48:33 +00:00
Martin Stubenschrott 59342d4244 removed buffer window 2008-06-08 04:22:37 +00:00
Martin Stubenschrott 6ecd478298 cleaned up completion.js a lot, probaby still something to do 2008-06-08 04:01:56 +00:00
Martin Stubenschrott 1742c9cd44 don't beep in input boxes 2008-06-08 01:41:41 +00:00
Martin Stubenschrott 9988e62ed9 [muttator] new "x" and "h" mappings for HTML/header display 2008-06-07 23:11:06 +00:00
Martin Stubenschrott f735f772e4 VERY hacky fix to allow :side<tab><space><tab> completion 2008-06-06 14:47:24 +00:00
Martin Stubenschrott ab9a6811bd don't send ctrl-keys to firefox in insert mode 2008-06-06 12:54:10 +00:00
Doug Kearns 973f3e5ca3 whitespace fixes 2008-06-02 18:11:47 +00:00
Doug Kearns c1390135d2 whitespace fixes 2008-05-27 15:15:36 +00:00
Doug Kearns f43fc67115 add some missing fold markers 2008-05-17 16:04:24 +00:00
Martin Stubenschrott 8f50f96aa8 pass keys to the HTMLSelectElement 2008-05-14 16:27:34 +00:00
Martin Stubenschrott 64b0e3b8e1 [muttator] allow external editor with ctrl-i when composing messages. Also a framework for more compose window related mappings (like y to send message) 2008-05-14 12:21:05 +00:00
Martin Stubenschrott 2dc790a1e4 made macros muttator compatible 2008-05-05 20:30:06 +00:00