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

879 Commits

Author SHA1 Message Date
Martin Stubenschrott bd66b8522e more work towards a working :Help 2008-01-04 03:28:39 +00:00
Martin Stubenschrott 23098fc5eb don't save :autocmd on :mkvimperatorrc 2008-01-03 19:29:36 +00:00
Martin Stubenschrott dceb8e381e updated Makefile for static help 2008-01-03 14:56:29 +00:00
Martin Stubenschrott 2aa72922a4 Totally unfinished, but first attempts with a temporary :Help command to use static html pages for the help 2008-01-03 14:40:03 +00:00
Martin Stubenschrott 488e55390c swapped meaning of gf and gF 2008-01-03 11:43:28 +00:00
Martin Stubenschrott 5ea202647b new gf gF and :viewsource commands (thanks dpb) 2008-01-03 11:39:40 +00:00
Martin Stubenschrott c0d333629e simple fix, that we don't echo message while not in the main thread. This fixes :set editor=unknown_editor to not hang firefox 2008-01-02 17:22:19 +00:00
Martin Stubenschrott 78527f8d95 updated copyright dates, thanks to dpb with:
for i in `grep -r 2007 content skin | grep -v CVS | cut -d ':' -f 1`; do sed -i -e 's/2007/2008/' $i; done
2008-01-02 14:17:10 +00:00
Martin Stubenschrott 58efd457dd fixed bookmarks to work with newer FF3 API 2008-01-02 12:52:21 +00:00
Martin Stubenschrott 6f59f0092c updated donators 2008-01-02 08:26:22 +00:00
Martin Stubenschrott 9e67dd71b5 updated donators 2007-12-31 11:24:46 +00:00
Doug Kearns 6a34a16885 add missing closing fold marker 2007-12-28 04:53:19 +00:00
Marco Candrian 0ce511b060 PageLoad rather then onPageLoad 2007-12-28 04:32:45 +00:00
Marco Candrian c3cf763104 autocmd's added to NEWS 2007-12-28 04:05:48 +00:00
Marco Candrian efb48b6195 autocommands (:au[tocmd]... ; onPageLoad event for now only. 2007-12-28 03:18:49 +00:00
Martin Stubenschrott 5344af4d02 updated donators 2007-12-21 02:57:38 +00:00
Martin Stubenschrott 39094268eb new vimperator.buffer.element function to quickly retrieve a single element with XPath attributes 2007-12-20 15:19:09 +00:00
Martin Stubenschrott 5122e6c448 * Initial code for "waiting" macros. Still buggy/incomplete, but commiting, before merging other patches becomes even more tedious.
* Also a new attempt that pages don't have input focus after load, probably buggy as well
2007-12-18 15:05:03 +00:00
Martin Stubenschrott 39fbf33d8b lastInputField is now available after switching tabs, new v.buffer.loaded getter/setter 2007-12-17 20:45:28 +00:00
Martin Stubenschrott 14a367ff71 count support for @, and removed old unused hint mappings code 2007-12-17 11:29:01 +00:00
Marco Candrian ab18c1ba4c @ added to allowed playMarco arguments 2007-12-16 22:22:21 +00:00
Marco Candrian ffa5ad747e macro renamings 2007-12-16 22:18:04 +00:00
Marco Candrian 6d9d3ace05 @@ and some checks added to macro/recording... 2007-12-16 05:01:26 +00:00
Marco Candrian cbaca2dc3e when a map got not found, refeed the so far collected keys in v.input.buffer (and don't try to find maps while doing so, preventing an eternal loop) 2007-12-16 01:32:09 +00:00
Marco Candrian 8b1b17a84f marco code, not fully functional yet 2007-12-16 00:45:34 +00:00
Martin Stubenschrott 1de6096906 better fix for getcwd 2007-12-13 13:56:50 +00:00
Martin Stubenschrott aaa317b143 another attempt to fix getcwd on windows 2007-12-13 13:50:55 +00:00
Martin Stubenschrott 24adb1bb92 fixed getCurrentDirectory() to not call an infinite loop, makes :cd etc. work on windows hopefully 2007-12-12 17:58:52 +00:00
Doug Kearns c86e4297f5 fix :pwd help and allow it to be called with the :pw abbreviation 2007-12-12 13:53:50 +00:00
Martin Stubenschrott 347f12e559 fixed timeout when changing from HINTS mode 2007-12-12 06:00:38 +00:00
Martin Stubenschrott 9f56b8d7f5 advanced scrolling when focus is at a wrong element/frame 2007-12-12 05:27:11 +00:00
Martin Stubenschrott 2dafed7328 removed accidental alert() 2007-12-12 04:29:59 +00:00
Martin Stubenschrott b26634f34a reset mode on begin document load, this should fix the annoying -- INSERT -- problem 2007-12-12 04:23:42 +00:00
Martin Stubenschrott e7aa6020a8 quick fix for :help not working, CRASHES firefox however when issuing :help when :help is already open. -> need to look into that later 2007-12-12 01:39:16 +00:00
Martin Stubenschrott 32ecd9712c added stal=0 reference to guioptions help 2007-12-11 13:54:38 +00:00
Doug Kearns e22b0356b7 fix util.highlightURL to use the unnamed anchor for link href values to prevent
:pageinfo links from being loaded in the MOW
2007-12-09 10:29:49 +00:00
Marco Candrian cc16a55e38 rhs has to be optional or "just to let sleeping dogs lie" 2007-12-07 15:33:34 +00:00
Marco Candrian 0bf59f7b98 using a regex again, but still easier/smarter than before, I think 2007-12-07 14:17:18 +00:00
Marco Candrian 1e6ff58d4c using split instead of a regex to get lhs, rhs 2007-12-07 13:37:37 +00:00
Marco Candrian 59d948c675 no need to check futher -> break; 2007-12-07 12:47:37 +00:00
Marco Candrian 376cb2c6e8 map multi-mode enhancement, i = Insert+Textarea 2007-12-07 04:22:41 +00:00
Martin Stubenschrott bcc3ca6dd8 updated donators 2007-12-05 23:47:12 +00:00
Marco Candrian 9c2efb55b2 imap added to the NEWS file 2007-12-05 23:24:50 +00:00
Marco Candrian 77ecb2eaa7 :imap, :imapclear, :inoremap, :iunmap added 2007-12-05 14:50:59 +00:00
Marco Candrian deb9d15e7a unnecessary line removed 2007-12-04 15:08:27 +00:00
Martin Stubenschrott afb54f6246 small help fixes, thanks dpb! 2007-12-04 14:08:20 +00:00
Doug Kearns a91aec0172 minor formatting fixes 2007-12-04 08:23:49 +00:00
Doug Kearns 6ceccfee72 rename completion#files "short" parameter to "tail" 2007-12-04 08:21:38 +00:00
Doug Kearns 63c36ef024 remove trailing comma from :paginfo instantiation 2007-12-04 08:19:56 +00:00
Doug Kearns 89a97b9658 add support for navigating the rev document relationship and for navigating
document relationships on frameset pages (thanks kidd)
2007-12-04 06:57:16 +00:00