1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-29 19:44:04 +02:00
Commit Graph

72 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 55f5f9292b Fix some :buffer completion issues. 2011-08-04 13:03:40 -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 a63d61612d Add {, }, [{arg}, ]{arg}. Closes issue #592. 2011-07-28 00:09:37 -04:00
Štěpán Němec 133bba8b9a Decode URIs when shown to the user. 2011-07-27 16:48:41 +02:00
Kris Maglione 9002a78d14 s/\bset\b/Set/g 2011-07-16 18:51:59 -04:00
Kris Maglione 3c15e4d290 Fix :list* source links. 2011-06-16 09:43:08 -04:00
Kris Maglione 7115948106 More polyglotization. 2011-04-29 14:28:02 -04:00
Kris Maglione 204f8ca25c Annotate most strings which need to be explicitly localified. 2011-03-25 22:37:16 -04:00
Kris Maglione 49fc6ff7d4 Automagically linkify error codes. 2011-03-07 22:33:53 -05:00
Doug Kearns 1c4c5e5ad3 Normalise use of "res" vs "ret" for return variables. 2011-03-07 21:41:07 +11:00
Kris Maglione e032a82d62 Move some more strings to messages.properties and report (but don't throw) an error for unknown strings. 2011-03-02 02:59:04 -05:00
Kris Maglione 321296e7e5 Show 'passkeys' state of key chains in :listkeys. Fix linkifyHelp link styling issues. Minor optimization for non-passkeys sites. 2011-02-20 10:32:17 -05:00
Kris Maglione 76e5f2d474 Fix shortcomings in last commit. 2011-02-19 22:33:08 -05:00
Kris Maglione 624563523d Update hints on command change in :addons/:downloads. 2011-02-19 22:16:29 -05:00
Kris Maglione 019504e11c Stripe usage output as completions output. 2011-02-19 16:04:49 -05:00
Kris Maglione 2cef435dbc Hack on :help NEWS. 2011-02-19 07:17:54 -05:00
Kris Maglione 5606b96957 Require "x" flag in util.regexp for "extended" regex processing. 2011-02-15 13:06:40 -05:00
Kris Maglione 7aed800d29 Fixes, mostly, most of which should really be in the default branch.
--HG--
branch : groups
2011-02-09 07:21:10 -05:00
Kris Maglione 0cc69f8932 Also group :autocmds.
--HG--
branch : groups
2011-02-05 08:13:56 -05:00
Kris Maglione 5576a5f5e6 Only explicitly demangle subscript URIs rather than doing it automatically in newURI. Closes issue #185. 2011-02-02 09:26:56 -05:00
Doug Kearns 37d62cdeba Run stylebot -- semicolons. 2011-02-01 01:06:49 +11:00
Kris Maglione 0a7f399bf7 Use table tags in :addons and :downloads to better support :yank. 2011-01-26 03:36:34 -05:00
Štěpán Němec 506abdcd85 Recognise closing paren as a delimiter in linkifyHelp.
--HG--
branch : key-processing
2011-01-25 00:24:22 +01:00
Kris Maglione 9786171520 Get rid of horrible coalesced event handlers in commandline.js.
--HG--
branch : key-processing
2011-01-24 12:50:08 -05:00
Kris Maglione 0a422502ba Add Clear button to :downloads.
--HG--
branch : key-processing
2011-01-24 00:37:32 -05:00
Kris Maglione beb9d69eaa Merge default.
--HG--
branch : key-processing
2011-01-23 23:36:25 -05:00
Kris Maglione fb7d6c9809 Update copyright headers. 2011-01-23 23:34:24 -05:00
Kris Maglione 3cd40141f9 Move :downloads button logic into binding classes.
--HG--
branch : key-processing
2011-01-23 23:25:08 -05:00
Kris Maglione 92dbb759bc Fix arbitrary limit on the number of substrings to highlight in template.highlightSubstrings.
--HG--
extra : transplant_source : %C4%94%92%C9x%D0%94%25%9A%9C%0B%1B%F5%0C%26%94GT9%09
2011-01-23 18:20:11 -05:00
Kris Maglione 2b6fdc861b Fix arbitrary limit on the number of substrings to highlight in template.highlightSubstrings.
--HG--
branch : key-processing
2011-01-23 18:20:11 -05:00
Kris Maglione 5fdc1a5b60 Fix clicking bookmark/history links in the MOW. Closes issue #296. 2011-01-23 16:44:36 -05:00
Doug Kearns 79247daec7 Don't output blank lines for empty pageinfo sections. 2011-01-23 17:12:37 +11:00
Kris Maglione d71320aa09 Don't force help initialization until we see something that looks like a help link. Other small interface changes. 2011-01-21 05:27:15 -05:00
Kris Maglione 8ab964fedb util.regexp.iterate
--HG--
extra : rebase_source : 2c9d5a20ceb0a3ffde32ad8989ce6f594df8c406
2011-01-20 05:39:27 -05:00
Kris Maglione 807c7a4aba Update :listkeys for :mapgroups. 2011-01-19 14:40:47 -05:00
Kris Maglione d41b414171 Fix last commit. 2011-01-19 12:38:42 -05:00
Kris Maglione 32daed5095 Add 'Copy File Path' MOW context menu item. Fix some bugs. 2011-01-17 00:43:40 -05:00
Kris Maglione ed696fe5c4 Add an experimental prototype download manager replacement. Fix some bugs.
--HG--
extra : rebase_source : aea703414d4bd601bfdea779c5878a30d5b3d782
2011-01-16 22:38:44 -05:00
Kris Maglione 203730ae62 Add cheap CSS highlighting which is unfortunately far to slow to make any use of. 2011-01-13 14:20:32 -05:00
Kris Maglione 893ed79637 Fix deleting files after viewing them from source links in :list*. 2011-01-10 16:57:47 -05:00
Kris Maglione c6f5b04cda Fix user :commands and other minor cleanup.
--HG--
extra : rebase_source : 1cff53f18c70b12a984d120e73d121dc2267dcc9
2010-12-31 12:40:44 -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 a759ab3606 [bootstrap] Add code to manually reload stale cached modules on rehash.
--HG--
branch : bootstrapped
2010-12-25 08:54:33 -05:00
Kris Maglione a6d067b33a Automagically linkify help index descriptions. 2010-12-23 02:05:04 -05:00
Kris Maglione 03b179433d Fix completion filter highlighting. 2010-12-22 20:44:40 -05:00
Kris Maglione 06936c88ea Add :feedkeys (perhaps to replace :normal?) 2010-12-22 19:54:00 -05:00
Kris Maglione 9b8ea86c09 Refactor the Styles API and implimentation slightly. Move deprecated() to base.jsm. 2010-12-22 03:22:23 -05:00
Kris Maglione a94595f4ea Make source linkfication in :list* less annoying. 2010-12-18 14:25:08 -05:00
Kris Maglione 2a27292e8b Make source linkfication in :list* less annoying. Add help linkification to the entries. Make source links hintable.
--HG--
extra : rebase_source : 793a9d6a6d84dc3c2f8dc2dd5d0ad468e565b1c4
2010-12-18 13:47:56 -05:00