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

4650 Commits

Author SHA1 Message Date
Doug Kearns 7e59f88c96 make it clear that the arg is optional for :tabnext and :tabprevious 2007-11-10 12:02:00 +00:00
Martin Stubenschrott f2b6db3b72 * initial frame support for hints, slightly buggy
* numbers can now be escaped with \ to be treated as text (thanks calmar)
2007-11-09 14:09:21 +00:00
Doug Kearns 8a218d19e3 merge improved :noremap 2007-11-09 12:58:22 +00:00
Doug Kearns 87ecebd815 remove the warning in :noremap's help regarding its general bodginess 2007-11-09 12:53:38 +00:00
Doug Kearns 61c55f6f1d don't attempt to add the frame indicator if v.buffer.shiftFrameFocus is called
on a non-HTML document
2007-11-09 11:56:14 +00:00
Doug Kearns 9ca8bb2cc7 use the innerHeight property of window rather than mPanelContainer's box object
for calculating v.buffer.pageHeight
2007-11-09 11:48:41 +00:00
Doug Kearns 9dc9b7e49c convert single quotes to double quotes 2007-11-09 11:46:40 +00:00
Doug Kearns d97b2bf942 return the boolean expression directly from option validators since nothing is
done in the conditionals
2007-11-09 11:26:28 +00:00
Doug Kearns 2cf6003d0f add a validator for the 'activate' option 2007-11-09 11:23:43 +00:00
Doug Kearns 3d9c6c0930 simplify the implementation of :qmark 2007-11-09 11:21:28 +00:00
Doug Kearns f2df0725ff allow ^= to be used for prepending values to string options and for multiplying
number options
2007-11-09 11:17:47 +00:00
Doug Kearns 93348b6956 update vimperator.vim and vimperatorrc.example 2007-11-09 06:06:04 +00:00
Doug Kearns 857af21fa6 remove mozunit.js 2007-11-09 05:31:28 +00:00
Doug Kearns 9fa91be129 declare some accidentally global vars 2007-11-09 05:30:33 +00:00
Doug Kearns 2b60f1a26d fix some help typos 2007-11-09 05:15:17 +00:00
Martin Stubenschrott 6294f599e4 removed useless 3rd paramter from setTimeout 2007-11-09 00:43:08 +00:00
Martin Stubenschrott 4dfe91b246 slight hint display improvment on illegal hint number 2007-11-09 00:41:34 +00:00
Martin Stubenschrott 087eab6735 no beep on f18<esc> with 'hto' > 0 2007-11-09 00:24:55 +00:00
Martin Stubenschrott 59d6412637 added working hinttimeout option 2007-11-09 00:19:51 +00:00
Martin Stubenschrott 79c17fe9bd changed date in pageinfo to locale date format 2007-11-08 17:37:09 +00:00
Doug Kearns 8457cfdf33 move String#toURLArray to v.util.stringToURLArray - think of the kittens! 2007-11-07 12:00:34 +00:00
Doug Kearns a4131d64df merge faster replace() based v.util.escapeHTML 2007-11-07 11:53:26 +00:00
Doug Kearns 9755294141 also prevent websites from catching keyup keys (fixes dict.leo.org) 2007-11-07 11:51:34 +00:00
Doug Kearns b71c48a7aa move concatenation operator to end of continued lines in v.marks.list 2007-11-07 11:38:20 +00:00
Doug Kearns fe15ee9347 remove empty statement 2007-11-07 11:33:01 +00:00
Doug Kearns 38696c37bb merge new support for feeds in :pageinfo 2007-11-07 11:31:37 +00:00
Doug Kearns f1b878a1cc remove redundant equality test for engine_name in v.bookmarks.getSearchURL 2007-11-07 11:21:12 +00:00
Doug Kearns 18f6f3e8c6 always specify the radix arg when calling parseInt rather than rely on it
'guessing' correctly
2007-11-07 11:16:53 +00:00
Doug Kearns 922e4c3c14 add support for arbitrary {rhs} key sequences and <Leader> to :noremap 2007-11-07 10:24:20 +00:00
Doug Kearns 285d4c3173 allow number options to be set with octal and hex values 2007-11-07 03:08:29 +00:00
Martin Stubenschrott 4c0cf136cf added black foreground color to help 2007-11-06 16:00:11 +00:00
Doug Kearns 235dd7bc60 don't attempt to add the frame indicator if v.buffer.shiftFrameFocus is called
on a non-HTML document
2007-11-06 12:10:25 +00:00
Doug Kearns 4faab88df1 use the innerHeight property of window rather than mPanelContainer's box object
for calculating v.buffer.pageHeight
2007-11-06 11:42:19 +00:00
Doug Kearns b204012556 convert single quotes to double quotes 2007-11-06 11:22:39 +00:00
Doug Kearns e6a678257d return the boolean expression directly from option validators since nothing is
done in the conditionals
2007-11-06 10:21:12 +00:00
Doug Kearns 0380a4ba55 add a validator for the 'activate' option 2007-11-06 09:45:42 +00:00
Doug Kearns bd07083330 simplify the implementation of :qmark 2007-11-06 09:24:21 +00:00
Doug Kearns e1cd0e07bb allow ^= to be used for prepending values to string options and for multiplying
number options
2007-11-06 08:59:02 +00:00
Martin Stubenschrott d3960bd1d2 fixed ;y and ;Y hints 2007-11-05 22:51:28 +00:00
Martin Stubenschrott 8c28e8fd81 added feeds info to :pageinfo 2007-11-05 22:48:03 +00:00
Martin Stubenschrott be0f735339 small hint tweak, thanks calmar 2007-11-04 12:55:23 +00:00
Doug Kearns d8572f387b update the example RC file's sample echo command as it now requires a quoted
string arg
2007-11-04 06:32:33 +00:00
Doug Kearns eca6e4c319 update vimperator.vim 2007-11-04 05:53:21 +00:00
Martin Stubenschrott d600e6744b fixed display of active hint 2007-11-03 18:12:47 +00:00
Doug Kearns 4c0b9967ac remove mozunit.js 2007-11-03 08:55:22 +00:00
Doug Kearns 34da6b0f0e declare some accidentally global vars 2007-11-03 08:51:07 +00:00
Martin Stubenschrott b17aec84a2 removed a log message 2007-11-02 22:19:22 +00:00
Martin Stubenschrott e9b53a9b4a now really remove that option 2007-11-02 21:57:06 +00:00
Martin Stubenschrott c083fcf92c removed maxhints option 2007-11-02 14:17:28 +00:00
Martin Stubenschrott 386b0e78f2 fixed combination of tab + numbers in hints 2007-11-02 14:15:07 +00:00