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

90 Commits

Author SHA1 Message Date
Martin Stubenschrott 19e342bc3a changed default next/prev patterns slightly 2007-11-19 18:42:02 +00:00
Doug Kearns af66013a1d improve documentation for 'nextpattern' and 'previouspattern' 2007-11-19 07:27:25 +00:00
Doug Kearns fa1229294c use camel case for all indentifiers 2007-11-19 03:52:36 +00:00
Doug Kearns 5b4b6fe3d2 use the singleton construction idiom to create v.commands, v.events, v.mappings
and v.options
2007-11-18 10:43:41 +00:00
Doug Kearns 51332e41a9 declare some loop counters in followDocumentRelation and whitespace fixes 2007-11-16 15:00:11 +00:00
Doug Kearns f50bca0453 use RegExp#test in preference to String#match 2007-11-16 12:48:03 +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
Martin Stubenschrott 01f70ad336 allow :set wildoptions= 2007-11-12 11:51:25 +00:00
Doug Kearns c362c70f03 add more missing semicolons 2007-11-11 03:01:55 +00:00
Doug Kearns 2c5655e182 whitespace formatting fixes 2007-11-10 15:06:07 +00:00
Martin Stubenschrott 59d6412637 added working hinttimeout option 2007-11-09 00:19:51 +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 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 8c28e8fd81 added feeds info to :pageinfo 2007-11-05 22:48:03 +00:00
Doug Kearns 34da6b0f0e declare some accidentally global vars 2007-11-03 08:51:07 +00:00
Martin Stubenschrott e9b53a9b4a now really remove that option 2007-11-02 21:57:06 +00:00
Doug Kearns d4c64d01b0 fix some help typos 2007-11-02 10:05:51 +00:00
Martin Stubenschrott 418181ad1e initial number support for hints, unpolished however 2007-10-31 16:31:15 +00:00
Doug Kearns a5202d1b9b move the definition of v.options.pageinfo to its proper alphabetical position 2007-10-31 07:57:47 +00:00
Martin Stubenschrott 3b82de8c35 new :pageinfo command (thanks calmar) 2007-10-27 00:52:01 +00:00
Martin Stubenschrott 37ff41b2a3 blink text box after editing with external editor 2007-10-23 14:01:09 +00:00
Doug Kearns 2e408eb3f8 remove accidentally included addOption() cruft from last commit 2007-10-23 08:14:03 +00:00
Martin Stubenschrott 265f7e042f made initial setting of gui options faster 2007-10-22 12:41:14 +00:00
Doug Kearns e410df4439 move remaining global constructor functions to the vimperator namespace 2007-10-21 10:39:23 +00:00
Doug Kearns 79577bea5f move Options.{setPref,getPref,setFirefoxPref,getFirefoxPref} to slots of vimperator.options 2007-10-21 05:34:50 +00:00
Doug Kearns 5c6e60676f don't store options as preferences anymore 2007-10-20 12:47:15 +00:00
Martin Stubenschrott 2c9fb23632 external editor support 2007-10-19 18:15:09 +00:00
Martin Stubenschrott c14bcec8f9 working showtabline! 2007-10-14 13:47:02 +00:00
Martin Stubenschrott 9014b3a34a new :set and :prefs commands, tweaked :set output to use colors 2007-10-10 00:23:09 +00:00
Martin Stubenschrott 2521d3e693 added flags to vimperator.commandline.echo() 2007-10-08 23:22:04 +00:00
Doug Kearns 0a218107ce escape ex command stings prepended to the MOW output 2007-10-06 02:05:38 +00:00
Doug Kearns b936238b5e don't prepend the ex command string to the MOW output for all commands 2007-10-06 01:12:55 +00:00
Doug Kearns e920cd3170 move more-prompt messages to the commandline and use the default UI font size
in the MOW
2007-10-02 20:45:56 +00:00
Doug Kearns b76c20b99d add more CSS classes for highlighting output messages and use hl-Warning (red
on white) for find related wrap messages
2007-10-02 18:20:19 +00:00
Doug Kearns 64d0de28d3 remove "s" value from 'guioptions' as we now have 'laststatus' 2007-10-01 12:57:37 +00:00
Doug Kearns 9d83f36f8a change short version of 'linksearch' to 'lks' since 'ls' is used by
'laststatus'
2007-10-01 07:02:33 +00:00
Doug Kearns 0ae1c7befe add 'laststatus' option 2007-09-30 17:08:30 +00:00
Doug Kearns 8394871a42 change directory structure to follow the more standard package hierarchy 2007-09-30 16:41:36 +00:00