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

291 Commits

Author SHA1 Message Date
Kris Maglione baecb996c3 More bootstrap work.
--HG--
branch : bootstrapped
2010-12-24 09:21:14 -05:00
Kris Maglione 6451646b0c Remove some untoward dump statements that snuck into the last commit. 2010-12-24 05:59:23 -05:00
Kris Maglione 062a2d8ece Merge branch default.
--HG--
branch : bootstrapped
2010-12-24 05:54:25 -05:00
Kris Maglione 045d63819a Another crack at revision c24f695526a9. 2010-12-24 05:53:27 -05:00
Kris Maglione 33e16f3183 Bootstrap cleanup work.
--HG--
branch : bootstrapped
2010-12-23 23:27:33 -05:00
Kris Maglione a6d067b33a Automagically linkify help index descriptions. 2010-12-23 02:05:04 -05:00
Kris Maglione 6cb1c1d659 Serialize :loadplugins command so that options and commands defined by plugins work properly by default. 2010-12-22 23:33:57 -05:00
Kris Maglione c6462e49b3 Partially auto-generate help index. Still needs tag linkification and mappings. 2010-12-22 20:35:15 -05:00
Kris Maglione 06936c88ea Add :feedkeys (perhaps to replace :normal?) 2010-12-22 19:54:00 -05:00
Kris Maglione c65758864d Allow mapping keys in HINT and other modes. Closes issue #10. Closes issue #158. 2010-12-22 15:32:19 -05:00
Kris Maglione 1b47c5d6e3 Revert revision c24f695526a9. Closes issue #208. 2010-12-22 12:55:12 -05:00
Kris Maglione b0bca11890 Deal with native keyboard scrolling issues after focusContent, with the side-effect of again focusing the top-level window when the content window is focused. 2010-12-22 05:23:35 -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 dc0cb2ab9f Fix "match n of m" remaining in the progress line after <Esc>. 2010-12-20 11:12:30 -05:00
Kris Maglione b0e9d14979 Unbind i_<Tab>. Closes issue #199. Closes issue #149. 2010-12-20 10:04:16 -05:00
Kris Maglione 0c43618a3f Fix an odd :style completion bug. 2010-12-20 09:24:19 -05:00
Kris Maglione 8f7de7cc12 Produce a tag map in dactyl.exportHelp. 2010-12-20 04:42:35 -05:00
Kris Maglione b6c8d763fa Disable tab numbering in Gecko 1.9 for the moment. Deal with stale RangeFinds slipping through in corner case. 2010-12-20 01:30:25 -05:00
Kris Maglione 394420a9d1 Fix definition link for commands defined on the command-line. 2010-12-18 18:56:17 -05:00
Kris Maglione b4e5d1d980 Fix bug in last commit. 2010-12-18 16:02:45 -05:00
Kris Maglione 4ff7172c77 Import the bulk of a focus management patch near the top of my queue. 2010-12-18 15:27:45 -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
Štěpán Němec c7411dfcff Addenda and corrigenda for the last and next to next to last commits. 2010-12-18 19:06:53 +01:00
Kris Maglione f1e4ef93df Add :list* commands, linkify help tags in certain output, and augment :yank to accept JavaScript directly. 2010-12-18 11:54:31 -05:00
Kris Maglione 8f4d26f9ac Fix :runtime completion. 2010-12-17 20:01:59 -05:00
Kris Maglione 9fb3febe95 Typo and general idiocy fixes. Kill 'linksearch'. 2010-12-17 12:30:51 -05:00
Kris Maglione a73ee765d8 Kill tab bindings. 2010-12-17 00:46:26 -05:00
Kris Maglione f07f067309 Rename util.(escapeRegexp|regexpSource) to util.regexp.(escape|getSource). 2010-12-15 06:06:42 -05:00
Kris Maglione 272cbc5c66 Fix issue in revision 2505a62b7c53. Closes issue #175. 2010-12-10 18:46:27 -05:00
Kris Maglione a1c93979ae Get rid of template.maybeXML. 2010-12-10 07:43:13 -05:00
Kris Maglione 23fba45b28 Replace 'ignorecase' and 'smartcase' with 'searchcase'. 2010-12-04 17:21:15 -05:00
Kris Maglione 252e7450f1 Crude source line linkification in :*usage. 2010-12-03 18:11:05 -05:00
Kris Maglione 09bfc60446 Fix :viu!.
--HG--
extra : rebase_source : e9f4ea7ad0d59656167aeb2e0fca276c8375c8ee
2010-12-03 17:30:53 -05:00
Kris Maglione becbd989e9 Allow exporting to a directory as well as an archive with dactyl.exportHelp. 2010-12-02 19:18:32 -05:00
Kris Maglione c8f18d8d62 Fix dactyl.profileName on WinNT. 2010-12-02 18:17:50 -05:00
Kris Maglione 5d51fd491a Do away with services.(get|create), and move the prefs module to its own file. 2010-12-01 21:57:51 -05:00
Kris Maglione 0bf9cfb0bc Avoid showing a rather silly and irrelevant prompt on :qall/ZQ. 2010-12-01 19:58:51 -05:00
Kris Maglione af3d7bce0e Don't muck with prefs any more than necessary on quit. Closes issue #162. 2010-12-01 19:35:24 -05:00
Kris Maglione dde222acac More sane dactyl.profileName getter. 2010-12-01 16:07:31 -05:00
Kris Maglione 0a3ec8c768 Make the silly ':hi Bell display:none;' hack function again. 2010-11-20 16:03:21 -05:00
Kris Maglione 2df24c410d Open the firstrun page in a new tab. 2010-11-19 16:30:38 -05:00
Kris Maglione dba1b75edb Provide for localized plugin help. 2010-11-18 17:12:10 -05:00
Kris Maglione b01dde9b24 Faster visual bell. 2010-11-18 15:53:34 -05:00
Doug Kearns ca9f473b37 Whitespace fixes.
--HG--
extra : rebase_source : 37889b9ebf1f965d0e305d95f488d6c01c54013c
2010-11-16 01:10:09 +11:00
Kris Maglione 1abe9fc2bb Replace 'laststatus' with a 'guioptions' flag. 2010-11-14 22:47:02 -05:00
Kris Maglione 2518a3423f Cleanup/fix buffer.shiftFrameFocus. Other misc cleanup/fixes. 2010-11-14 22:17:17 -05:00
Kris Maglione 152f8523af Fix some anglicised spellings and other typos. 2010-11-13 10:55:05 -05:00
Kris Maglione 6425fbd2dd Deprecate liberator alias. 2010-11-12 21:36:10 -05:00
Kris Maglione a284543f45 Check for the existence of certain dialogs. Closes issue #129. 2010-11-12 00:09:56 -05:00
Kris Maglione 1f8bd6ee81 Rip out threading code. Fixes issue #119. Fixes issue #128. 2010-11-12 00:00:16 -05:00