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

3990 Commits

Author SHA1 Message Date
Ted Pavlic 073383ef12 Allow empty defsearch. 2008-12-19 15:25:12 -05:00
Doug Kearns 6e9262ef64 document :hardcopy >{filename}...since it was committed 2008-12-19 15:25:12 -05:00
Doug Kearns abf6bafaf7 fix search highlighting when 'incsearch' is set - Algardas <algardas@gmail.com> 2008-12-19 15:25:12 -05:00
Doug Kearns 89dc3c2078 trivial refactoring of :emenu and :chdir actions 2008-12-19 15:25:12 -05:00
Doug Kearns 39d6542e80 minor refactoring of :command action 2008-12-19 15:25:12 -05:00
Doug Kearns d277dd5c1c minor refactoring of :dialog action 2008-12-19 15:25:11 -05:00
Doug Kearns b2799ebedd minor refactoring of "b" action 2008-12-19 15:25:11 -05:00
Doug Kearns b08f9053b3 declare variable in getMenuItems#addChildren() 2008-12-19 15:25:11 -05:00
Doug Kearns 98cc66c569 remove some ancient cruft 2008-12-19 15:25:11 -05:00
Doug Kearns 01a7ead528 add missing semicolons 2008-12-19 15:25:11 -05:00
Doug Kearns 67e5788fd5 prefer let over var in Hints 2008-12-19 15:25:11 -05:00
Doug Kearns 35d1a756d8 prefer let over var in liberator 2008-12-19 15:25:11 -05:00
Doug Kearns 83dc3857e9 whitespace fix 2008-12-19 15:25:11 -05:00
Doug Kearns 4fc2a56ddc brace formatting fixes 2008-12-19 15:25:11 -05:00
Kris Maglione e56a93a060 Start documenting CompletionContext 2008-12-19 15:25:10 -05:00
Kris Maglione 66bd21ec30 Default to opening multiple URLs in windows instead of tabs when !has("tabs") 2008-12-19 15:25:10 -05:00
Kris Maglione f2f8cdbea3 Don't hide errors on bad URLs, they're useful feedback 2008-12-19 15:25:10 -05:00
Kris Maglione f5b2173979 Fix g<, sort-of. Fix some commandline.echo quirks, as well. 2008-12-19 15:12:38 -05:00
Kris Maglione effeef7af6 Fix ;f 2008-12-19 15:00:52 -05:00
Kris Maglione f60ea76379 Make sure that the hint number is in the viewport 2008-12-19 14:57:34 -05:00
Kris Maglione 74700d3aff Document some more crap. 2008-12-19 13:27:01 -05:00
Kris Maglione aaab59aab6 Revert "Allow empty defsearch."
This reverts commit 3cab7c16a0ef5e39f9aeeb8ea1ed9602a6a152f4.
2008-12-19 12:29:13 -05:00
Ted Pavlic 993ba60ee7 Allow empty defsearch. 2008-12-19 10:49:56 -05:00
Doug Kearns 86f14b77cc document :hardcopy >{filename}...since it was committed 2008-12-20 01:12:31 +11:00
Doug Kearns 03fed06b39 fix search highlighting when 'incsearch' is set - Algardas <algardas@gmail.com> 2008-12-20 00:31:13 +11:00
Doug Kearns b98b367776 trivial refactoring of :emenu and :chdir actions 2008-12-19 23:59:25 +11:00
Doug Kearns 3801efb9ad minor refactoring of :command action 2008-12-19 23:50:12 +11:00
Doug Kearns 7bba6004d9 minor refactoring of :dialog action 2008-12-19 23:24:31 +11:00
Doug Kearns 695b3ed9ea minor refactoring of "b" action 2008-12-19 23:17:52 +11:00
Doug Kearns 92f9fcfc8d declare variable in getMenuItems#addChildren() 2008-12-19 23:12:06 +11:00
Doug Kearns 4b896f3706 remove some ancient cruft 2008-12-19 23:09:37 +11:00
Doug Kearns d60c81ef23 add missing semicolons 2008-12-19 23:00:14 +11:00
Doug Kearns d65b23be3d prefer let over var in Hints 2008-12-19 19:14:38 +11:00
Doug Kearns 0827c5fdaa prefer let over var in liberator 2008-12-19 19:13:34 +11:00
Doug Kearns 1ff25093c0 whitespace fix 2008-12-19 19:12:55 +11:00
Doug Kearns 194aaf46eb brace formatting fixes 2008-12-19 19:07:17 +11:00
Kris Maglione 6186ad27b4 Start documenting CompletionContext 2008-12-19 00:17:18 -05:00
Kris Maglione f583041c8a Default to opening multiple URLs in windows instead of tabs when !has("tabs") 2008-12-18 21:47:36 -05:00
Kris Maglione e6d83bd039 Don't hide errors on bad URLs, they're useful feedback 2008-12-18 21:41:56 -05:00
Kris Maglione 947311dfdf Kludge the stupid urlbar focus bug better 2008-12-18 21:37:44 -05:00
Kris Maglione b18b1634fc Kludge the stupid urlbar focus bug better 2008-12-18 21:27:33 -05:00
Kris Maglione 7ff93b8b38 Merge branch 'master' into vimperator-2.1 2008-12-18 18:23:02 -05:00
Kris Maglione c094a2dd2b Fix */# 2008-12-18 18:21:01 -05:00
Kris Maglione ac0b476988 Don't anchor help completions. 2008-12-18 14:04:46 -05:00
Kris Maglione c686d65ec2 Merge with master. 2008-12-18 14:03:15 -05:00
Kris Maglione e082160a21 Don't anchor help completions. 2008-12-18 13:59:59 -05:00
Ted Pavlic 195fc10e05 Allows for empty defsearches and prevents red JS errors on bad URLs. 2008-12-18 12:34:12 -05:00
Doug Kearns 0841a01e15 access MarkupDocumentViewer via getBrowser() - only FF defines getMarkupDocumentViewer 2008-12-18 21:06:54 +11:00
Doug Kearns c11e153766 whitespace fixes 2008-12-18 21:06:51 +11:00
anekos b200139456 Fix: When one of functional AutoCommand raise a error, remaining AutoCommands are not executed. 2008-12-18 19:00:02 +09:00