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

334 Commits

Author SHA1 Message Date
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 2f39c5937d reorder vimperatorCommand highlight group so that :map is highlighted 2007-08-09 04:29:00 +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
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
Doug Kearns 755dfce0e6 add missing crop attribute to #vimperator-statusline-field-url label use "end"
value for crop attributes rather than the deprecated "right"
2007-07-31 16:15:12 +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 ae840402f1 added <Nop> support 2007-07-27 10:24:48 +00:00
Martin Stubenschrott 331cf1fc52 stringToURLs -> String.prototype.toURLArray 2007-07-27 00:01:15 +00:00