Commit Graph
100 Commits
Author SHA1 Message Date
Doug Kearns cc2ebfcaa5 complete ':set inv' with boolean options 2007-08-26 15:12:15 +00:00
Doug Kearns 321b0d95b3 fix commandline history on Windows - prevent the default cmd_charPrevious
action from being invoked for <Up>
2007-08-26 14:26:20 +00:00
Doug Kearns 49a9c016c8 add filename completion for Windows 2007-08-26 10:43:48 +00:00
Doug Kearns badbf8b8c9 remove unnecessary temp variable 2007-08-24 11:13:28 +00:00
Doug Kearns 75a8d7d453 make sure the active listcell in the second column of the preview window uses
HighlightText as the CSS color value and move the #vimperator-multiline-output
styles to default.css
2007-08-24 11:10:53 +00:00
Doug Kearns 857cbb0337 allow ~/_vimperatorrc as the RC file and ~/vimperator/plugin as the plugin
directory on Windows
2007-08-23 15:11:32 +00:00
Doug Kearns 8654fba7ae fix typo in 'pvh' help 2007-08-22 09:20:46 +00:00
Doug Kearns 1072587cf9 mention the new :set all and :set all& commands in NEWS 2007-08-21 18:50:07 +00:00
Doug Kearns f92518a1ca fix typos in short_help of 'go' and 'fs' options 2007-08-21 17:12:49 +00:00
Doug Kearns 56fdaaf829 fix some trivial help typos 2007-08-21 15:00:35 +00:00
Doug Kearns 1133e69481 perform the & -> &amp; HTML entity replacement before replacing other
characters
2007-08-21 14:12:23 +00:00
Doug Kearns 655db213ba escape literal & with the HTML entity in :set help string 2007-08-21 13:52:39 +00:00
Doug Kearns c46e912114 make sure the usage property of an Option is always set 2007-08-21 11:29:14 +00:00
Doug Kearns 3a976df75f add support for :set all and :set all& to list and reset all options 2007-08-21 09:53:19 +00:00
Doug Kearns 0031c65651 mention numerical options in :set option+={value} documentation 2007-08-20 11:06:19 +00:00
Doug Kearns 0df930ffbd remove :set {option}! support from the TODO - now implemented 2007-08-20 10:43:46 +00:00
Doug Kearns f7f3973d8f add support for :set {option}! to toggle a boolean option's value 2007-08-20 10:39:12 +00:00
Doug Kearns c3fe311738 fix typo in "T" mappings help 2007-08-19 17:56:37 +00:00
Doug Kearns 6d3b674064 use TH to markup the table headers in :marks/:qmarks output...again 2007-08-19 17:21:00 +00:00
Doug Kearns 44c2817743 minor improvements to search string heuristic regexps in toURLArray 2007-08-19 14:15:33 +00:00
Doug Kearns 86913712ed remove FIXME comment - allowing the "zz" mapping to use its count as the zoom
value rather than an arg is the same as "gg", "G" and others in Vim
2007-08-19 10:54:45 +00:00
Doug Kearns 12d4efde86 improve toURLArray so that it can handle trailing /'s in its args - "gu" and
:open should now behave as specified
2007-08-18 15:26:28 +00:00
Doug Kearns e58cbc89fe rename the 'location' property of vimperator.buffer to 'URL' 2007-08-18 14:22:52 +00:00
Doug Kearns 3efc83341c fix whitespace formatting - remove leading tab characters with :retab 2007-08-17 16:40:06 +00:00
Doug Kearns dd14513fa2 fix broken :tabmove wrapping 2007-08-17 16:20:48 +00:00
Doug Kearns ce3a9b4526 revert mozdev style override 2007-08-17 16:04:36 +00:00
Doug Kearns 573b149b5a explictitly set list-style-* properties to override the default mozdev styles
when viewing the help page at vimperator.mozdev.org
2007-08-17 15:28:00 +00:00
Doug Kearns 4fdddd4bc0 find the correct FIREFOX_DEFAULT extensions directory path when run on Cygwin 2007-08-17 14:59:26 +00:00
Doug Kearns df002ee788 reset vimperator.input.buffer before executing mappings that may add more key
events to the event buffer
2007-08-16 16:01:53 +00:00
Doug Kearns a869261bba revert changes to :map arg parsing regexp in 1.190 2007-08-16 15:56:02 +00:00
Doug Kearns 0719b09009 fix help typo 2007-08-16 15:51:02 +00:00
Doug Kearns 69fa3f8fff make sure URLs processed as a result of "gu" don't have //../ (the double
forward slash) at the end
2007-08-16 15:49:52 +00:00
Doug Kearns 8786d06852 fix some trivial capitalization errors in help 2007-08-16 12:25:57 +00:00
Doug Kearns d700546570 replace '<' and '>' with HTML entities in help for n and N mappings 2007-08-16 11:21:57 +00:00
Doug Kearns 7352f0a680 move the global evaluateXPath() function to vimperator.buffer 2007-08-16 11:14:50 +00:00
Doug Kearns 1ec6743b5d fix some help typos 2007-08-16 10:58:34 +00:00
Doug Kearns d672382234 remove half-baked guard clauses for unimplemented bookmark commands 2007-08-15 18:49:57 +00:00
Doug Kearns 5470a9b5f9 use vimperator.events.feedkeys() for :map 2007-08-15 17:21:49 +00:00
Doug Kearns 42e295a718 use the multiline output window for :buffers and move the existing persistent
window functionality to :buffers!
2007-08-15 16:45:04 +00:00
Doug Kearns b538171cca update NEWS to mention the renaming of bookmark related commands and fix some
trivial help typos
2007-08-15 15:32:24 +00:00
Doug Kearns 1f0bc741ef rename :bm, :bmadd, :bmdel to :bmarks, :bmark, :delbmarks respectively and use
the multiline output window for :bmarks and :history
2007-08-15 13:24:51 +00:00
Doug Kearns 80fc51d8a0 use TH to markup the table headers in :marks/:qmarks output 2007-08-14 16:16:53 +00:00
Doug Kearns ca3ce21fdc break up buffer.scrollAbsolute and buffer.scrollRelative into smaller, more
specific, methods
2007-08-14 15:32:55 +00:00
Doug Kearns 9f79ec4d71 some trivial formatting fixes 2007-08-14 15:24:49 +00:00
Doug Kearns 96b3fe093a don't echo an error message if no plugin directory is found 2007-08-14 15:23:07 +00:00
Doug Kearns 5ad83d42b4 fix plugin directory sourcing so it works on Windows - don't attempt to open
the directory as an input stream
2007-08-13 09:29:11 +00:00
Doug Kearns 923a9a78de expand environment variables in the filename argument to :source 2007-08-12 16:39:59 +00:00
Doug Kearns ecc2952522 don't echo text after copying it to the clipboard with "Y" 2007-08-12 13:20:55 +00:00
Doug Kearns 7d6f16b946 display an informational message when the text zoom value is changed 2007-08-12 10:30:30 +00:00
Doug Kearns 5966c57920 add initial implementation of :normal command 2007-08-12 06:48:12 +00:00
Doug Kearns aea3f59392 only allow :source to accept a single filename 2007-08-11 16:26:49 +00:00
Doug Kearns 990bbe4b41 change the bounds checking in scrollAbsolute() to allow for the fact scrollY
can be larger than scrollMaxY
2007-08-11 14:49:52 +00:00
Doug Kearns d8a68f1156 allow multiple ranges to be specified to :delmarks - missing global regexp flag 2007-08-11 13:18:01 +00:00
Doug Kearns 125781daf6 add support for the special version of :delqmarks! 2007-08-11 13:07:19 +00:00
Doug Kearns 5b6b78d815 change remaining uses of the Array() constructor in array initializations to
literals
2007-08-11 12:46:13 +00:00
Doug Kearns 101bcf025e beep when frame motion bounds are exceeded 2007-08-11 11:53:15 +00:00
Doug Kearns 575833ac86 rename :qmarkadd :qmark and :qmarkdel :delqmarks, sort :qmarks list output and
limit buffer marks to [a-zA-Z]
2007-08-11 09:28:21 +00:00
Doug Kearns 65bfe928a3 allow the Ctrl-U/Ctrl-D scroll count to be >= 1 2007-08-10 12:57:43 +00:00
Doug Kearns ee935d1b7e declare loop counter in yankUrlHints() and yankTextHints() and reverse rev 1.27 2007-08-10 11:58:31 +00:00
Doug Kearns 5b4ad04154 move win.res guard clause after initialisation of win in loadCoord() 2007-08-10 11:14:51 +00:00
Doug Kearns d024134fbe use vimperator.buffer.location rather than replaced getCurrentLocation() for
"y" mapping
2007-08-09 15:32:47 +00:00
Doug Kearns 42fa8f1fcc whitespace formatting fix 2007-08-09 14:42:09 +00:00
Doug Kearns 9c1266e889 don't output status messages when history bounds are exceeded - just beep 2007-08-09 14:25:20 +00:00
Doug Kearns 69c36fc1dd don't add a trailing '\n' when yanking a single line of text in extended hints
mode
2007-08-09 12:26:25 +00:00
Doug Kearns e0c028c440 remove the word "version" from the :version output string 2007-08-09 12:15:44 +00:00
Doug Kearns 2f39c5937d reorder vimperatorCommand highlight group so that :map is highlighted 2007-08-09 04:29:00 +00:00
Doug Kearns 54a5ee42f4 move global completion functions into a vimperator.completion module 2007-08-08 16:47:31 +00:00
Doug Kearns 556bdbf05d move global isDirectory() to Commands() 2007-08-08 10:19:41 +00:00
Doug Kearns 00b76309a3 change {count} to [count] in the usage strings since specifying a count is
always optional
2007-08-08 05:46:40 +00:00
Doug Kearns c615dc958c add C-u/C-d mappings and the associated 'scroll' option 2007-08-08 05:27:39 +00:00
Doug Kearns ad44a9160c initial buffer implementation 2007-08-07 14:19:20 +00:00
Doug Kearns 4c919b8ea0 fix typo - using quickmark value from 'activate' rather than tabopen for
:tabopen
2007-08-07 12:57:45 +00:00
Doug Kearns a4ac7010fc move remaining preference setting from vimperator.startup to Options() 2007-08-07 12:14:42 +00:00
Doug Kearns 9bbaca69b7 reverse last commit 2007-08-06 13:45:17 +00:00
Doug Kearns 6508cb8c65 move Option constructor to Options, move
Options.{getPref,setPref,getFirefoxPref,setFirefoxPref} to a slot in
vimperator.options and move all option initialisation to Options()
2007-08-06 12:52:33 +00:00
Doug Kearns 0ab80a8d3a don't emit an error message when ~/.vimperatorrc doesn't exist 2007-08-06 11:04:44 +00:00
Doug Kearns 5774ba2a16 use an unordered list rather than a table in the 'activate' help 2007-08-05 14:12:38 +00:00
Doug Kearns b9bbc07ad2 move the global copyToClipboard() to a slot in vimperator 2007-08-05 06:43:40 +00:00
Doug Kearns 022e455d48 move the global isFormElemFocused() to Events 2007-08-05 06:29:14 +00:00
Doug Kearns f71a3c1722 add onMultilineOutputEvent for handling more-prompt keypress events 2007-08-04 13:38:28 +00:00
Doug Kearns b1a0af0ad5 move global fopen() to a slot in vimperator 2007-08-04 12:40:44 +00:00
Doug Kearns fd0b40e8fc remove debug toString() methods now we have vimperator.logObject 2007-08-04 12:35:25 +00:00
Doug Kearns b83977981b remove more unnecessary toString() calls 2007-08-04 12:33:00 +00:00
Doug Kearns c72995f666 remove unnecessary toString() call 2007-08-04 12:18:59 +00:00
Doug Kearns aa29879a3b replace references to deprecated window._content with window.content 2007-08-04 03:22:11 +00:00
Doug Kearns a05347965a merge vimperator.execute and the execute_command() global function 2007-08-02 15:43:30 +00:00
Doug Kearns aca44dc9d2 move the execute() global function to a slot of vimperator 2007-08-02 05:10:55 +00:00
Doug Kearns 755dfce0e6 add missing crop attribute to #vimperator-statusline-field-url label use "end"
value for crop attributes rather than the deprecated "right"
2007-07-31 16:15:12 +00:00
Doug Kearns 1a3dbab77e fix bug #17377 - Unable to build sources on Mac OS X 2007-07-26 13:39:23 +00:00
Doug Kearns 0df30f66db fix infinite loop when calling "gu" with a {count} 2007-07-25 15:55:31 +00:00
Doug Kearns 8a84463ffc make sure the first status bar label is flush left 2007-07-25 14:09:23 +00:00
Doug Kearns 75a72e8791 intialize the vimperator global constant with an object literal rather than via
a constructor function; move the init() and unload() global functions to
startup and shutdown slots of vimperator
2007-07-25 13:33:31 +00:00
Doug Kearns 9bab3c8f15 fix gH mapping so that it opens in a new tab - a regression 2007-07-25 07:46:19 +00:00
Doug Kearns 3e5ce46b61 add map, mapclear, noremap and unmap commands to the vimperatorCommand
highlight group
2007-07-22 15:15:27 +00:00
Doug Kearns caa9fb529c initial mapping tables for all modes at startup 2007-07-22 14:59:23 +00:00
Doug Kearns 1a6d1eb3a8 restore guard clause to the head of getMap() to test for uninitialized stacks 2007-07-22 12:59:21 +00:00
Doug Kearns 873809b4d3 allow :noremap name abbreviations 2007-07-22 11:44:10 +00:00
Doug Kearns 6b87d71a7e add initial (very rough) implementation of :noremap 2007-07-22 11:36:41 +00:00
Doug Kearns ab05f48462 allow {count}, and other flags, to be passed to e user mapping's action 2007-07-22 07:18:05 +00:00
Doug Kearns 38fd04be35 add initial (very rough) implementations of :map, :mapclear and :unmap 2007-07-21 16:42:38 +00:00