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

224 Commits

Author SHA1 Message Date
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
Martin Stubenschrott 31f06ea516 applied the hintchar patch from calmar 2007-07-04 17:32:02 +00:00
Martin Stubenschrott 5775aaaff5 changed '|' to ', ' as a url separator 2007-07-04 13:32:34 +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
Martin Stubenschrott 84874eec04 Fixed some focus issues
First (non-working) readMultiline implementation
2007-07-03 09:04:10 +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
Martin Stubenschrott cccd74c487 autosize multiline widget 2007-07-01 11:04:02 +00:00
Martin Stubenschrott aa6c8b8a40 changed gO to gn 2007-06-30 13:14:28 +00:00
Doug Kearns 6f37afec74 allow multi-character normal mode user mappings 2007-06-30 10:37:48 +00:00
Martin Stubenschrott bb23387703 fixed :qmarks output 2007-06-29 11:45:48 +00:00
Martin Stubenschrott d6fbc880ec added QuickMarks 2007-06-29 11:44:45 +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
Martin Stubenschrott f2c340360d small display fixes in :marks 2007-06-27 14:45:43 +00:00
Martin Stubenschrott 3e1bd07ec8 :marks support 2007-06-27 14:35:11 +00:00
Martin Stubenschrott 10aba69c3d initial commit of multiline echo() 2007-06-27 13:10:44 +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