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

2032 Commits

Author SHA1 Message Date
Kris Maglione f3903dc3d2 Remove relict SEARCH_* modes. Hide unmappable QUOTE/PASS THROUGH/LINE modes. 2010-12-30 17:13:33 -05:00
Štěpán Němec 12cd63ff16 Minor consistency fixes. 2010-12-30 23:01:23 +01:00
Kris Maglione 696d2dd13f Don't be so eager to drop out of MOW mode for scrolling keys. 2010-12-30 16:53:26 -05:00
Kris Maglione c671cc84e0 Allow using heredocs with :abbr/:au/:com/:map. 2010-12-30 14:24:18 -05:00
Kris Maglione baf853cee9 Fix inherited CSS output in dactyl.exportHelp. 2010-12-30 13:40:41 -05:00
Doug Kearns b6e89aad9f Fix macro playback.
--HG--
extra : rebase_source : eaf191e08d2aba1a27beb06f682be8d4a73144f5
2010-12-31 00:16:05 +11:00
Štěpán Němec d0e565773a Reinstate :list* filter argument broken in revision 943acba1da9e. 2010-12-30 13:05:41 +01:00
Doug Kearns 8e785245c1 Miscellaneous semicolon, whitespace, and formatting fixes. 2010-12-30 21:54:28 +11:00
Doug Kearns 3c414d9ac9 Fix q mapping's action arg.
See revision 45b2508a55c9.
2010-12-30 20:21:07 +11:00
Štěpán Němec 751b1758c4 Minor fixup for 45b2508a55c9. 2010-12-30 09:54:11 +01:00
Kris Maglione 4d47da9102 List links in :hi output; provide current/default value completion. 2010-12-30 00:46:28 -05:00
Kris Maglione 1dd8efea4f Fix sizing of pinned tabs after toggling tab numbers. 2010-12-30 00:30:12 -05:00
Kris Maglione 5f1c47ee20 Fix some smallish focus issued. 2010-12-30 00:17:01 -05:00
Kris Maglione 1de88a4016 Get rid of offensively long list of specs for :setl and :setg, and other small help formatting changes. 2010-12-29 23:46:56 -05:00
Kris Maglione cb97f1cd25 Replace weird mystery meat args of mapping actions with a proper object. 2010-12-29 22:21:00 -05:00
Kris Maglione f67a50147e Cleanup completion.ex parsing and fix it for non-[a-zA-Z]+ commands.
Update issue 216
This should fix your completion problem.
2010-12-29 21:49:57 -05:00
Kris Maglione f9bbe484df Fix <C-[> passing and causing a history back event in command line mode. Fix reinitialization when not purging module globals. 2010-12-29 21:10:25 -05:00
Kris Maglione 353cad261d Tend towards proportional fonts in :help. 2010-12-29 18:36:22 -05:00
Kris Maglione 13e22f7458 Add :hi -link.
--HG--
extra : rebase_source : 9bc26b19eac01350323073212d12a91fd2f31189
2010-12-29 17:44:22 -05:00
Doug Kearns 6067f53af7 Remove unused variable assignment from CommandLine#onMultilineInputEvent. 2010-12-30 07:45:48 +11:00
Kris Maglione d2c8d0112f Make 'stal' a string option. 2010-12-29 15:03:34 -05:00
Kris Maglione 7a0c7dacbe Move config module to config.jsm.
--HG--
rename : common/content/configbase.js => common/modules/config.jsm
2010-12-29 14:49:20 -05:00
Kris Maglione 36450a355f Docs and so forth for macro-string/compileMacro changes that snuck into a previous commit. 2010-12-29 11:40:53 -05:00
Kris Maglione abe2c666b6 Fix unterminated key chains. Closes issue #219. 2010-12-29 11:18:25 -05:00
Kris Maglione 2a1532fca6 Fix scrolling bug. 2010-12-29 11:10:25 -05:00
Kris Maglione eef79f2ba8 Treat XUL Tree and TextBox elements as input elements. 2010-12-28 22:54:36 -05:00
Kris Maglione 2f701ac96a Fix status bar command line completion window. 2010-12-28 22:09:33 -05:00
Kris Maglione ca4b3a03c9 Use real key bindings in MOW mode, and also restore the strange key passing behavior of yore. Closes issue #217. 2010-12-28 21:55:30 -05:00
Kris Maglione f330440138 Fix minor completion bug. 2010-12-28 19:22:32 -05:00
Kris Maglione 80968ef92f Show the hg revision and date in :version where possible when running from a repo. 2010-12-28 19:10:51 -05:00
Kris Maglione 8abe4fd921 Change the order of nodeset filter application in hint generation.
--HG--
branch : bootstrapped
2010-12-28 17:27:44 -05:00
Kris Maglione e804d51448 Fix activating scrollable elements via ;F.
--HG--
branch : bootstrapped
2010-12-28 17:20:28 -05:00
Kris Maglione cc9ef60b63 Hopefully deal with our lost focus issues once and for all.
Update issue 131
Status: Started
This should hopefully take care of this issue.

Update issue 212
Status: Started
This should hopefully take care of this issue.

--HG--
branch : bootstrapped
2010-12-28 16:42:55 -05:00
Kris Maglione 53f9181b09 [bootstrap] Fix highlighting the statusline and visual bell after rehash.
--HG--
branch : bootstrapped
2010-12-28 15:19:07 -05:00
Kris Maglione aec00dd4be Fix bug in last commit.
--HG--
branch : bootstrapped
2010-12-28 14:58:58 -05:00
Kris Maglione 9655d741b8 Add real mappings for most HINT mode keys. Lazily expand leader, and keep in sync with 'mapleader'.
--HG--
branch : bootstrapped
2010-12-28 14:33:57 -05:00
Kris Maglione 83aa5e4857 Accept command line arguments in :rehash. Document :rehash, add :exttoggle, :extrehash.
--HG--
branch : bootstrapped
2010-12-28 09:25:53 -05:00
Kris Maglione 7b4e64f0bf Fix parsing of non-decimal option values. Closes issue #215.
--HG--
branch : bootstrapped
2010-12-28 09:10:01 -05:00
Kris Maglione ff52485ca5 Possibly stem aforementioned focus bug.
--HG--
branch : bootstrapped
2010-12-27 12:04:03 -05:00
Kris Maglione e93f7455f2 Fix focus bug. Closes issue #212.
--HG--
branch : bootstrapped
2010-12-27 11:10:50 -05:00
Kris Maglione a7b8cac7de Use options.list() for displaying option values.
--HG--
branch : bootstrapped
2010-12-27 10:35:11 -05:00
Kris Maglione eed4ddb74b Check <pre/> and <code/> elements in ;F.
--HG--
branch : bootstrapped
2010-12-27 09:28:40 -05:00
Kris Maglione fff482a539 [bootstrap] Merge default.
--HG--
branch : bootstrapped
2010-12-27 09:38:19 -05:00
Kris Maglione 7a0f693ad4 Merge changes from bootstrapped. 2010-12-27 09:38:05 -05:00
Kris Maglione 47167e769e Fix gU for URLs containing //. 2010-12-27 09:35:16 -05:00
Kris Maglione 7459dfc2c7 [bootstrap] Fix bug in :map -silent.
--HG--
branch : bootstrapped
2010-12-27 09:22:20 -05:00
Kris Maglione 163539ab29 Fix error trapping in events.feedkeys.
--HG--
branch : bootstrapped
2010-12-27 01:49:10 -05:00
Kris Maglione 15b2909bc1 [bootstrap] Merge default.
--HG--
branch : bootstrapped
2010-12-27 00:34:19 -05:00
Kris Maglione c7c7ab68ee Cleanup. 2010-12-26 23:45:28 -05:00
Kris Maglione 8a5eb69492 Some small changes for the sake of plugins. 2010-12-26 21:54:17 -05:00