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

98 Commits

Author SHA1 Message Date
Martin Stubenschrott f86df3e65a all mappings apart from various insert modes are finally there where they should be 2008-02-24 01:47:47 +00:00
Martin Stubenschrott 62b053bab2 added mail.js, <enter> and <esc> switch between normal and -- MESSAGE -- mode now 2008-02-11 15:42:52 +00:00
Martin Stubenschrott 1556268fea massive options.js cleanup. It is now only responsible for the options framework, but does not host
any option. They are now saved in the modules where the corresponding features are defined or in vim.js
if they are general options. Expect the same code rework for commands and mappings.
2008-02-07 03:03:27 +00:00
Martin Stubenschrott 5f04e70663 added vimperator.has("feature") and made vimperator.open(...) work in thunderbird as well 2008-02-05 15:30:08 +00:00
Martin Stubenschrott 286feedfc7 initial small changes, so muttator loads at least fully 2008-02-05 01:31:06 +00:00
Martin Stubenschrott 2777a8e09c get rid off v.options.{g,s}etFirefoxPref and renamed it to {g,s}etPref. You shouldn't save vimperator specific preferences in the about:config anyway, but store larger things like the history in the SQLITE database. 2008-02-05 01:00:15 +00:00
Martin Stubenschrott a994d42a56 get rid of Cc/Ci, as that's thunderbird incompatible 2008-02-01 17:52:41 +00:00
Martin Stubenschrott af927e89c5 swapped :help and :Help, if you don't find yet help in :help, try :Help, and convert it to asciidoc 2008-01-23 14:42:50 +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 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
Doug Kearns a91aec0172 minor formatting fixes 2007-12-04 08:23:49 +00:00
Doug Kearns 19ad0f4d46 add initial implementation of the 'history' option - no dynamic resizing yet 2007-11-30 09:22:43 +00:00
Martin Stubenschrott 06c23ac254 an experimental hearts symbol in the statusline for bookmarked pages. Needs a unicode font, so might be problematic 2007-11-20 02:24:59 +00:00
Doug Kearns fa1229294c use camel case for all indentifiers 2007-11-19 03:52:36 +00:00
Doug Kearns f50bca0453 use RegExp#test in preference to String#match 2007-11-16 12:48:03 +00:00
Doug Kearns 695fd63e91 use the singleton construction idiom to create vimperator.tabs 2007-11-12 12:29:54 +00:00
Doug Kearns c362c70f03 add more missing semicolons 2007-11-11 03:01:55 +00:00
Doug Kearns 434844b688 use the 'singleton' construction idiom rather than classical constructors for
creating the bookmarks, history, commandline, search, previewwindow,
bufferwindow, statusline, buffer, editor, marks and quickmarks objects
2007-11-11 02:18:15 +00:00
Doug Kearns 2c5655e182 whitespace formatting fixes 2007-11-10 15:06:07 +00:00
Doug Kearns b204012556 convert single quotes to double quotes 2007-11-06 11:22:39 +00:00
Doug Kearns 34da6b0f0e declare some accidentally global vars 2007-11-03 08:51:07 +00:00
Martin Stubenschrott baebe6978c abbreviations for textboxes (thanks calmar) 2007-11-01 20:30:03 +00:00
Doug Kearns 346c8abb4b add some more missing semicolons 2007-10-31 10:23:48 +00:00
Doug Kearns 4646046bbb always specify the radix arg when calling parseInt rather than rely on it
'guessing' correctly
2007-10-31 04:28:53 +00:00
Martin Stubenschrott 3795b74979 fixed MOW message stacking and some small speed improvements 2007-10-30 14:06:45 +00:00
Martin Stubenschrott faefb78c24 many small fixes to the hints, and some minor mode handling changes 2007-10-25 19:57:49 +00:00
Doug Kearns e410df4439 move remaining global constructor functions to the vimperator namespace 2007-10-21 10:39:23 +00:00
Doug Kearns 79577bea5f move Options.{setPref,getPref,setFirefoxPref,getFirefoxPref} to slots of vimperator.options 2007-10-21 05:34:50 +00:00
Doug Kearns 4f1dacc7a2 fix link target of :ls URLs in the MOW 2007-10-18 12:42:27 +00:00
Martin Stubenschrott 6ab3f8b8a6 * return after quitting last tab
* update statusline on browser start
2007-10-17 20:42:01 +00:00
Doug Kearns 83df17f660 use the value of 'activate' when opening new tabs from the MOW 2007-10-16 14:05:52 +00:00
Martin Stubenschrott 329df9b7cd * only switch tabs when clicking the URL in :ls, to make it easier to select text
* allow ctrl-(shift-)-clicks to select cells in the MOW
2007-10-16 13:27:28 +00:00
Doug Kearns 91452f438f make each row of the buffer list clickable and jump to the selected buffer 2007-10-16 12:05:57 +00:00
Doug Kearns be22d59c63 make URLs in the :bmarks output clickable 2007-10-16 11:11:13 +00:00
Martin Stubenschrott c8458e965e [+] marker in the statusline 2007-10-14 14:05:42 +00:00
Doug Kearns 808feaa5bd use "[Help]" in the status line for the internal help page 2007-10-09 05:08:47 +00:00
Doug Kearns 8ce3760795 revert to using the text box for echoing commands 2007-10-09 04:40:28 +00:00
Martin Stubenschrott dd40023219 count support for deleting buffers 2007-10-09 02:59:05 +00:00
Martin Stubenschrott 2521d3e693 added flags to vimperator.commandline.echo() 2007-10-08 23:22:04 +00:00
Doug Kearns fc0409b493 restore appending of echoed single lines to the MOW when it's already open and
fix vimperator.commandline.echo so it can display non-string args again
2007-10-08 06:58:37 +00:00
Doug Kearns d8aa1cb342 use standard-ish Vim highlight group names for the statusline styling 2007-10-08 00:44:35 +00:00
Doug Kearns b936238b5e don't prepend the ex command string to the MOW output for all commands 2007-10-06 01:12:55 +00:00
Martin Stubenschrott 868a3f887e faster echo() method 2007-10-05 01:43:06 +00:00
Doug Kearns a8bcbcf74b append command output to the MOW rather than overwriting if it is already open 2007-10-04 20:35:24 +00:00
Doug Kearns e920cd3170 move more-prompt messages to the commandline and use the default UI font size
in the MOW
2007-10-02 20:45:56 +00:00
Doug Kearns b76c20b99d add more CSS classes for highlighting output messages and use hl-Warning (red
on white) for find related wrap messages
2007-10-02 18:20:19 +00:00
Doug Kearns 8394871a42 change directory structure to follow the more standard package hierarchy 2007-09-30 16:41:36 +00:00