1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 20:07:59 +01:00
Commit Graph

175 Commits

Author SHA1 Message Date
Doug Kearns
125781daf6 add support for the special version of :delqmarks! 2007-08-11 13:07:19 +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
e0c028c440 remove the word "version" from the :version output string 2007-08-09 12:15:44 +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
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
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
Martin Stubenschrott
44dc7e7076 - code cleanup by removing old commented code
- merged zoom_in/to into vimperator.zoom()
2007-08-03 02:45:12 +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
Martin Stubenschrott
983600cb7a couldn't resist, had to add support for auto-sourcing ~/.vimperator/plugin/ before we release 0.5 2007-08-01 02:51:37 +00:00
Martin Stubenschrott
0d8140cedc winopen support 2007-08-01 01:17:45 +00:00
Martin Stubenschrott
f12781220b changed vimperator.open() to accept postdata, makes the design a little uncleaner, but supports _all_ firefox search engines now. 2007-07-31 23:44:49 +00:00
Martin Stubenschrott
6bbb909033 he is called linus torvalds 2007-07-31 16:02:26 +00:00
Martin Stubenschrott
ca5e2d080d Make sure, search engine aliases are unique 2007-07-31 15:41:56 +00:00
Martin Stubenschrott
b4dfb2540b inputMultiline method finished (some display bug may remain)
:js <<EOF support is back, better than ever (TM)
2007-07-29 03:48:29 +00:00
Martin Stubenschrott
bdc505a047 openURLs -> vimperator.open(...)
Support for adding bookmark groups to QuickMarks
2007-07-27 18:49:08 +00:00
Martin Stubenschrott
331cf1fc52 stringToURLs -> String.prototype.toURLArray 2007-07-27 00:01:15 +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
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
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
65ddc4a375 always construct a default usage string for mappings and commands 2007-07-13 15:01:47 +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
Martin Stubenschrott
7828d3dd9b :saveas works now 2007-07-09 23:12:58 +00:00
Martin Stubenschrott
d1a286e3ce reverted scroll window.content patch for now (untested) 2007-07-09 13:27:58 +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
54502e9929 move the global function updateBufferList() to vimperator.tabs until we have
real buffers
2007-07-05 06:14:32 +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
Martin Stubenschrott
84874eec04 Fixed some focus issues
First (non-working) readMultiline implementation
2007-07-03 09:04:10 +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