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

1010 Commits

Author SHA1 Message Date
Kris Maglione 9273db48ab Decode URLs in the completion list against my better judgment. Get rid of bloody newlines in strict mode lambdas. 2011-08-14 13:09:51 -04:00
Kris Maglione 500db37708 Merge the globals of multiple plugins of the same name. 2011-08-12 17:42:08 -04:00
Kris Maglione 5e86f4ed93 Add -pentadactyl-remote command-line flag and CommandOption.STRINGMAP type.
--HG--
extra : rebase_source : a306ad6e8c2d019b92a6ff58414eb3ff8ab149b9
2011-08-12 17:27:46 -04:00
Kris Maglione c4a40df0b7 Add n_s and n_S. 2011-08-11 14:03:17 -04:00
Kris Maglione d877fa5fea Push location stack on //?/n/N/[/]. 2011-08-11 03:44:22 -04:00
Štěpán Němec 36cec0db44 Remove stray util.dump call in Option.validateCompleter. 2011-08-10 16:07:08 +02:00
Kris Maglione 98bb3efa2e Fix another DTD error.
--HG--
extra : rebase_source : 9ec78ca243151eb1a5426e29d2883f908a4a99fa
2011-08-10 10:07:05 -04:00
Kris Maglione f58f70fd98 Allow asynchronous io.system() calls. Fix :help intro. 2011-08-10 00:00:39 -04:00
Kris Maglione 9df1f7b6cf Serialize the :map -count flag. 2011-08-09 14:16:03 -04:00
Kris Maglione 6debfa4132 Make 'doc' available to group initializer. 2011-08-08 12:19:01 -04:00
Kris Maglione 52fe2c4f58 Muck with stringmap/sitemap/stringmap default value completions. 2011-08-07 23:47:48 -04:00
Kris Maglione 3aa12ba117 Initial work towards making <C-o> and <C-i> more Vim-like. 2011-08-07 18:56:38 -04:00
Kris Maglione 84a69b920a Fix util.generateXPath for unknown namespaces. 2011-08-07 17:40:16 -04:00
Kris Maglione fc09e4828f Add a basic XPath generator. 2011-08-07 14:36:22 -04:00
Kris Maglione e7ffc30732 Fix Option.validateCompleter with non-options. 2011-08-07 12:52:36 -04:00
Kris Maglione f617e3a346 Add basic stringmap support to Option.validateCompleter. 2011-08-07 12:27:26 -04:00
Kris Maglione 85dfd5becd Re-enable Text Edit mode in non-Google editable windows. 2011-08-06 15:56:16 -04:00
Kris Maglione 48d1109f6a Reconcile the format of 'sanitizeitems' with most other list options. 2011-08-06 13:51:21 -04:00
Kris Maglione b9f4221643 Don't prompt on :san -h foo all 2011-08-06 13:17:57 -04:00
Kris Maglione f1493e5e8a Flush the startup cache when re-sourcing a JS file. 2011-08-06 10:09:21 -04:00
Kris Maglione d828a53b7a Add 'spelllang'. Closes issue #530. 2011-08-06 08:47:36 -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 55f5f9292b Fix some :buffer completion issues. 2011-08-04 13:03:40 -04:00
Kris Maglione c01a9a72b0 Added tag pentadactyl-1.0b7.1 for changeset 5dd2b03a5cec 2011-08-04 08:48:27 -04:00
Kris Maglione 7243a2f97e Release Pentadactyl 1.0b7.1 2011-08-04 08:48:22 -04:00
Kris Maglione e5e7978cd5 Fix live update issues. 2011-08-04 07:30:01 -04:00
Kris Maglione 904335c138 Fix prefs initialization issue. 2011-08-03 20:08:43 -04:00
Kris Maglione 89c05c799d Added tag pentadactyl-1.0b7 for changeset 2281deb4c132 2011-08-03 17:57:12 -04:00
Kris Maglione 1d298bf561 Release Pentadactyl 1.0b7 2011-08-03 17:57:00 -04:00
Kris Maglione c62762c0e3 Bah. 2011-08-03 07:54:54 -04:00
Kris Maglione 377ef1332a Cleanup changed preferences on disable. 2011-08-02 10:46:06 -04:00
Kris Maglione 992da465d7 Support multi-character hint modes. Remove bloody fh=2. Closes issue #614. 2011-07-30 06:48:22 -04:00
Kris Maglione 9f057a6f0d Fix localization bug. 2011-07-29 13:46:34 -04:00
Kris Maglione edb3d9d85d Fix broken help links.
--HG--
extra : rebase_source : 0b00734b80c4e60932bfb07567961ffc02c94e53
2011-07-29 05:57:11 -04:00
Doug Kearns f5d721740a Further mode names normalisation in docs.
--HG--
extra : rebase_source : 6c4be66d8c4ac56d10e7d86fc45da7b80ff484aa
2011-07-29 19:18:42 +10:00
Kris Maglione a0de5d9e24 Save option restore data until add-on is disabled. Cleanup preferences on uninstall. 2011-07-29 05:29:06 -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 2c59c01232 :emenu: Hide hidden items, disable disabled items. Closes issue #582. 2011-07-29 03:42:31 -04: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 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
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 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 133bba8b9a Decode URIs when shown to the user. 2011-07-27 16:48:41 +02: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 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 969cdfc5dc More stuff. 2011-07-26 21:25:37 -04:00
Kris Maglione f92a3814d9 HTMLIsIndexElement is no more.
--HG--
extra : rebase_source : 96f489682b79aedba805e4e7b2134c3b1a520cc2
2011-07-25 23:01:23 -04:00