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

54 Commits

Author SHA1 Message Date
Doug Kearns 28e15cb66c enable vimperator.events.toString() to return keysyms for mouse events 2007-09-17 05:37:29 +00:00
Doug Kearns 6ca297c431 when closing the more-prompt don't pass through accept keys 2007-09-17 01:37:44 +00:00
Doug Kearns 112877f340 add "f" as a page-down key mapping in the more-prompt pager 2007-09-16 15:38:43 +00:00
Doug Kearns 93acaadbd0 add 'more' option and standard more-prompt key mappings 2007-09-16 12:18:11 +00:00
Martin Stubenschrott c31b0e782b only allow g and G mapping in the MOW if scrollable 2007-09-14 03:59:26 +00:00
Martin Stubenschrott f5592d9b76 commands in the -- more -- prompt are now passed to vimperator if they don't make sense in the MOW 2007-09-14 03:56:08 +00:00
Martin Stubenschrott 353bfa2a74 major mode rewrite, still not fully complete, but usable 2007-09-14 03:35:12 +00:00
Martin Stubenschrott 009d567b0c - TEXTAREA support! Not working perfectly, but for a one-day-work i am impressed myself,
now just needing to add commands with MOTION like cw or d0. Visual mode works already
quite well.
- gi support
- BUG: special keys like home/end in the location bar stoped working by this dramatic changes
2007-09-08 04:17:00 +00:00
Martin Stubenschrott e4981ca34c fixed multiline input widget 2007-09-06 01:19:11 +00:00
Martin Stubenschrott c4758302aa - Made ? work much better now
- backspacing over the prompt works again
2007-09-02 02:27:20 +00:00
Doug Kearns 321b0d95b3 fix commandline history on Windows - prevent the default cmd_charPrevious
action from being invoked for <Up>
2007-08-26 14:26:20 +00:00
Doug Kearns badbf8b8c9 remove unnecessary temp variable 2007-08-24 11:13:28 +00:00
Doug Kearns e58cbc89fe rename the 'location' property of vimperator.buffer to 'URL' 2007-08-18 14:22:52 +00:00
Martin Stubenschrott 1e4ffc635c fixed :map x :<cr> problem 2007-08-16 16:54:08 +00:00
Martin Stubenschrott 43788d7925 fixed focusing the MOW 2007-08-15 17:47:33 +00:00
Doug Kearns 9f79ec4d71 some trivial formatting fixes 2007-08-14 15:24:49 +00:00
Martin Stubenschrott 0d81e13533 hopefully made the MOW hack better, so that it doesn't show during startup
fixed wildoptions=sort
2007-08-13 18:12:40 +00:00
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
Doug Kearns 5b6b78d815 change remaining uses of the Array() constructor in array initializations to
literals
2007-08-11 12:46:13 +00:00
Martin Stubenschrott cfdea2614a fixed first use of setMultiline() with an ugly (but working) hack 2007-08-10 02:36:35 +00:00
Doug Kearns 54a5ee42f4 move global completion functions into a vimperator.completion module 2007-08-08 16:47:31 +00:00
Doug Kearns ad44a9160c initial buffer implementation 2007-08-07 14:19:20 +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 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 b83977981b remove more unnecessary toString() calls 2007-08-04 12:33:00 +00:00
Doug Kearns a05347965a merge vimperator.execute and the execute_command() global function 2007-08-02 15:43:30 +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 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
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 f9ecd3b788 limit the size of the multiline output window to the size of the browser panel 2007-07-10 10:07:08 +00:00
Martin Stubenschrott 84874eec04 Fixed some focus issues
First (non-working) readMultiline implementation
2007-07-03 09:04:10 +00:00
Doug Kearns abc8370a61 move global beep() command to a vimperator slot 2007-07-02 10:29:02 +00:00
Martin Stubenschrott cccd74c487 autosize multiline widget 2007-07-01 11:04:02 +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 eba81125a4 rename StatusLine#setClass's parameter to 'type' since 'class' is a reserved
word
2007-06-26 13:11:04 +00:00
Doug Kearns 3bceee7721 normalise fold markers 2007-06-22 10:42:37 +00:00
Martin Stubenschrott 3d08bb8dc3 keyToString -> event.toString() 2007-06-20 14:07:18 +00:00
Martin Stubenschrott 89d629e5e2 moved log and logObject into the vimperator object 2007-06-19 23:01:11 +00:00
Doug Kearns 12c75c8052 initial Option/Options implementation - replacing g_options 2007-06-16 11:36:30 +00:00
Doug Kearns cbfda0f154 remove unnecessary parentheses from typeof operands 2007-06-14 04:11:36 +00:00
Martin Stubenschrott 7af9664ac0 - fixed commandline focus/blur behavior
- could be buggy, so please report any bugs
- text selection is not possible anymore for :echo'ed things, should come later when holding shift
- cleared commandline on scroll events
2007-06-12 10:48:35 +00:00
Doug Kearns a90d422d46 fix typo in bufferposition_str variable declaration 2007-05-30 13:03:12 +00:00
Martin Stubenschrott 85e4265848 many help fixes
moved echo() -> vimperator.echo() and removed old XUL entries.
2007-05-22 09:13:32 +00:00