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

5639 Commits

Author SHA1 Message Date
Kris Maglione f3e510837d Manually run Ex completers rather than pushing them through the
command line machinery. It's orders of magnitude faster, on the one
hand, but also runs the display machinery for all results, which may
catch more errors. Errors in the command line completion machinery
should be tested elsewhere.

Fix some sidebar test bugs.

Move dactyl.js and utils.js files out of sandboxes and into modules
so we can pass XML objects in and out of them.

--HG--
rename : common/tests/functional/dactyl.js => common/tests/functional/dactyl.jsm
rename : common/tests/functional/utils.js => common/tests/functional/utils.jsm
2011-02-02 22:01:49 -05:00
Kris Maglione 2e91c2a3cb Bang on tests some more. 2011-02-02 19:02:04 -05:00
Kris Maglione a2ea607fcd Fix unnecessary loading of highlight.jsm whenever a help page is loaded. 2011-02-02 18:11:14 -05:00
Kris Maglione 311a07fbd0 Get rid of silly stack dumps. 2011-02-02 18:07:33 -05:00
Kris Maglione 6de8120d57 Fix "match n of m" getting stuck in the progress area. 2011-02-02 16:59:37 -05:00
Kris Maglione 475da7edd9 Use a better document iterator for applying overlays so that we can overlay documents in tabs as well. 2011-02-02 16:21:57 -05:00
Kris Maglione 475a3244c5 Fix some key feeding issues. 2011-02-02 13:01:52 -05:00
Kris Maglione bbe245a7bd Fix some startup issues. 2011-02-02 11:58:03 -05:00
Kris Maglione bc342751da Fix disabling of stylesheets. 2011-02-02 11:39:48 -05:00
Kris Maglione f64acd9e0f Format generated stylesheets a bit more nicely. 2011-02-02 11:20:46 -05:00
Kris Maglione a971e68ba6 Update leading comment in stylesheets. 2011-02-02 11:18:21 -05:00
Kris Maglione c9bdbe3391 Replace horrible chrome-data URLs with somewhat more comprehensible dactyl://style/ URLs. 2011-02-02 11:14:10 -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 8507b4f232 Fix failing qmark completion tests. 2011-02-02 17:59:57 +11:00
Doug Kearns 1ad028860a Partially fix some lying :bmark output tests. 2011-02-02 15:19:36 +11:00
Doug Kearns c12dc0ec43 Document events.finishRecording. 2011-02-02 14:09:45 +11:00
Kris Maglione e80eb262fb Fix prompt (namely hint mode) completions. 2011-02-01 19:12:26 -05:00
Kris Maglione cf9be47589 Use a sensible extension for :saving text/plain documents. 2011-02-01 19:06:32 -05:00
Kris Maglione 009772c8ec Fix the completion list opening when it shouldn't. 2011-02-01 19:03:50 -05:00
Kris Maglione 4d26e38a94 Fix :saveas naming bug.
--HG--
extra : rebase_source : 5f85f68a25499827943f07a182de6af70eee4461
2011-02-01 18:07:40 -05:00
Štěpán Němec 386749a0a9 Fix :ia and :ca broken by revision 241221d6e231. 2011-02-01 23:30:43 +01:00
Kris Maglione 7a6f236e2d Simplify last commit. 2011-02-01 15:26:56 -05:00
Kris Maglione b6bdac4b1f Disable sending incompatibility reports via the ACR. 2011-02-01 15:20:55 -05:00
Kris Maglione a31f3beaa9 Make t_^ do something sensible. 2011-02-01 13:14:08 -05:00
Kris Maglione 71caa3ef68 Remove stale dump statement. 2011-02-01 13:02:57 -05:00
Kris Maglione b51269584d Simplify Editor.extendRange somewhat. 2011-02-01 13:01:13 -05:00
Kris Maglione b81a7c662f Adjust buffer.currentWord not to modify the selection. Add 'isk', undocumented until we decide on an interface. 2011-02-01 12:13:15 -05:00
Kris Maglione 0229d12472 Make t_B, t_W, t_e, and t_E do something sensible.
--HG--
extra : rebase_source : 9f19dd36c356f9e3f4556e4654360a187eb1ed9b
2011-02-01 11:45:25 -05:00
Doug Kearns b5025f77f3 Relocate the test log to the test directory. 2011-02-01 20:44:12 +11:00
Doug Kearns 35a6b6eaf4 Add new privacy.xml help file.
--HG--
extra : rebase_source : e141c5426e02dc38e38acb11fbf94ce4e5d62fc9
2011-02-01 20:08:46 +11:00
Kris Maglione a21db1858a Bang on tests some more. Ameliorate some async completion issues.
--HG--
extra : rebase_source : 0f550b1650963e4010e447db2df7d6815627bae2
2011-02-01 04:02:29 -05:00
Doug Kearns e38f408b5d Ignore non-enumerable properties in set.has. 2011-02-01 19:19:29 +11:00
Doug Kearns 7d2605456c Update some old references to the deprecated dactyl.globalVariables.
Prefer set.has over Object#hasOwnProperty in :let/:unlet definitions.
2011-02-01 18:28:06 +11:00
Doug Kearns 4b06889126 Fix abbreviations.get again to survive a hasOwnProperty abbreviation. 2011-02-01 17:48:52 +11:00
Doug Kearns 6fd731299e Rename the [ci]abbrev commands to [ci]abbreviate. 2011-02-01 17:23:24 +11:00
Doug Kearns df4b9340eb Rename abbreviations.abbrevs to abbreviations._store. 2011-02-01 16:58:41 +11:00
Doug Kearns 8732940655 Don't attempt to expand non-existent abbreviations with Object property names. 2011-02-01 16:56:31 +11:00
Kris Maglione 2e8fd518a4 Fix pasting bug. 2011-02-01 00:42:48 -05:00
Kris Maglione dab394de78 Bang on tests a bit more. 2011-02-01 00:29:21 -05:00
Kris Maglione 8854c09db9 Quiet the old add-on validator a bit. 2011-01-31 22:18:55 -05:00
Kris Maglione cef42479df Show all valid hints on tab. Closes issue #339. 2011-01-31 20:36:36 -05:00
Kris Maglione ee951d130e Remove stupid parseForm eccentricity copied from Firefox. 2011-01-31 17:14:38 -05:00
Kris Maglione 63fe67258d Fix last commit. 2011-01-31 14:52:29 -05:00
Kris Maglione b6e5eb1e20 Update visible hints when a number is typed. Closes issue #336. 2011-01-31 14:42:54 -05:00
Kris Maglione d054683459 Closes issue #302.
--HG--
extra : rebase_source : d472dcfa840b7e82e8834aef5f4c3abdfc4132bd
2011-01-31 13:42:42 -05:00
Štěpán Němec 7ad4dd75c3 Attempt to clarify the :h :feedkeys clarification. 2011-01-31 17:27:10 +01:00
Doug Kearns 243921aec6 Mention the versions.xml help page in the intro page list. 2011-02-01 01:40:31 +11:00
Doug Kearns 37d62cdeba Run stylebot -- semicolons. 2011-02-01 01:06:49 +11:00
Doug Kearns cf79af7148 Minor clarification of events.feedkeys API docs. 2011-01-31 22:56:32 +11:00
Doug Kearns 97186c8bff Clarify :help :feedkeys. 2011-01-31 22:42:53 +11:00