Commit Graph
37 Commits
Author SHA1 Message Date
Kris Maglione 5b39351611 Silently pop the mode stack on command accept. 2008-09-16 00:29:37 +00:00
Kris Maglione 52ea644035 Fix some code in feedkeys. 2008-09-15 22:53:54 +00:00
Kris Maglione ba98a3821a Unbreak commandline.input(). 2008-09-15 22:44:48 +00:00
Kris Maglione 4d7105f2bc Fix modes.pop(). 2008-09-15 22:23:33 +00:00
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
Kris Maglione 7c19363383 Allow :q! and :qa!, as in vim. 2008-09-15 21:24:51 +00:00
Kris Maglione 6044370007 Cleanup the search highlighting code a bit. 2008-09-15 06:29:46 +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 21e2bee6fd Cleanup storage.jsm. Add copyright line. 2008-09-15 04:04:56 +00:00
Kris Maglione 316fb44908 Fix hls in newer versions of Firefox. 2008-09-15 04:00:23 +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 bb4d268d0d Add NEWS entry for hints in the MOW. 2008-09-14 22:26:40 +00:00
Kris Maglione 386bfb1f20 Allow hints in the MOW. 2008-09-14 22:23:06 +00:00
Kris Maglione caf1274df9 Cancel macro playback on <C-c>. 2008-09-14 21:20:56 +00:00
Kris Maglione 599b4856e8 Update mode message on set modes.isReplaying(). 2008-09-14 20:56:47 +00:00
Kris Maglione da7850dadb Don't jump to the next result when submitting a /search. 2008-09-14 20:49:31 +00:00
Kris Maglione 7e610e5e8b Report macro replay in the mode line. 2008-09-14 20:45:04 +00:00
Kris Maglione 33f530d94a Only set options to their default value if they're undefined globally. 2008-09-14 20:36:43 +00:00
Kris Maglione a665c842a0 Fix MOW bug. 2008-09-14 18:40:35 +00:00
Kris Maglione 0a9b61dc73 Fix 'for each' loops. 2008-09-14 16:47:24 +00:00
Kris Maglione fbf64ee113 Move storage.jsm to the 'modules' directory and exclude it from the jar. 2008-09-14 07:54:16 +00:00
Kris Maglione 8908c10ed2 Include *.jsm in the jar (and, incidentally, comment out a dump). 2008-09-14 06:44:31 +00:00
Kris Maglione a863083360 Make bookmark cache window independent and more dynamic. 2008-09-14 01:16:23 +00:00
Kris Maglione 59f861ad00 Fix typo in tabs.txt. 2008-09-12 18:12:55 +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
Kris Maglione fc36dcf01e Cleanup. 2008-09-11 20:50:32 +00:00
Kris Maglione 0cc667f6fe Rename storage.jsi to storage.jsm. 2008-09-11 20:16:03 +00:00
Kris Maglione 1e69a5f40c Fix liberator.storage.saveAll(). 2008-09-11 04:00:23 +00:00
Kris Maglione 23741d8d50 Only fire truncate event from storage module if array is actually truncated. 2008-09-11 03:20:49 +00:00
Kris Maglione 86b9415ad9 Trigger setters on option change. 2008-09-11 03:15:36 +00:00
Kris Maglione 56155a6032 Add a storage module to persistently store, and share between windows, quickmarks, command/search history, and option values. 2008-09-11 02:29:57 +00:00
Kris Maglione ca6048ef05 Update bookmarks cache based on bookmarks observer. 2008-09-10 19:36:30 +00:00
Kris Maglione 55b5a3b6f3 Removed unnecessary !importants from CSS. 2008-09-10 18:07:03 +00:00
Kris Maglione 2449b20e44 Add CSS for last commit. 2008-09-10 07:32:21 +00:00
Kris Maglione 4b6c27b1e7 Added liberator.commandline.input() to prompt the user. Added prompt when opening too many tabs. 2008-09-10 04:28:11 +00:00