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

5655 Commits

Author SHA1 Message Date
Kris Maglione e769c21566 Fix lost key presses when starting find mode during page load. 2011-02-03 12:35:37 -05:00
Kris Maglione d9ad94fb1e Auto-flush the autocomplete timer after feeding keys. 2011-02-03 11:42:04 -05:00
Kris Maglione b89ef65a59 Ditch some dump()s. 2011-02-03 10:34:40 -05:00
Kris Maglione e92252a4ab Fix cleanup issue. 2011-02-03 10:33:16 -05:00
Kris Maglione 8ac70cbaed Fix unduly early loading of the commandline module. 2011-02-03 10:30:35 -05:00
Kris Maglione b2358eb152 Fix some more unfortunate bugs. Yay tests. 2011-02-03 10:20:17 -05:00
Kris Maglione 440f4872b1 Fix unfortunate bug. 2011-02-03 09:56:13 -05:00
Kris Maglione d48dcd8723 Another attempt at revision 8613b76cff40. 2011-02-03 09:48:10 -05:00
Kris Maglione e470de350c Revert last revision. 2011-02-03 09:06:52 -05:00
Kris Maglione 4a09c97eb1 More lazy instantiation. Look out for breakage. 2011-02-03 09:04:23 -05:00
Kris Maglione 346cf2531a Add :completions command. 2011-02-03 05:34:50 -05:00
Kris Maglione f84396f5e6 Fix multi-value :set charlist completion. Closes issue #347. 2011-02-03 05:25:17 -05:00
Kris Maglione 11a6a7a31b More testing stuff. 2011-02-03 05:17:02 -05:00
Kris Maglione b10e4e4b3a Minor performance work. 2011-02-03 02:34:40 -05:00
Kris Maglione edecec56f9 Add :map -arg. Document :com -literal. 2011-02-03 02:00:47 -05:00
Kris Maglione 8b6086fb7f Fix typo noted by stepnem. 2011-02-02 22:02:44 -05:00
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