1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 15:21:30 +02:00
Commit Graph

773 Commits

Author SHA1 Message Date
Doug Kearns ca7b146774 remove unnecessary parentheses from typeof args 2007-11-16 13:53:38 +00:00
Doug Kearns 28042647f8 use regexps as args to replace in escapeHTML() as they appear to be about 10%
faster
2007-11-16 13:22:45 +00:00
Doug Kearns 49cfef959f remove the "a" prefix from the parameters of isValidFeed() 2007-11-16 12:57:09 +00:00
Doug Kearns f50bca0453 use RegExp#test in preference to String#match 2007-11-16 12:48:03 +00:00
Doug Kearns fea5cceecc add KeySym highlighting to RC file highlighter 2007-11-16 12:02:29 +00:00
Doug Kearns 0788c450bb fix short version names for :abclear, :iabclear and :cabclear 2007-11-16 11:38:34 +00:00
Doug Kearns 2a4e31223f update AUTHORS 2007-11-16 05:27:32 +00:00
Doug Kearns 1791793410 fix kidd's name in AUTHORS 2007-11-15 03:34:31 +00:00
Doug Kearns dbb4f0aa46 use ignorecase when matching the 'nextpattern' and 'previouspattern' regexps 2007-11-15 03:05:30 +00:00
Doug Kearns 5b8d9a05e1 add ]n and ]p mappings for navigating document relationships defined by the
'nextpattern' and 'previouspattern' options - thanks kidd
2007-11-15 02:43:13 +00:00
Doug Kearns 20e176ee01 update TODO 2007-11-14 14:16:08 +00:00
Martin Stubenschrott 77b1de73ce vimperator is default namespace for scripts, :echo, :js and :time now, so if (options["visualbell"]) ... works there 2007-11-13 22:43:48 +00:00
Martin Stubenschrott 479928bd64 made followLink() a function in vimperator.buffer. so also other modules can use it 2007-11-13 21:31:01 +00:00
mac 1ff3018058 Check for a 'bogus' date (Firefox return the year 1970) 2007-11-13 12:54:44 +00:00
Martin Stubenschrott cbc6785802 tweaked pageinfo output slightly 2007-11-12 18:19:57 +00:00
Doug Kearns 695fd63e91 use the singleton construction idiom to create vimperator.tabs 2007-11-12 12:29:54 +00:00
Martin Stubenschrott 68f1597c38 better byte formating 2007-11-12 12:05:32 +00:00
Martin Stubenschrott 01f70ad336 allow :set wildoptions= 2007-11-12 11:51:25 +00:00
Martin Stubenschrott f46ff53a52 shorter date for ctrl-g 2007-11-11 17:09:42 +00:00
Doug Kearns a542167390 rename the char parameter to ch for v.editor.findCharForward and
v.editor.FindCharBackward as "char" is a reserved word
2007-11-11 03:27:38 +00:00
Doug Kearns c362c70f03 add more missing semicolons 2007-11-11 03:01:55 +00:00
Doug Kearns 434844b688 use the 'singleton' construction idiom rather than classical constructors for
creating the bookmarks, history, commandline, search, previewwindow,
bufferwindow, statusline, buffer, editor, marks and quickmarks objects
2007-11-11 02:18:15 +00:00
Doug Kearns ca8e6f4529 finish changing linksearch to work with \[lL] rather than \[uU] modifiers 2007-11-11 02:00:25 +00:00
Doug Kearns 5506546f10 ignore mappings if :normal is called with the ! 2007-11-10 15:14:30 +00:00
Doug Kearns 2c5655e182 whitespace formatting fixes 2007-11-10 15:06:07 +00:00
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 87ecebd815 remove the warning in :noremap's help regarding its general bodginess 2007-11-09 12:53:38 +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 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