1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 06:08:02 +01:00
Commit Graph

318 Commits

Author SHA1 Message Date
Doug Kearns
5966c57920 add initial implementation of :normal command 2007-08-12 06:48:12 +00:00
Martin Stubenschrott
27839f303d commandline and MIW try to keep focus now
changed commandline handling in general
autosize MIW on new content
new handling should be more robust, but there may be bugs, please report
2007-08-12 00:03:44 +00:00
Martin Stubenschrott
5c3a8426b1 fixed/renamed vimperator.events.toString(event);
v.e.is{Accept,Cancel}Key(key) helper functions
2007-08-11 20:05:51 +00:00
Martin Stubenschrott
e91f192a62 added <space>-support for feedkeys()
moved KeyboardEvent.prototype.toString() -> vimperator.events.eventToString()
2007-08-11 19:20:39 +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
Martin Stubenschrott
2a4cfbc4e3 "enter" is an alias for "return" or "cr" 2007-08-10 18:30:23 +00:00
Martin Stubenschrott
f9e0238ff0 some whitespace formatting 2007-08-10 17:52:07 +00:00
Martin Stubenschrott
b845854dc0 feedkeys() support!! Some bugs may remain, please test thorougly
escaping the < char not yet done, as the semantics is not clear yet
2007-08-10 17:48:29 +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
Martin Stubenschrott
cfdea2614a fixed first use of setMultiline() with an ugly (but working) hack 2007-08-10 02:36:35 +00:00
Martin Stubenschrott
cb3d007341 attempt to fix problems with hints on not finished page load, should fix messages to the error console 2007-08-10 01:38:59 +00:00
Martin Stubenschrott
c9229435c3 - Fixed gn command
- added gH to activate option
2007-08-09 22:41:53 +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
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
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
f22430b57d changed listitem selection color to be the normal selection color of the system theme 2007-08-01 12:29:24 +00:00
Martin Stubenschrott
470073a3d8 finally found the CSS code to make the selection of listboxes better readable
Putting it in default.css instead of my own userChrome.css, because also others have mentioned
the hard readability.
2007-08-01 04:13:38 +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