Commit Graph
100 Commits
Author SHA1 Message Date
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
Doug Kearns 039544a697 add missing :javascript[!] variant to the command's usage synopsis 2007-07-21 14:19:02 +00:00
Doug Kearns 699c20e077 make sure [!] is highlighted properly in the help page for all command usage
synopses
2007-07-21 14:12:12 +00:00
Doug Kearns e3aec82d2f fix typo in introductory help text 2007-07-21 09:25:57 +00:00
Doug Kearns f5dc793d0c fix trivial help text typos 2007-07-19 16:58:07 +00:00
Doug Kearns 5607e0c6f6 don't specify Command usage strings when they match the default 2007-07-19 15:23:42 +00:00
Doug Kearns 9a09401004 fix trivial help text typos 2007-07-19 05:56:44 +00:00
Doug Kearns 913066a240 fix some comment typos 2007-07-18 10:12:24 +00:00
Doug Kearns 74322fce1c replace readonly textboxes in the commandline and statusbar with labels and
simplify the skin styling
2007-07-17 14:55:41 +00:00
Doug Kearns e884844dad remove the trailing HR from the help tables 2007-07-13 16:40:36 +00:00
Doug Kearns 65ddc4a375 always construct a default usage string for mappings and commands 2007-07-13 15:01:47 +00:00
Doug Kearns e0245fe575 move the Events and Tabs objects to files of their own and add a license header
to files without one
2007-07-13 14:11:00 +00:00
Doug Kearns 8d1e4ef276 move initialisation of vimperator.input to the constructor function 2007-07-12 07:48:27 +00:00
Doug Kearns fbc88ab606 remove unused local variables in Vimperator() 2007-07-11 17:10:16 +00:00
Doug Kearns da3dea1f10 don't update the alternate tab list on TabOpen events 2007-07-11 08:35:51 +00:00
Doug Kearns aad4513874 move the global function focusNextFrame to a slot on vimperator -
vimperator.shiftFrameFocus
2007-07-11 05:04:56 +00:00
Doug Kearns b1d1f0ec68 add KeyEvent -> String mappings for DOM_VK_LEFT_SHIFT, DOM_VK_LEFT_SHIFT and
DOM_VK_F13-24
2007-07-10 15:02:22 +00:00
Doug Kearns d9e0cbb13c make sure input fields without an explicit 'type' attribute are matched by
hinttags and extendedhintags
2007-07-10 13:39:22 +00:00
Doug Kearns 0559784a12 fix typo 2007-07-10 10:25:41 +00:00
Doug Kearns f9ecd3b788 limit the size of the multiline output window to the size of the browser panel 2007-07-10 10:07:08 +00:00
Doug Kearns d7c8bec9c8 move all XUL styling to default.css 2007-07-09 06:47:41 +00:00
Doug Kearns 09aeb6f612 use 'web page' rather than 'webpage' in the help text 2007-07-05 13:02:44 +00:00
Doug Kearns 39c2a87392 inline yankCurrentSelection(), yankCurrentLocation(), goUp() 2007-07-05 06:52:10 +00:00
Doug Kearns 53f647b488 reformat hints mode mapping definitions 2007-07-05 06:48:15 +00:00
Doug Kearns 54502e9929 move the global function updateBufferList() to vimperator.tabs until we have
real buffers
2007-07-05 06:14:32 +00:00
Doug Kearns 384d359749 move the bmadd() and bmdel() global functions into the corresponding command
definitions
2007-07-04 11:59:53 +00:00
Doug Kearns bade047430 move global function bmshow() to vimperator.bookmarks.list 2007-07-04 10:58:55 +00:00
Doug Kearns 071d83c5bd move tab() global function into :tab command definition 2007-07-04 10:31:58 +00:00
Doug Kearns 84b500f341 complete :tab with command completions 2007-07-04 10:18:06 +00:00