Commit Graph
100 Commits
Author SHA1 Message Date
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
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
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
Doug Kearns 68bd2e5274 Fix dactyl.Controller#countBeep definition typo. 2011-01-31 22:32:21 +11:00
Doug Kearns bb4423c14c Fix :map -mode description. 2011-01-31 22:29:26 +11:00
Doug Kearns 2c3fd51812 Restore the repeat.xml help file.
--HG--
extra : rebase_source : 7647d2e583fe2ed05c693a1524ff6e54105c3faf
2011-01-27 18:38:08 +11:00
Doug Kearns 35e0ab9cf4 Add experimental Mozmill functional tests.
--HG--
extra : rebase_source : eb8095f9d17f9c97706f93f670dd880c2b56f050
2011-01-25 22:17:52 +11:00
Doug Kearns a35f064cc8 Fix :run. 2011-01-25 18:16:28 +11:00
Doug Kearns 93f89c9573 Mention the FAQ in about:pentadactyl.
Disable the reference to the currently missing :help version page.
2011-01-24 16:58:38 +11:00
Doug Kearns ca9aa5bd02 Fix mappings.get. 2011-01-24 14:44:08 +11:00
Doug Kearns 162d9122b2 Fix mappings.iterate. 2011-01-24 14:19:55 +11:00
Doug Kearns de2655ce01 Document Map#id.
--HG--
extra : rebase_source : 2cbd2fe1cfee7446b4c07e13e0d22b7b00aaa25c
2011-01-24 12:49:50 +11:00
Doug Kearns 05e0dd6f6b Add arg validation to :pageinfo. 2011-01-24 12:21:22 +11:00
Doug Kearns 5415cad4e7 Improve help file formatting for options with long default values.
--HG--
extra : rebase_source : 812cf6121ac5fbf7fb7d6871394c093fe65edcad
2011-01-23 22:09:25 +11:00
Doug Kearns 79247daec7 Don't output blank lines for empty pageinfo sections. 2011-01-23 17:12:37 +11:00
Doug Kearns 89d57a9106 Fix v_v and v_V. 2011-01-20 21:17:44 +11:00
Doug Kearns b52e78b92e Remove no longer relevant or used bottom page margin from help CSS. 2011-01-17 13:55:15 +11:00
Doug Kearns 70c43b22f0 Add a copy of the FAQ to the installed help system. 2011-01-17 13:48:06 +11:00
Doug Kearns 6794548be1 Remove the useless buffer.destroy definition. 2011-01-17 11:36:14 +11:00
Doug Kearns 35c4d6a614 Fix :pageinfo.
Broken in revision 185600dddcf7.
2011-01-17 11:23:32 +11:00
Doug Kearns 07f15f838b Update the HelpHead* highlight group names in developer.xml.
--HG--
extra : rebase_source : d1aa4b17c0d8a9c0b64191d43de89a5bfb2bfab2
2011-01-13 10:33:50 +11:00
Doug Kearns 0f9a558a3c Move common deprecation message content to deprecated(). 2011-01-13 05:21:22 +11:00
Doug Kearns 68620dadc7 Add some missing deprecated buffer features. 2011-01-13 04:29:18 +11:00
Doug Kearns 7b719449a3 Fix :zoom +{value}.
Fixes inverted values of buffer.zoomLevel.

--HG--
extra : rebase_source : 6df158ff3ae96b66c085dafe7d5aaa2fcab0ad1d
2011-01-12 06:42:02 +11:00
Doug Kearns ac57dad220 Deprecate util.{writeTo,readFrom}Clipboard.
Replaced by dactyl.clipboard{Read,Write} they have been.
2011-01-11 22:07:48 +11:00
Doug Kearns 1256e37286 Fix editor.editFieldExternally.
Broken in revision 40e49837cafd.
2011-01-11 20:24:22 +11:00
Doug Kearns c4ab1a4070 Revert dactyl.initHelp fix in revision 7b8c6bbe8d67.
In response to revision 6a8d60e97669.
2011-01-11 20:06:00 +11:00
Doug Kearns 5de50b67bb Fix help system.
Broken in revision 40e49837cafd.
2011-01-10 18:21:13 +11:00
Doug Kearns 7254ce5910 Fix <C-u>/<C-d>.
Closes issue #252.
2011-01-10 14:48:03 +11:00
Doug Kearns 45932f73a3 Add BREAKING_CHANGES file.
Document buffer.UR[IL] change.
2011-01-09 02:44:46 +11:00
Doug Kearns 269a12a71a Update the tutorial help page with :listkeys et al. 2011-01-07 03:59:18 +11:00
Doug Kearns 7eb7772b61 Support make install{xpi} for {Melo,Tele}dactyl. 2011-01-07 02:26:46 +11:00
Doug Kearns 80def7bfe9 Set the Vim ft in the modeline of the new modules.
--HG--
extra : rebase_source : 931647ac0dc0fb21d33d5f03b2d7267a73c0bb45
2011-01-05 02:41:06 +11:00
Doug Kearns bb8192d7ea Update Bookmarks#isBookmarked docs. 2011-01-04 21:24:10 +11:00
Doug Kearns 60abec35ae Add TODO item for error message clean up. 2011-01-04 03:32:15 +11:00
Doug Kearns 28d1524229 Fix :run on FF 3.6.
Closes issue #233.
2011-01-04 01:45:53 +11:00
Doug Kearns 835fabb62d Fix "invalid character class" error on FF 3.6.
Closes issue #230.
2011-01-03 22:24:14 +11:00
Doug Kearns 6117ad098a Fix -pentadactyl command-line argument parsing.
Closes issue #224.
2011-01-03 21:42:41 +11:00
Doug Kearns 2649952ef2 Add argument validation to state changing :ext* commands. 2011-01-03 21:18:12 +11:00
Doug Kearns 053ef86016 Add <A-F1> to open the single unchunked help page. 2011-01-01 20:28:14 +11:00
Doug Kearns 4eb8682f28 Add missing :command-complete argument list help files. 2011-01-01 04:23:57 +11:00
Doug Kearns 6529e1868c Add some docs for util.editableInputs. 2011-01-01 03:59:13 +11:00
Doug Kearns 0400b77774 Fix some help typos. 2011-01-01 03:57:11 +11:00
Doug Kearns 24f5c9d06d Make the :command-complete completers config specific.
Adds a few missing completers for Pentadactyl.
2011-01-01 03:54:43 +11:00
Doug Kearns 729bf8d45c Normalise the help intro pages for each extension.
Specific content is still to come.
2011-01-01 03:52:44 +11:00
Doug Kearns e920648701 Update mapping definitions for Melodactyl and Teledactyl to use Args object. 2011-01-01 03:48:38 +11:00
Doug Kearns 66ada66811 Rename Events.isInputElem* to isInputElement* as per HACKING style guide. 2011-01-01 03:47:15 +11:00
Doug Kearns b6e89aad9f Fix macro playback.
--HG--
extra : rebase_source : eaf191e08d2aba1a27beb06f682be8d4a73144f5
2010-12-31 00:16:05 +11:00
Doug Kearns 8e785245c1 Miscellaneous semicolon, whitespace, and formatting fixes. 2010-12-30 21:54:28 +11:00
Doug Kearns 3c414d9ac9 Fix q mapping's action arg.
See revision 45b2508a55c9.
2010-12-30 20:21:07 +11:00
Doug Kearns 6067f53af7 Remove unused variable assignment from CommandLine#onMultilineInputEvent. 2010-12-30 07:45:48 +11:00
Doug Kearns 21ddb65595 Add missing syn-contained args to the :mksyntax generated file. 2010-12-22 04:38:51 +11:00
Doug Kearns fcd388dd6c Fix silent failure of :set booloption=value. 2010-12-22 02:06:03 +11:00
Doug Kearns 92b19812db Update Vim runtime files. 2010-12-22 01:26:09 +11:00
Doug Kearns 3d6406751b Remove 'linksearch' from the Vim runtime files.
Also mention its removal in NEWS.
2010-12-19 00:10:16 +11:00
Doug Kearns 41364b2111 Fix typo in 'hintmatching' completer value description. 2010-12-17 17:26:38 +11:00
Doug Kearns 9c0cc5d19b Update Vim runtime files for 'smartcase' change. 2010-12-06 18:13:16 +11:00
Doug Kearns 349205aed1 Allow signed numeric values in :set!. (anekos)
--HG--
extra : rebase_source : 36a2de3517da2d777d08b6b89c63a82c66faf2ff
2010-12-04 09:03:08 +11:00
Doug Kearns 3886a82f47 Add c_<C-p> and c_<C-n> as aliases for c_<S-Up>/c_<S-Down>. 2010-12-04 08:38:02 +11:00
Doug Kearns 3cec1f482c Update Vim runtime files for addition of 'urlsep' and removal of 'ls'. 2010-11-16 02:05:39 +11:00
Doug Kearns 52f69b5c45 Fix breaking typos in Bookmarks#remove.
--HG--
extra : rebase_source : 22db0aad758f6b87d5581c33faf3142ed7896cea
2010-11-16 01:34:53 +11:00
Doug Kearns ca9f473b37 Whitespace fixes.
--HG--
extra : rebase_source : 37889b9ebf1f965d0e305d95f488d6c01c54013c
2010-11-16 01:10:09 +11:00
Doug Kearns 4b7a36f520 Mention negative count behaviour of buffer.shiftFrameFocus in doc comment.
--HG--
extra : rebase_source : 19df452513744fc8eb5200d9a8bc0b6eebefdf5f
2010-11-15 16:27:35 +11:00
Doug Kearns 76e14b78d4 Whitespace fix.
--HG--
extra : rebase_source : 551b016d9c5776f49385f4e7cb2cecd34e5f15ad
2010-11-15 12:13:29 +11:00
Doug Kearns 9148d00ede Fix command arg count validation. 2010-11-13 23:27:25 +11:00
Doug Kearns b6cca65f3f Add missing semicolon. 2010-11-13 14:22:28 +11:00
Doug Kearns edbce58a59 Remove some unused self var declarations. 2010-11-12 22:59:39 +11:00
Doug Kearns 5faa13c996 Clean up editor.pasteClipboard.
--HG--
extra : rebase_source : 119ea139b97eee94ec195ddf251c00d5ebdf81c0
2010-11-11 19:09:50 +11:00
Doug Kearns 12850179d5 Make editor.expandAbbreviation a little more readable.
--HG--
extra : rebase_source : 49d92eb99a1b5a52db7d24696341148f822b773c
2010-11-10 23:49:12 +11:00
Doug Kearns ffec397c1a Remove unused variable from completion.searchEngineSuggest. 2010-11-10 12:14:59 +11:00
Doug Kearns 6490bade8b Partially clean up the abbreviations API docs. 2010-11-10 12:13:45 +11:00
Doug Kearns d23b43d963 Return all abbreviations, by default, from the abbreviation completer.
Fixes :command -complete=abbreviation
2010-11-10 11:28:09 +11:00
Doug Kearns ab9b65a712 Remove the command Args dependency from a few straggling completers.
--HG--
extra : rebase_source : 12e642050a248dc0a33164d6757e925c9339a760
2010-11-09 22:19:02 +11:00
Doug Kearns 6bf82c4fbc Declare an undeclared variable in Abbreviation.modeChar.
--HG--
extra : rebase_source : 42ff7874f5e75b0bb7970610cd797b7d061e74d1
2010-11-09 22:11:31 +11:00
Doug Kearns 833fcaacdc Fix :unmap help specs.
--HG--
extra : rebase_source : 386de2a0e887be017f67c85ccac8963097c37c98
2010-11-09 22:08:33 +11:00
Doug Kearns fd9ca1487d Revert 102689d248aa
Args is command completion specific.

--HG--
extra : rebase_source : 230320207a8c1fd9732e406fd217e36736982c27
2010-11-09 00:05:26 +11:00
Doug Kearns b21c2a093f Replace a couple of references to util.Array with array. 2010-11-08 21:39:39 +11:00
Doug Kearns 4a2d35c4f4 Add external editor mappings to Command Line and Text Edit modes.
This is bound to <C-i> in each of these modes as it is for Insert mode.

--HG--
extra : rebase_source : 846abe669c943637de39a8def11e30d812f01fc2
2010-11-08 18:35:18 +11:00
Doug Kearns a8b16ec635 Replace util.isOS with a platform queryable util.OS object.
--HG--
extra : rebase_source : 2a00dd4e3a023c9de11818bb95d86d9901341c6a
2010-11-08 05:34:57 +11:00
Doug Kearns 7787f0a2ce Normalise the standard completer signatures to fn(context, args, ...).
This also fixes a number of the :command completers.

--HG--
extra : rebase_source : 588a9b5a163ba3882c89d0716f292ef9658297f6
2010-11-06 23:52:23 +11:00
Doug Kearns e927c521d9 Rename Modes.StackElem and CommandWidgets.addElem to *Element.
--HG--
extra : rebase_source : f52b838e76dde8acc41bb382a505627e9c9f02dd
2010-11-05 18:52:28 +11:00
Doug Kearns 27d8ee04bb Whitespace fixes.
--HG--
extra : rebase_source : 767c3a15afc7917a5f6585417c8edcd45b67f0b1
2010-11-05 18:39:06 +11:00
Doug Kearns 81fb98b4c4 Simplify some overwrought optional arg handling in StatusLine updaters.
--HG--
extra : rebase_source : 08270edb93ef96cb00d8b16239ff29d61f2299cb
2010-11-05 18:36:12 +11:00
Doug Kearns 903268b0e1 Add missing semicolons.
--HG--
extra : rebase_source : 9b307f142d55c3cd89ea6010ea15f1d26b11846f
2010-11-05 09:09:09 +11:00
Doug Kearns 0d20e9ffc7 Make Statusline#updateBufferPosition a little more readable. 2010-11-05 09:01:53 +11:00
Doug Kearns a66c37088c Remove unused editor._lastFindChar{,Func} variables.
t_; and t_, aren't implemented.
2010-11-05 02:16:08 +11:00
Doug Kearns 44f23146e1 dd 'passkeys' to the Vim syntax files. 2010-11-05 02:09:17 +11:00
Doug Kearns 9512564351 Add some rough preliminary documentation for Text Edit mode. 2010-11-05 02:08:53 +11:00
Doug Kearns 97147e8489 Partially clean up count handling in Editor. 2010-11-05 02:08:23 +11:00
Doug Kearns 749570aba8 Fix count handling of t_p.
--HG--
extra : rebase_source : bcbb1c42915c0a328e754e55eeb3c7ca6cfc5194
2010-11-05 01:17:57 +11:00
Doug Kearns 58502396a6 Remove some useless return statements from Editor.
--HG--
extra : rebase_source : e0d9e68dd782ceaa3bc444333eea62a7add7e215
2010-11-05 01:17:13 +11:00