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

189 Commits

Author SHA1 Message Date
Kris Maglione 8795c093f1 Fix some of the more horrendous editor.js code.
--HG--
extra : rebase_source : 1675c92e880249d90a59576291254724fb863c4e
2011-10-04 06:32:30 -04:00
Kris Maglione 654cf64c02 Try to move the caret within the viewport on entering Caret or Find mode. Closes issue #170. 2011-10-03 21:11:26 -04:00
Kris Maglione 48212b7392 Add caret mode to help index. 2011-10-03 19:14:27 -04:00
Kris Maglione dcb203b71d Show 'recording' message when showmode is false. 2011-10-03 04:36:00 -04:00
Kris Maglione 84a68bff9a Add util.weakReference that won't crash if you pass null. 2011-10-01 23:02:00 -04:00
Štěpán Němec dde78cc9f8 Minor doc fixes. Closes issue #669. 2011-09-30 11:29:37 +02:00
Kris Maglione 39e8bf7a06 Add cache module. Cleanup help and DTD generation. Fix :help version generation issues. Fix other assorted issues. 2011-09-30 01:36:45 -04:00
Kris Maglione 0c9f91ab97 Kill AUTOCOMPLETE mode with <C-c>. 2011-09-28 21:47:44 -04:00
Kris Maglione 062e7e2a61 DOM#highlight magic. Provide 'this' object for DOM#filter. 2011-09-17 21:30:39 -04:00
Kris Maglione 057600d780 Fix :js context on Minefield. 2011-09-17 00:08:02 -04:00
Kris Maglione 68d8bf74df Move events.(toString|fromString|iterKeys|canonicalKeys) to DOM.Event. 2011-09-10 15:18:20 -04:00
Kris Maglione f9d5b12757 Popup and key processing reorganization. 2011-09-10 14:13:41 -04:00
Kris Maglione 525a575a72 More reliable Menu mode handling. Closes issue #335. 2011-09-10 14:05:21 -04:00
Kris Maglione fbb6af43ed Add dom.jsm. And stuff. 2011-08-22 01:16:14 -04:00
Kris Maglione 93bdb3dd42 Fix occasional lingering IGNORE mode after hints. 2011-08-14 16:57:17 -04:00
Kris Maglione ff0c5af5db Don't derive Text Edit mode from Operator mode. Allow escaping from Operator mode. 2011-08-06 14:25:43 -04:00
Kris Maglione f502617a84 Add operator mode per Vim. Wrap most editor commands in transactions. And stuff. Closes issue #439. 2011-08-05 16:50:00 -04:00
Kris Maglione 465e133cf7 Fix missing base mode in keydown/keyup blocking. Closes issue #615.
--HG--
extra : rebase_source : d76a48e12e8a6f68a4adcb633008af786a4d826d
2011-07-31 12:45:05 -04:00
Kris Maglione c165fd95be Don't explicitly pop Menu mode on menu_<Esc>. Closes issue #527. Normalize mode docs to Name rather than NAME. 2011-07-29 03:58:49 -04:00
Kris Maglione 969cdfc5dc More stuff. 2011-07-26 21:25:37 -04:00
Kris Maglione 9002a78d14 s/\bset\b/Set/g 2011-07-16 18:51:59 -04:00
Kris Maglione eefc32dfe4 :set passunknown-=!input 2011-06-28 19:41:30 -04:00
Doug Kearns 3763e44e3b Add missing semicolons.
--HG--
extra : rebase_source : d0f7ae9f98a691c7a721e8203121964d7976447e
2011-06-16 01:10:06 +10:00
Kris Maglione 7d019560be Fix Firefox freakout. Closes issue #463. 2011-05-31 17:34:47 -04:00
Kris Maglione 2dd8c88898 Fix beep when starting REPL mode. 2011-04-04 20:39:44 -04:00
Kris Maglione 477b1139fc Add missing services.tld. 2011-03-31 18:44:18 -04:00
Kris Maglione d0831ec8e6 Add missing docs and make 'showmode' a stringlist like 'passunknown' rather than a regexplist. 2011-03-26 15:27:59 -04:00
Kris Maglione 46e8d43429 Collapse bloody focus region selection after following a hint. 2011-03-23 14:16:18 -04:00
Kris Maglione efcf07c68b Different 'passunknown' default for now.
--HG--
extra : rebase_source : a717735081e0b6a7e4f9e0254dcd1e6bac0c66c2
2011-03-15 10:37:50 -04:00
Kris Maglione 4cfdba9223 Localitize deprecation warnings. 2011-03-14 19:22:43 -04:00
Kris Maglione e6104b3029 Shuffle some key bindings and mode inheritance around. 2011-03-14 13:05:15 -04:00
Kris Maglione 0eb30aa83f Fix a typo in options.jsm. 2011-03-14 10:06:09 -04:00
Kris Maglione fdc37532d7 Some 'passunknown' enhancements. 2011-03-13 16:32:07 -04:00
Kris Maglione e677acfdd5 Make 'passunknown' a stringlist and localizate mode descriptions. 2011-03-12 14:53:05 -05:00
Kris Maglione 45ba165366 Tweak revision 13f6e3a205d4 to be less lenient in Input modes by default.
--HG--
extra : rebase_source : efa3bfb79a40002ff21e2006974ad9c142ae2187
2011-03-12 11:43:11 -05:00
Kris Maglione 55267dddff Add 'passunknown' option, currently undocumented. 2011-03-12 10:53:35 -05:00
Kris Maglione 2fd5e63a4d Apply 'timeout' to unbound keys too. 2011-03-12 10:01:46 -05:00
Doug Kearns 11623d4f8b Move some more message strings to the properties file. 2011-03-10 22:06:29 +11:00
Kris Maglione cc73345c71 Fix some initialization order issues. 2011-03-09 03:49:38 -05:00
Doug Kearns c08c0dc19f Move some more message strings to the properties file. 2011-03-08 03:09:37 +11:00
Kris Maglione ea6c7cc800 Fix local mapping bug. Change statusline API slightly. 2011-02-28 19:44:46 -05:00
Kris Maglione 74fbc5833f Move some event-based code into observers in the modules it affects. 2011-02-27 16:58:21 -05:00
Kris Maglione 80ca9194ec Fix a silly error in modes.set. 2011-02-23 16:41:26 -05:00
Kris Maglione 572f36906b Fix confusing, duplicate help index entries. 2011-02-22 03:00:50 -05:00
Kris Maglione 4297b54d7a Fix t_p broken in revision 650be38ccc54. Closes issue #391. 2011-02-19 15:06:58 -05:00
Kris Maglione 5a519b2f9c Fix closing menus on <Esc> broken in revision bf712a2498ed. 2011-02-19 07:52:01 -05:00
Kris Maglione caaef0214b Make 'showmode' a regexplist to satisfy whiny pansies who can't tolerate seeing -- EX -- in the status line. 2011-02-19 04:06:42 -05:00
Kris Maglione 77157eaff8 Add missing function name. Fix cleanup on window close. Fix minor mode change bug and add guards. 2011-02-19 02:13:05 -05:00
Kris Maglione ce23dd079d Fix key event stringification letter-case issue for non-keypress events. Closes issue #258. 2011-02-18 20:59:16 -05:00
Kris Maglione 7b1c40cf5f Add AUTOCOMPLETE mode. 2011-02-17 10:11:04 -05:00