Commit Graph
100 Commits
Author SHA1 Message Date
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
Doug Kearns 0e1eee7ae7 move global help() command to a vimperator slot 2007-07-04 10:11:36 +00:00
Doug Kearns 8a38512346 remove g_hint_mappings - initialise hint mappings in vimperator.mappings 2007-07-03 12:46:18 +00:00
Doug Kearns 0ba4a27d91 change last references to stepInHistory() to vimperator.history.stepTo 2007-07-03 11:37:45 +00:00
Doug Kearns 78aad7c83b update old references to g_inputbuffer and g_count to vimperator.input.buffer
and vimperator.input.count respectively
2007-07-03 06:49:09 +00:00
Doug Kearns 47392e4f75 move g_hint_mappings to mappings.js 2007-07-03 05:41:55 +00:00
Doug Kearns 9f88317a14 move buffer_switch and toggleBufferList to the :buffer and :buffers
ex-commands; make the "u" normal mode command call vimperator.commands.undo
rather than execute_command() directly
2007-07-03 05:30:49 +00:00
Doug Kearns f610861aa2 delete unused getCurrentLinkLocation() - moved to wiki 2007-07-02 15:06:12 +00:00
Doug Kearns 39878db0da move the hsshow(), stepInHistory(), historyGoToBeginning(), and
historyGoToStart() global functions to vimperator.history
2007-07-02 14:48:31 +00:00
Doug Kearns 3ca1ee8651 move reload() and reload_all() global functions to vimperator.tabs 2007-07-02 12:40:56 +00:00
Doug Kearns 5064fc7f44 don't prefix false boolean option values with whitespace when reporting the
value
2007-07-02 12:15:26 +00:00
Doug Kearns 06452d9693 move the global set() command to the ex-command definition and return
"name|noname' for boolean option queries rather than "name=value"
2007-07-02 11:59:32 +00:00
Doug Kearns 7f2953aeaf remove template *_url_mark() functions now QuickMarks has been implemented 2007-07-02 11:40:16 +00:00
Doug Kearns a911cadb76 move global restart() command to a vimperator slot 2007-07-02 11:34:00 +00:00
Doug Kearns dabfba6c06 move global quit() command to a vimperator slot 2007-07-02 11:17:22 +00:00
Doug Kearns abc8370a61 move global beep() command to a vimperator slot 2007-07-02 10:29:02 +00:00
Doug Kearns 0b8ecb0d71 move global source() command to a vimperator slot 2007-07-02 09:43:03 +00:00
Doug Kearns bd11cc4da1 fix typo in help for 'M' mapping 2007-07-02 07:55:47 +00:00
Doug Kearns 3372fee9e9 allow :marks to take an argument and sort its output properly 2007-07-02 07:40:42 +00:00
Doug Kearns cfa515f62e add new Ctrl-^ mapping for selecting the alternate tab 2007-07-02 06:57:11 +00:00
Doug Kearns 0988b9815a declare undeclared variable url 2007-07-01 13:04:52 +00:00
Doug Kearns 6f37afec74 allow multi-character normal mode user mappings 2007-06-30 10:37:48 +00:00
Doug Kearns 969e0b3225 rename the hints constructor hit_a_hint() to Hints() 2007-06-29 06:29:34 +00:00
Doug Kearns 07692d84ba declare undeclared variable 'element' 2007-06-29 04:30:38 +00:00
Doug Kearns 8cd219f400 move the global variable hah to vimperator.hints and fix bug #17254 2007-06-28 02:16:41 +00:00
Doug Kearns f43ad36110 declare loop counter in InformationList#fill 2007-06-27 11:22:53 +00:00
Doug Kearns c102832e88 remove unused var in exTabCompletion() 2007-06-26 14:45:17 +00:00
Doug Kearns eba81125a4 rename StatusLine#setClass's parameter to 'type' since 'class' is a reserved
word
2007-06-26 13:11:04 +00:00
Doug Kearns 9330dafd26 comment out unused :nohlsearch for now 2007-06-26 12:50:02 +00:00
Doug Kearns c9c550a6f0 don't bother returning a status value in Marks#jumpTo and remove trailing comma
in :mark help propery assignment
2007-06-26 12:32:57 +00:00
Doug Kearns 97b05cc9e1 remove trailing comma in :delmarks help propery assignment 2007-06-26 12:19:36 +00:00
Doug Kearns 9d7d699432 remove FIXME comment 2007-06-26 05:07:02 +00:00
Doug Kearns feadfb0bba fix :mark and :delmarks (AKA return of the marks) and add range support to
:delmarks
2007-06-26 04:44:28 +00:00
Doug Kearns a437651f2c remove unnecessarily defined getters for the go, stal, titlestring options 2007-06-25 15:57:11 +00:00
Doug Kearns bb08bfe40b add verbosity and vbs to options syntax group 2007-06-25 15:54:14 +00:00
Doug Kearns 208a886328 add basic validators for the cpt, go, ssli, vbs, wim, and wop options 2007-06-25 15:37:55 +00:00
Doug Kearns cbce7cc74e make :set display an error message and abort if an explicit value is specified
for a boolean option
2007-06-25 12:53:22 +00:00
Doug Kearns a3d463d8bb make error messages generated by :set more Vim-like 2007-06-25 12:06:51 +00:00
Doug Kearns cadf4f5457 link vimperatorTodo to the Todo highlight group 2007-06-23 11:08:19 +00:00
Doug Kearns 8de7749125 move hrist's incomplete tab numbering patch to the Wiki for now 2007-06-22 11:00:40 +00:00
Doug Kearns 3bceee7721 normalise fold markers 2007-06-22 10:42:37 +00:00
Doug Kearns e962dce8af remove FIXME comment 2007-06-21 16:13:18 +00:00
Doug Kearns 2165705ab2 add fold markers 2007-06-21 14:29:09 +00:00
Doug Kearns 8680e36d8c improve the frame motion command - add [f to the existing ]f and support
{count} for both
2007-06-21 11:45:45 +00:00
Doug Kearns d777d745fd remove unused functions outputAddonsList, selectInput, and toggle_image 2007-06-19 14:57:41 +00:00
Doug Kearns 206ab949e7 declare title temporary variable 2007-06-19 14:34:57 +00:00
Doug Kearns 105c9f902b remove unused prev_match and heredoc global variables 2007-06-19 13:42:41 +00:00
Doug Kearns 55d42bd94c make the global function parseBookmarkString a static function of Bookmarks 2007-06-19 12:37:58 +00:00
Doug Kearns c6a77488f4 add all commands by name as properties of vimperator.commands 2007-06-19 06:27:31 +00:00
Doug Kearns cc23556f02 output "not implemented yet" messages for all unimplemented commands 2007-06-19 06:22:00 +00:00
Doug Kearns 7eb4643d5e update vimperator.vim with new commands 2007-06-19 04:40:28 +00:00
Doug Kearns fd8821eee7 make sure Command.names includes unabbreviatable names 2007-06-19 04:18:22 +00:00
Doug Kearns 8bbca0acf1 rename vimperator.ver to vimperator.version 2007-06-18 14:34:51 +00:00
Doug Kearns 707d36fcb5 don't include "no" prefixed variants of boolean option names in the usage 2007-06-18 07:59:46 +00:00
Doug Kearns 66cd7600f7 fix typo in :bdelete help 2007-06-18 07:31:14 +00:00
Doug Kearns ebb15aa494 remove COMMANDS, USAGE, SHORTHELP and HELP global constants 2007-06-18 06:28:05 +00:00
Doug Kearns 2c0a766b77 improve whitespace formatting of Command.toString 2007-06-18 05:37:14 +00:00
Doug Kearns fc7cae2575 fix typo in previous commit 2007-06-17 11:56:35 +00:00
Doug Kearns 12c75c8052 initial Option/Options implementation - replacing g_options 2007-06-16 11:36:30 +00:00
Doug Kearns 875fa52761 allow :set no<TAB> to be completed with the "no"-prefix version of all boolean
options
2007-06-15 11:08:48 +00:00
Doug Kearns d55295929d reorder Command.names as longname1, shortname1, longname2, shortname2 2007-06-15 10:37:12 +00:00
Doug Kearns cbfda0f154 remove unnecessary parentheses from typeof operands 2007-06-14 04:11:36 +00:00
Doug Kearns b4c3d538fe don't specify a font-size for the help page 2007-06-13 07:53:24 +00:00
Doug Kearns ac7cbe222e remove some unnecessary guard clauses 2007-06-13 07:17:38 +00:00
Doug Kearns 0cbd371c56 prefer comparison with the undefined literal rather than using typeof and
comparing against "undefined"
2007-06-13 07:14:48 +00:00
Doug Kearns 397c667443 use code.tag element's text content to anchor the help 'section' location
rather than code.id
2007-06-11 12:51:31 +00:00
Doug Kearns d4598ed391 remove unused var declaration in commandsIterator() 2007-06-10 16:03:17 +00:00
Doug Kearns ae62af34c1 translate ~ to HOME on Windows for use with :source 2007-06-10 11:16:32 +00:00
Doug Kearns 1bb7def7a0 make sure the help text is using a fixed-pitch font 2007-06-08 15:33:33 +00:00
Doug Kearns f6b000c6c4 use || short-circuit initialization idiom when processing Command and Map
constructor args
2007-06-08 15:16:37 +00:00