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

6299 Commits

Author SHA1 Message Date
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 2c59c01232 :emenu: Hide hidden items, disable disabled items. Closes issue #582. 2011-07-29 03:42:31 -04:00
Kris Maglione 3b3d155986 Allow superfluous trailing space in :tb* commands. Closes issue #205. 2011-07-29 03:27:23 -04:00
Kris Maglione f559aec7d2 Set source tab as owner in :tabdup. 2011-07-29 03:22:40 -04:00
Kris Maglione 76020ae2b3 Stop accepting untrusted keypress events. 2011-07-28 09:21:53 -04:00
Doug Kearns 9dd3533b76 Clarify :set! documentation.
Closes issue #519.

--HG--
extra : rebase_source : 18f6188af12ec41c4c7ea0a1e8789422b13717ff
2011-07-28 13:22:23 +10:00
Doug Kearns c9b7fb3759 Don't attempt to highlight trailing comments in command script files.
Trailing comments are no longer supported. Closes issue #583.

--HG--
extra : rebase_source : c953f246da1291a3fe065cbf0e38ca1162f1c53d
2011-07-28 10:58:42 +10:00
Doug Kearns bf186edf8f Normalise mode name references in command/option/mapping descriptions.
--HG--
extra : rebase_source : e1de378b096c1292f237fcf45b1e6f926f7b6471
2011-07-21 23:28:23 +10:00
Doug Kearns 013408017e Remove unused arg from commands.iterator call in :mkv.
--HG--
extra : rebase_source : df82691921cfa8847e92ea18f8d9849f53db08a2
2011-07-21 14:08:28 +10:00
Doug Kearns 34bb57798d Camelcase services.{loginmanager,contentprefs}.
--HG--
extra : rebase_source : a5e980bb0524ce5dd349ca522b100f8092caa6b2
2011-07-21 13:33:10 +10:00
Doug Kearns ea15795ed8 Document :colorscheme default.
--HG--
extra : rebase_source : 371f3c290346816c9a6c8ba2bdae67eab8cab0d6
2011-07-21 13:28:41 +10:00
Kris Maglione 27892db1c8 Cleanup TODO. 2011-07-28 08:27:47 -04:00
Kris Maglione 43c2b280c0 Assert hintkeys.length > 1. 2011-07-28 08:14:44 -04:00
Kris Maglione e415ae09a4 nsIDOMXULTreeElement ⊄ <input elements> for now. 2011-07-28 07:19:19 -04:00
Kris Maglione bcfd641381 Closes issue #610. 2011-07-28 02:01:29 -04:00
Kris Maglione 93edf62036 Make teledactyl not explode yay. 2011-07-28 01:32:25 -04:00
Kris Maglione a63d61612d Add {, }, [{arg}, ]{arg}. Closes issue #592. 2011-07-28 00:09:37 -04:00
Štěpán Němec 2b43cf0660 finder: Fix the case when there are no anonymous nodes in the document. 2011-07-27 22:36:20 +02:00
Kris Maglione 9483d99e54 Closes issue #609. 2011-07-27 12:51:13 -04:00
Kris Maglione deb0cfd5e0 Closes issue #560. 2011-07-27 12:49:28 -04:00
Štěpán Němec 9935d93b68 Update the documentation of config.dialogs. 2011-07-27 18:13:40 +02:00
Štěpán Němec d5a47dc949 Clarify :h 'followhints'. 2011-07-27 17:54:53 +02:00
Štěpán Němec 133bba8b9a Decode URIs when shown to the user. 2011-07-27 16:48:41 +02:00
Štěpán Němec 6f63ec1d2e Be a bit more explicit about comments & commands. 2011-07-27 16:48:06 +02:00
Kris Maglione 0ac8f73ec8 Fix :help comments. Closes issue #602. 2011-07-27 10:43:53 -04:00
Kris Maglione 9c3e2b430d Closes issue #396. 2011-07-27 09:47:47 -04:00
Kris Maglione fda9475c6e Detimeoutify hints. Closes issue #468. 2011-07-27 09:38:55 -04:00
Kris Maglione f220206df5 Ignore unnamed and disabled fields in util.parseForm. Closes issue #564. 2011-07-27 09:27:59 -04:00
Kris Maglione c80ac6e2af Backout last change. 2011-07-27 09:13:46 -04:00
Kris Maglione d7efec2582 Remove some !importants from add-on bar styles, against my better judgment. Closes issue #561. 2011-07-27 09:11:28 -04:00
Kris Maglione ece2ad9b96 Closes #586. 2011-07-27 08:55:20 -04:00
Kris Maglione fbf080a62c Backout revision ea3c2db9957a again. 2011-07-27 07:00:21 -04:00
Kris Maglione b56963cdfd Deal with sites with finicky input handling. Add some docs. Fix :reh|foo / :rehash +args. Closes issue #551. 2011-07-27 06:45:39 -04:00
Kris Maglione 8d2f44c379 Accept <⌘-Foo> as an alias for <M-Foo> 2011-07-27 05:31:08 -04:00
Kris Maglione c73815baa8 Minor cleanup. 2011-07-27 05:27:27 -04:00
Kris Maglione 588e5a9987 Reload modified plugin files on :loadplugins. 2011-07-27 05:10:46 -04:00
Kris Maglione 969cdfc5dc More stuff. 2011-07-26 21:25:37 -04:00
Kris Maglione cff57155e6 Stuff. 2011-07-26 21:06:29 -04:00
Štěpán Němec 76481ab23e Autogenerate :h dialog-list. 2011-07-26 23:47:37 +02:00
Kris Maglione f92a3814d9 HTMLIsIndexElement is no more.
--HG--
extra : rebase_source : 96f489682b79aedba805e4e7b2134c3b1a520cc2
2011-07-25 23:01:23 -04:00
Štěpán Němec cc03bfadf8 Use [foo] instead of foo[] consistently in source doc type annotations. 2011-07-22 12:33:36 +02:00
Kris Maglione eca606fab2 Move statusline.losslessDecodeURI to util. 2011-07-22 05:33:57 -04:00
Kris Maglione 307ca9a621 Dispatch input event after external editing. 2011-07-21 23:03:04 -04:00
Kris Maglione 9667a0d19a Remove last remnant of services.json. 2011-07-21 16:45:24 -04:00
Štěpán Němec 5b895f0ef7 Fix outdated mode type signatures in the source code docs. 2011-07-21 15:23:05 +02:00
Kris Maglione c177a35a39 Expand <leader> in feedkeys. 2011-07-21 03:57:12 -04:00
Doug Kearns b4936fa481 Add finder map aliases. 2011-07-21 11:54:04 +10:00
Doug Kearns a6cab89965 Change command.noRange message to noCount.
There's currently no notion of ranges in Dactyl.
2011-07-21 11:31:36 +10:00
Doug Kearns 996300c782 Fix :delgroup completer's builtin group exclusions. 2011-07-21 02:29:28 +10:00
Doug Kearns 96469e9f47 Add group filtering to :command and :autocommand listings. 2011-07-21 01:39:40 +10:00