Commit Graph
100 Commits
Author SHA1 Message Date
Doug Kearns 70b88d5615 use preX.X for development version numbers 2007-09-05 11:45:37 +00:00
Doug Kearns 7ef8095a07 update NEWS 2007-09-05 11:44:55 +00:00
Doug Kearns 88749df4bb add the 'smartcase' option and support for \c and \C in search patterns 2007-09-05 11:32:46 +00:00
Doug Kearns 62ede9f92e remove some redundant help page CSS properties 2007-09-05 08:25:57 +00:00
Doug Kearns 78fd430086 add 'ignorecase' option 2007-09-04 06:21:38 +00:00
Doug Kearns 690ac4d13b update version to 0.6dev 2007-09-04 02:50:42 +00:00
Doug Kearns e950ef6b26 update NEWS for 'hlsearch' and 'incsearch' 2007-09-03 19:45:29 +00:00
Doug Kearns 127dbd42cc add 'incsearch' option 2007-09-03 19:43:42 +00:00
Doug Kearns 6d33284a76 add 'hlsearch' option 2007-09-03 19:10:32 +00:00
Doug Kearns 72e352abbe add highlighting for :nohlsearch 2007-09-03 14:21:28 +00:00
Doug Kearns 94877e2f77 remove the help page tagline's negative top margin 2007-09-03 14:20:39 +00:00
Doug Kearns 9c89143be9 remove blank line after logo in help page 2007-09-03 14:18:45 +00:00
Doug Kearns 454f4a4efb add usage and long help for / and ? mappings 2007-09-03 12:46:20 +00:00
Doug Kearns c837c2e6bc remove extra blank lines from help page 2007-09-03 10:18:26 +00:00
Doug Kearns 3a2ca780f2 search entire page page text - not just links 2007-09-01 18:50:52 +00:00
Doug Kearns c820c29163 use document.location.href for buffer.URL rather than document.URL since the
latter is undefined for XUL documents
2007-09-01 15:57:05 +00:00
Doug Kearns 474b3f1d85 remove outdated :js examples 2007-09-01 11:49:03 +00:00
Doug Kearns dbfca2e6b1 add initialization section to help 2007-09-01 11:39:17 +00:00
Doug Kearns 5b0f37b207 don't enter menu mode when tooltip popups are shown 2007-08-29 13:20:39 +00:00
Doug Kearns b450ac01c9 update NEWS 2007-08-28 12:16:33 +00:00
Doug Kearns 9dd04ae722 minor help highlighting improvments 2007-08-28 12:14:10 +00:00
Doug Kearns 996118dd73 fix typo in removeEventListener call 2007-08-27 17:35:35 +00:00
Doug Kearns 06ef7e384d improve menu mode - track open popup count and menubar activation 2007-08-27 14:03:00 +00:00
Doug Kearns b70ee84a0f revert changes to accidentally included files in last commit 2007-08-27 12:21:34 +00:00
Doug Kearns 4f8a415054 GNU make 3.80 can't parse "else ifeq" 2007-08-27 12:08:21 +00:00
Doug Kearns 667b1f783a use the coerced boolean value of args rather than testing for 0 string length
when determining if an arg was passed to an ex command
2007-08-27 11:44:03 +00:00
Doug Kearns c5915741fc if no argument is given to :winopen open about:blank in the new window 2007-08-27 07:07:04 +00:00
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