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

1486 Commits

Author SHA1 Message Date
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 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 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 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
Doug Kearns 97b7c272d1 Add :extupdate to the help file index. 2010-10-09 23:01:53 +11:00
Doug Kearns a1d855a478 Fix :extupdate name.
"extuupdate" -> "extupdate"
2010-10-09 22:50:50 +11:00
Doug Kearns 64a50b8cfc Clean up some crufty comments. 2010-10-09 22:48:54 +11:00
Doug Kearns 8be0558982 Whitespace fixes. 2010-10-09 21:45:52 +11:00
Doug Kearns 86efd0bb6a Add missing "use strict" pragmas. 2010-10-09 21:42:37 +11:00
Kris Maglione d64eab8f2a Fix iter() on FF36. Closes issue #63. 2010-10-09 01:11:08 -04:00
Kris Maglione f40ed2e734 Hint mode improvements. 2010-10-08 22:54:34 -04:00
Kris Maglione d138c1e027 Add :extupdate command. 2010-10-08 18:18:36 -04:00
Kris Maglione 9ed5d069ee Fix prefixing of dump messages from base.jsm. 2010-10-08 15:31:53 -04:00
Kris Maglione ff224d81c1 Add temporary kludge until the next FF4b comes out. 2010-10-08 15:16:17 -04:00
Kris Maglione 655a48384b Just use with (window) in userEval. Adding it to the prototype chain causes too much trouble.
--HG--
extra : transplant_source : %040%D8%7E%06m%B1%04D%9E%C0wN%BF%8F%EEo%D9%14%F5
2010-10-07 23:35:53 -04:00
Kris Maglione 1c62294ef6 Some minor fixes, and add ctypes support to iter().
--HG--
extra : transplant_source : %8A%D5.%EC.%9A%CC%94%D3%AA%03ARn%D5%A0d%DF%FBj
2010-10-07 23:18:09 -04:00
Kris Maglione d6fd5d929d Use JSON.parse rather than eval to parse strings.
--HG--
extra : transplant_source : %7B%40A%81%9F3%F4N%A7%0A%C37%A5%3D%D0%B9d%80%14%FE
2010-10-06 23:28:42 -04:00
Doug Kearns 54bc41d571 Rename License.txt to LICENSE.txt to match the legalese.
--HG--
rename : License.txt => LICENSE.txt
2010-10-07 16:52:08 +11:00
Doug Kearns a74f5df6c7 Use null rather than -1 for specifying a non-existent mode display function.
--HG--
extra : rebase_source : 1709c70c9e792c2f52009728fc7cd53970f8a9ae
2010-10-07 01:35:25 +11:00
Kris Maglione 03fc7f24d8 Forbid unknown keys in TEXTAREA mode. Closes issue #34. 2010-10-06 23:13:51 -04:00
Kris Maglione 8c98658e74 Finish moving dactyl.dump to util from last commit, and store the last 15 intercepted stack traces. 2010-10-06 18:08:07 -04:00
Kris Maglione 312244c00c Fix a typo in styles.jsm. Closes issue #49. 2010-10-06 17:38:23 -04:00
Kris Maglione 28f51ef202 Don't purge permissions on browser:purge-session-history. Closes issue #52. 2010-10-06 15:46:27 -04:00
Kris Maglione 169133e16e Add Mercurial hook hack to fix symlinks on Windows®. 2010-10-06 15:01:32 -04:00
Kris Maglione f8dc6097aa Fix duplicate plugin help entries. Closes issue #51. 2010-10-06 11:52:57 -04:00
Kris Maglione 97f043d32f Fix some mode changing corner cases. Closes issue #51. 2010-10-06 11:38:22 -04:00
Štěpán Němec 3af5107388 Make the :bar literal commands' links link. 2010-10-06 16:47:46 +02:00
Doug Kearns 8eca664a41 Remove unused variable. 2010-10-07 00:51:30 +11:00
Doug Kearns b23227f20b Fix error message for non-existent commands in a "|" separated command line. 2010-10-07 00:48:33 +11:00
Doug Kearns 3aefc2ef99 Add some documentation for :help :bar. 2010-10-06 23:57:24 +11:00
Doug Kearns 033ad14e75 Restore beeping at buffer scroll boundaries. 2010-10-06 23:51:41 +11:00
Kris Maglione f17790a39a Give the Cmd* and Status* highlight groups slightly higher precedence than their unadorned variants. 2010-10-05 20:03:06 -04:00
Kris Maglione e953ec0801 Don't pass the silent arg to dactyl.execute when sourcing files. Fixes related commandline.commandOutput calls. 2010-10-05 15:57:45 -04:00
Kris Maglione 7f574a512f Preserve file/line information with saved ex commands (:au, :com, :map -ex). 2010-10-05 15:29:18 -04:00
Kris Maglione 2ee74581d1 Fix last commit. 2010-10-05 14:38:59 -04:00
Kris Maglione f8eb9b021f Make | the default 'urlseparator'. 2010-10-05 14:35:32 -04:00
Kris Maglione 89a594687e Fix context menu magic. 2010-10-05 14:22:21 -04:00
Kris Maglione 5c55d163c0 Fix 'make install' on Cygwin and make_jar.sh on Cygwin and BSD-ish systems. Closes issue #43. 2010-10-05 14:17:53 -04:00
Kris Maglione 37e209bb15 Be somewhat less insistent/more informative in deprecation complaints. 2010-10-05 11:10:13 -04:00
Kris Maglione 3da8b7af2a Allow :write! >>nonexistent.file
--HG--
extra : rebase_source : b446ad89bdbaf38f6091b2145a4b4be687eeb24d
2010-10-05 10:32:56 -04:00
Štěpán Němec b9bf655fa2 Fix some typos. Closes issue #47. 2010-10-05 11:54:04 +02:00
Kris Maglione e592637c08 Use a different tab binding on FF36. Closes issue #41. 2010-10-05 02:18:16 -04:00