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

390 Commits

Author SHA1 Message Date
Doug Kearns c3fe311738 fix typo in "T" mappings help 2007-08-19 17:56:37 +00:00
Doug Kearns 6d3b674064 use TH to markup the table headers in :marks/:qmarks output...again 2007-08-19 17:21:00 +00:00
Doug Kearns 44c2817743 minor improvements to search string heuristic regexps in toURLArray 2007-08-19 14:15:33 +00:00
Doug Kearns 86913712ed remove FIXME comment - allowing the "zz" mapping to use its count as the zoom
value rather than an arg is the same as "gg", "G" and others in Vim
2007-08-19 10:54:45 +00:00
Doug Kearns 12d4efde86 improve toURLArray so that it can handle trailing /'s in its args - "gu" and
:open should now behave as specified
2007-08-18 15:26:28 +00:00
Doug Kearns e58cbc89fe rename the 'location' property of vimperator.buffer to 'URL' 2007-08-18 14:22:52 +00:00
Doug Kearns 3efc83341c fix whitespace formatting - remove leading tab characters with :retab 2007-08-17 16:40:06 +00:00
Doug Kearns dd14513fa2 fix broken :tabmove wrapping 2007-08-17 16:20:48 +00:00
Doug Kearns ce3a9b4526 revert mozdev style override 2007-08-17 16:04:36 +00:00
Doug Kearns 573b149b5a explictitly set list-style-* properties to override the default mozdev styles
when viewing the help page at vimperator.mozdev.org
2007-08-17 15:28:00 +00:00
Doug Kearns 4fdddd4bc0 find the correct FIREFOX_DEFAULT extensions directory path when run on Cygwin 2007-08-17 14:59:26 +00:00
Martin Stubenschrott 00f6ced602 updated TODO for 0.6 2007-08-17 11:57:45 +00:00
Martin Stubenschrott 4d38b439ed Changed version number to 0.6 CVS 2007-08-17 09:41:43 +00:00
Martin Stubenschrott 665cf55bc1 only add NEWS instead of ChangeLog in .xpi, to dramatically reduce size for future releases 2007-08-16 21:50:47 +00:00
Martin Stubenschrott 1e4ffc635c fixed :map x :<cr> problem 2007-08-16 16:54:08 +00:00
Martin Stubenschrott e4166b3c76 last commit before 0.5 is tagged 2007-08-16 16:18:18 +00:00
Doug Kearns df002ee788 reset vimperator.input.buffer before executing mappings that may add more key
events to the event buffer
2007-08-16 16:01:53 +00:00
Doug Kearns a869261bba revert changes to :map arg parsing regexp in 1.190 2007-08-16 15:56:02 +00:00
Doug Kearns 0719b09009 fix help typo 2007-08-16 15:51:02 +00:00
Doug Kearns 69fa3f8fff make sure URLs processed as a result of "gu" don't have //../ (the double
forward slash) at the end
2007-08-16 15:49:52 +00:00
Martin Stubenschrott 39e8df4b03 Fixed :map partly, still cannot cope with :map commans, where lhs is a 2-char string 2007-08-16 14:19:20 +00:00
Doug Kearns 8786d06852 fix some trivial capitalization errors in help 2007-08-16 12:25:57 +00:00
Doug Kearns d700546570 replace '<' and '>' with HTML entities in help for n and N mappings 2007-08-16 11:21:57 +00:00
Doug Kearns 7352f0a680 move the global evaluateXPath() function to vimperator.buffer 2007-08-16 11:14:50 +00:00
Doug Kearns 1ec6743b5d fix some help typos 2007-08-16 10:58:34 +00:00
Martin Stubenschrott 0c7844dbeb many small help fixes 2007-08-16 09:31:37 +00:00
Doug Kearns d672382234 remove half-baked guard clauses for unimplemented bookmark commands 2007-08-15 18:49:57 +00:00
Martin Stubenschrott 34e911b51e added colors to :ls 2007-08-15 18:27:43 +00:00
Martin Stubenschrott 43788d7925 fixed focusing the MOW 2007-08-15 17:47:33 +00:00
Martin Stubenschrott 67251ecff9 overflow: hidden for the MOW 2007-08-15 17:45:38 +00:00
Martin Stubenschrott b6661488ad added colors to :ls 2007-08-15 17:31:51 +00:00
Doug Kearns 5470a9b5f9 use vimperator.events.feedkeys() for :map 2007-08-15 17:21:49 +00:00
Doug Kearns 42e295a718 use the multiline output window for :buffers and move the existing persistent
window functionality to :buffers!
2007-08-15 16:45:04 +00:00
Doug Kearns b538171cca update NEWS to mention the renaming of bookmark related commands and fix some
trivial help typos
2007-08-15 15:32:24 +00:00
Doug Kearns 1f0bc741ef rename :bm, :bmadd, :bmdel to :bmarks, :bmark, :delbmarks respectively and use
the multiline output window for :bmarks and :history
2007-08-15 13:24:51 +00:00
Martin Stubenschrott 0d6600962e australian/british english -> american english in comments
added more help
2007-08-15 00:08:09 +00:00
Doug Kearns 80fc51d8a0 use TH to markup the table headers in :marks/:qmarks output 2007-08-14 16:16:53 +00:00
Doug Kearns ca3ce21fdc break up buffer.scrollAbsolute and buffer.scrollRelative into smaller, more
specific, methods
2007-08-14 15:32:55 +00:00
Doug Kearns 9f79ec4d71 some trivial formatting fixes 2007-08-14 15:24:49 +00:00
Doug Kearns 96b3fe093a don't echo an error message if no plugin directory is found 2007-08-14 15:23:07 +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 5ad83d42b4 fix plugin directory sourcing so it works on Windows - don't attempt to open
the directory as an input stream
2007-08-13 09:29:11 +00:00
Doug Kearns 923a9a78de expand environment variables in the filename argument to :source 2007-08-12 16:39:59 +00:00
Doug Kearns ecc2952522 don't echo text after copying it to the clipboard with "Y" 2007-08-12 13:20:55 +00:00
Doug Kearns 7d6f16b946 display an informational message when the text zoom value is changed 2007-08-12 10:30:30 +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
Martin Stubenschrott e91f192a62 added <space>-support for feedkeys()
moved KeyboardEvent.prototype.toString() -> vimperator.events.eventToString()
2007-08-11 19:20:39 +00:00
Martin Stubenschrott d90701769b changelog->NEWS, ChangeLog autogenerated now 2007-08-11 17:08:01 +00:00