Commit Graph
100 Commits
Author SHA1 Message Date
Kris Maglione f78a7174e3 Small change to Browser.climbUrlPath.
--HG--
extra : rebase_source : f9f68aff83c51c28812761306ad31cf8a9205d3a
2010-10-21 19:54:27 -04:00
Kris Maglione f3d194b00b Fix finder on view-source: pages on recent Gecko 2. 2010-10-21 16:16:14 -04:00
Kris Maglione acb635d825 Fix hint encoding on non-recent Gecko builds. Closes issue #110. 2010-10-21 06:19:07 -04:00
Kris Maglione af8098bac6 Show status of radio/checkbox elements in hint label. 2010-10-20 05:07:45 -04:00
Kris Maglione 88b491ca44 Ignore some errors on failed incrimental search on FF36. Closes issue #96. 2010-10-20 02:34:36 -04:00
Kris Maglione 093365f753 Fix FF36 colossally broken by last commit. 2010-10-20 02:31:35 -04:00
Kris Maglione 75689d11bf Insert window into the modules prototype chain again, for the time being. Closes issue #100. 2010-10-20 02:18:48 -04:00
Kris Maglione 4ce5925ace Fix :!foo completion (but not :! foo completion, which works fine). 2010-10-18 23:33:42 -04:00
Kris Maglione b34fe0b741 Work around new problems introduced by recent JägerMonkey changes. Closes issue #95. 2010-10-18 21:39:19 -04:00
Kris Maglione 11b096f3fd Deal with Vimperator issue 425. 2010-10-18 20:35:59 -04:00
Kris Maglione eccba65fd4 Add :if/:elseif to :help :bar. 2010-10-18 19:34:43 -04:00
Kris Maglione e6b7d94e43 Use modes.set in autocmd-examples rather than modes.push. 2010-10-18 16:52:32 -04:00
Kris Maglione 23a4bde382 Hopefully remove some :abbrev silliiodocy. 2010-10-18 00:07:19 -04:00
Kris Maglione 1e3ce10290 Deal with some duplicated code, plus some collateral optimization. 2010-10-17 22:43:30 -04:00
Kris Maglione e6b6d80b10 Implement (with an e) an experimental ‘ex’ namespace. 2010-10-17 20:00:57 -04:00
Kris Maglione a2f6b13a10 Add :command -javascript and CommandOption#default. 2010-10-17 19:33:39 -04:00
Kris Maglione 699b487ab2 Try harder not to count invisible elements in <count>gi. 2010-10-17 17:18:00 -04:00
Kris Maglione e8caf78170 Fix some doc bugs. 2010-10-16 23:13:37 -04:00
Kris Maglione 7120933e66 Fix a possibly freudian typo found by stepnem. 2010-10-16 22:29:16 -04:00
Kris Maglione ce089bf60f Add &tag.command-line; and &tag.status-line; entities. 2010-10-16 22:20:57 -04:00
Kris Maglione 11a98b31f7 Add :if/:elseif/:else/:endif contiditionals. Also add comment help tag.
--HG--
extra : rebase_source : 6b6e15157d2fae436aa812df2db94a36a5e7ce79
2010-10-16 22:09:56 -04:00
Kris Maglione 89950aa226 Fix serialization of commands with embedded new lines in their args but no heredoc support. 2010-10-16 19:16:47 -04:00
Kris Maglione c96375d7ee Fix some dactyl.userEval magic now that it works again. 2010-10-16 17:12:58 -04:00
Kris Maglione 64694a6327 Remove inane fourth argument from tabs.remove. 2010-10-16 15:55:14 -04:00
Kris Maglione 5ba4b84563 Hint mode: Don't be discouraged by a document's lack of a body. Closes issue #40.
--HG--
extra : rebase_source : dfdf9cf61af76aa84841ff181f42afcf318bce6d
2010-10-16 15:45:30 -04:00
Kris Maglione e38b856829 Fix double command output for things like :ls|ls 2010-10-15 20:31:20 -04:00
Kris Maglione b940a9db96 Use rendered HTML for gF/:w !foo/:w >>foo until someone inevitably complains. Closes issue #44. 2010-10-15 17:52:28 -04:00
Kris Maglione 4bbfa212bc Somewhat better Y and :yank copy behavior that should work as expected on OS-X. 2010-10-15 16:13:45 -04:00
Kris Maglione c6c8b1e7ae Fix a typo in sanitizer.jsm. 2010-10-15 14:19:38 -04:00
Kris Maglione c683abc281 Fix a bug in replacing user commands. Closes issue #88.
--HG--
extra : rebase_source : 3d5045b548a81ec70e43ab1e3d006a975f95b974
2010-10-15 14:10:06 -04:00
Kris Maglione 9e10404daf Add forgotten NEWS entry. 2010-10-15 00:49:47 -04:00
Kris Maglione a3799d3d05 Import (and augment) my cookies plugin per Doug's suggestion, and improve dactyl.generateHelp (and :yank). 2010-10-15 00:30:03 -04:00
Kris Maglione bea1c20858 Better :yank formatting. 2010-10-14 22:06:17 -04:00
Kris Maglione 7853331e7c Fix focus bug by removing a fix for other focus bugs.
--HG--
extra : rebase_source : c820f43ee5099802f6b40797aa9960d16e929c44
2010-10-14 22:05:58 -04:00
Kris Maglione 2a995fd232 Stop flashing when the completion list opens. 2010-10-14 20:04:32 -04:00
Kris Maglione ae485fc35d "Yanked {n} line(s)" 2010-10-14 19:37:10 -04:00
Kris Maglione e44b0f60d4 Don't run the sanitizer at shutdown unasked. 2010-10-14 18:31:59 -04:00
Kris Maglione 9f9021e68e Add :yank command. 2010-10-14 18:31:12 -04:00
Kris Maglione 6cd4f05790 Fix typos from revision b17138943fa6. 2010-10-14 18:01:11 -04:00
Kris Maglione b0eb3230ab Remove debugging statements from last commit. 2010-10-14 17:35:37 -04:00
Kris Maglione abf234ee0b Impliment more focus change hacks until my next patch is finished. 2010-10-14 17:32:00 -04:00
Kris Maglione e40b0c95ad Remove onKeyUpOrDown handler, which doesn't explain its purpose well enough to survive. Fixes issue #76. 2010-10-14 15:53:01 -04:00
Kris Maglione d7fb8637d7 Fix File on non-Minefield builds. 2010-10-14 14:48:01 -04:00
Kris Maglione 2a7847a0b2 Fix typo. 2010-10-14 14:14:12 -04:00
Kris Maglione c6c86fa858 Fix some more stupid bugs in newer JägerMonkey. 2010-10-14 14:08:12 -04:00
Kris Maglione e925a7db01 Fix some stupid bugs in newer JägerMonkey. Closes issue #86. 2010-10-14 13:58:18 -04:00
Kris Maglione fbb70c7093 Set continue=false before hiding hints. Closes issue #85. 2010-10-14 13:36:56 -04:00
Kris Maglione eee5f6e71b Fix small bug. 2010-10-14 13:26:12 -04:00
Kris Maglione 7315aac513 Fix formatting of :help 'activate' default value. 2010-10-14 13:12:48 -04:00
Kris Maglione a09f6321e7 Wrap long option values in :set output. Closes issue #84.
--HG--
extra : rebase_source : b6346cff93828af6c22b19bbd65ac5cf20b7e72d
2010-10-14 13:06:35 -04:00
Kris Maglione 450a24340e Remove debugging statement from fix_symlinks script.
--HG--
extra : rebase_source : f6cb42e166a22df92f0be58795aa58d80b4eb34d
2010-10-14 12:07:09 -04:00
Kris Maglione cd60cf81f6 Don't show the "all" item in the sanitize dialog. 2010-10-14 04:18:00 -04:00
Kris Maglione 3f42eee0db Fix Addon#userDisabled setter on FF36. Closes issue #82. 2010-10-14 03:34:09 -04:00
Kris Maglione a703d0a3bf Integrate sanitizer with host UI, sanitize at shutdown support, and control which items are sanitized when more thoroughly. Closes issue #70. 2010-10-14 03:29:56 -04:00
Kris Maglione 9e42f55fa1 Fix possible infinite loop. 2010-10-13 16:51:29 -04:00
Kris Maglione 16b3657042 Fix option serialization again. 2010-10-13 16:39:47 -04:00
Kris Maglione b8a2d4d3f2 Fix option serialization. 2010-10-13 16:30:34 -04:00
Kris Maglione 7aa5bb3c64 Show a sensible error message when :extupdate is not available. Closes issue #79.
--HG--
extra : rebase_source : 912736e0c9146a6eca72285c21db3a195ed94f3a
2010-10-12 23:35:08 -04:00
Kris Maglione ffa1c2179f Look for scrollable elements in the focused frame first.
--HG--
extra : rebase_source : dffe9f302407a2b49158761e1e9fa0c2e2329caf
2010-10-12 19:47:34 -04:00
Kris Maglione e1b591dd14 Fix some brokenness. 2010-10-12 17:45:38 -04:00
Kris Maglione 8628551c5a Fix parsing of invalid JSON strings in arguments, and serialization of strings containing tabs and newlines. Closes issue #72. 2010-10-12 17:34:39 -04:00
Kris Maglione e96c946499 Fix the default 'activate' value. 2010-10-12 16:05:21 -04:00
Kris Maglione 46f871571d Add some temporary debugging code to catch the last element of the mode stack being popped. 2010-10-12 15:58:07 -04:00
Kris Maglione 1a10353f43 Fix some age old hint bugs, including iframed hint viewport calculations. 2010-10-12 15:26:04 -04:00
Kris Maglione 4351bb675b Make "all" toggle other items in "activate", "eventignore", "newtab", and "sanitizeitems". 2010-10-12 14:29:11 -04:00
Kris Maglione 2e3f47b19e Fix using :command from the command line. Closes issue #67. 2010-10-12 13:41:01 -04:00
Kris Maglione 6907ae130e Fix inserting [ '"] as the first character in command-line mode. 2010-10-12 12:25:00 -04:00
Kris Maglione 8582ea8ba5 Fix some option validators. Closes issue #78. 2010-10-12 11:04:57 -04:00
Kris Maglione 2cdd59b1d4 Fix :dia printpreview on FF4. Closes issue #75. 2010-10-12 10:54:59 -04:00
Kris Maglione db346d8c29 Fix encoding of extended hint completion. Closes issue #74. 2010-10-12 10:45:14 -04:00
Kris Maglione 3c77559614 Rename followDocumentRelationship. 2010-10-12 04:22:39 -04:00
Kris Maglione a3ce7ae169 Hack to hide -- COMMAND LINE -- with MOW open (what the... does multiline out mode have to do with command-line mode, anyway?) 2010-10-12 02:57:10 -04:00
Kris Maglione 3d43582f0d Add go+=c and move the mode message to the left of the status-line. CSS needs some work. 2010-10-12 01:23:53 -04:00
Kris Maglione ad458f4be1 Fix broken :exte completion. 2010-10-11 20:12:50 -04:00
Kris Maglione 2597be756a Fix completion list for functions that return augmented arrays. 2010-10-11 16:45:12 -04:00
Kris Maglione 7f2126179e Rename stringToURLArray ⇒ parseURLs. 2010-10-11 15:50:23 -04:00
Kris Maglione f4ddaafb9e Fix n_~. Closes issue #68. 2010-10-11 15:34:51 -04:00
Kris Maglione 577b8e3639 Fix purge-session-history observer timespan. Closes issue #70. 2010-10-11 15:04:46 -04:00
Kris Maglione 0a2750c7ed Speed up hint opening a bit. 2010-10-11 14:48:03 -04:00
Kris Maglione a0fc10efbc Fix command parsing on FF36. Closes issue #65.
--HG--
extra : rebase_source : 801de24c1af70280c1ac297a2db47fc37b82878c
2010-10-11 14:05:10 -04:00
Kris Maglione b2a70aea71 Return a sane format from Option#value, rename {join,parse}Values to stringify/parse (c.f. JSON), and deprecate Option#values. 2010-10-11 04:40:07 -04:00
Kris Maglione e95bb3708c Remove a bit of now-superfluous code and fix Option#setFrom. 2010-10-11 03:27:42 -04:00
Kris Maglione 76b24a6aa7 Merge mode-refactoring. 2010-10-11 02:50:48 -04:00
Kris Maglione 6850148ed8 Merge default.
--HG--
branch : mode-refactoring
extra : close : 1
2010-10-11 02:50:23 -04:00
Kris Maglione 4efc6a3972 Allow things like :com! foo\n \ echo 1\n \ echo 2 2010-10-11 02:47:07 -04:00
Kris Maglione 5a670ebd7b Stem my patholigical tendency to use iterators wherever possible (but not my pathological desire to clean up perfectly servicable code). 2010-10-11 01:49:58 -04:00
Kris Maglione e6672f47c3 Allow \ line continuations in Ex files. 2010-10-10 23:05:59 -04:00
Kris Maglione d7ff35c565 Get rid of a lot of special casing in the event loops. Merge default.
--HG--
branch : mode-refactoring
2010-10-10 15:19:27 -04:00
Kris Maglione 7a2d80e675 Some cherry-picked changes from my next mode-refactoring commit. 2010-10-10 15:06:11 -04:00
Kris Maglione 5e5a112c0b Fix some help formatting problems. 2010-10-10 03:27:01 -04:00
Kris Maglione c977268278 Merge default.
--HG--
branch : mode-refactoring
2010-10-10 02:56:22 -04:00
Kris Maglione c0729269dd Add command argument/option/quoting help information. 2010-10-10 02:55:42 -04:00
Kris Maglione 5e231dd571 Some smaller hint mode tweaks and fixes. 2010-10-09 21:05:02 -04:00
Kris Maglione d6e62a728d Also update hints on scroll events. 2010-10-09 20:15:24 -04:00
Kris Maglione d0e2262565 Fix displaying of selected hint, especally with g; 2010-10-09 19:47:32 -04:00
Kris Maglione a9206c4e3c Fix startup in permanent private browsing mode. 2010-10-09 17:03:57 -04:00
Kris Maglione 4151fe4064 Merge default.
--HG--
branch : mode-refactoring
2010-10-09 16:48:11 -04:00
Kris Maglione fdddfb31ef Add ;S ‘add search keyword’ hint mode. 2010-10-09 16:45:22 -04:00
Kris Maglione 8fb31f7696 Better :qmark completion. 2010-10-09 13:21:00 -04:00
Kris Maglione 15df81361d Fix some double-printed errors on :source, and make :source! work properly for Ex files. 2010-10-09 13:10:41 -04:00