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

86 Commits

Author SHA1 Message Date
Kris Maglione 10376ecb77 Add search keyword-history completion (try typing a keyword), better JS completion, better errors in :so, check "preload" before preloading history/bookmarks, Object/Function highlighting, some other bug fixes. 2008-10-08 02:56:11 +00:00
Kris Maglione 12a6b7ee05 Get rid of *style options and add highlight groups 2008-10-07 14:46:18 +00:00
Kris Maglione 45ad9f0c8b Allow C-c to interrupt search highlighting 2008-10-07 14:25:18 +00:00
Kris Maglione 55df63ee81 Fix favcons in completions, add "shutdown" trigger, register vimperator.css as user stylesheet, make option completions better, hide completion list when no completions available. Yeah. A lot. Sorry. 2008-10-05 03:50:09 +00:00
Doug Kearns 6ef73cf313 whitespace fixes and revert some overly aggressive use of expression closures 2008-10-04 10:18:53 +00:00
Doug Kearns 156fa5d56f add bangAllowed property to Command's extraInfo to specify whether the bang
version of the command is available
2008-10-04 09:00:36 +00:00
Kris Maglione 1cf325a539 Refactor HTML generation to use E4X. Could use some refactoring. 2008-09-30 23:37:33 +00:00
Doug Kearns 6eea753fa1 add :set validation and completion for 'eventignore' and 'suggestengines' 2008-09-26 05:29:17 +00:00
Doug Kearns 851d8d8383 use 'lambda' notation where appropriate 2008-09-23 10:06:04 +00:00
Doug Kearns e64a7397df use let when declaring loop variables 2008-09-18 12:07:10 +00:00
Kris Maglione 386bfb1f20 Allow hints in the MOW. 2008-09-14 22:23:06 +00:00
Doug Kearns fefa6e4609 move getMapLeader() to liberator.Mappings 2008-09-11 16:39:29 +00:00
Kris Maglione 4b6c27b1e7 Added liberator.commandline.input() to prompt the user. Added prompt when opening too many tabs. 2008-09-10 04:28:11 +00:00
Doug Kearns 6ea8b75298 whitespace fixes 2008-09-01 09:22:47 +00:00
Doug Kearns f2bce0b115 ignore hintable elements which are not displayed (Krishna Rajendran) 2008-08-24 23:10:07 +00:00
Doug Kearns 5dd44343ed add missing semicolons 2008-08-23 02:31:17 +00:00
Doug Kearns dee53e3b9f whitespace fixes 2008-08-21 22:31:06 +00:00
Martin Stubenschrott 2337b80edc new ;b extended hint mode 2008-08-17 17:29:55 +00:00
Doug Kearns 23692e57aa add some missing semicolons and remove some trailing commas 2008-07-27 15:08:06 +00:00
Doug Kearns f686b00040 minor formatting fixes 2008-07-26 17:03:04 +00:00
Tim Hammerquist c55d7b51d0 added option value completion; small typos. 2008-06-19 22:34:45 +00:00
Martin Stubenschrott ebbbd24097 added "custom" for hintmatching, thanks trapezoid 2008-06-16 13:19:25 +00:00
Doug Kearns 5beaa4ca6c whitespace fixes 2008-06-06 13:47:51 +00:00
Doug Kearns 9cb7ae4f36 add missing semicolons 2008-05-27 16:13:49 +00:00
Doug Kearns c1390135d2 whitespace fixes 2008-05-27 15:15:36 +00:00
Doug Kearns f43fc67115 add some missing fold markers 2008-05-17 16:04:24 +00:00
Martin Stubenschrott 8a1162349a fixed some hints problem 2008-05-17 14:54:10 +00:00
Martin Stubenschrott de50bb4397 Vimperator 1.0! Horray! 2008-05-14 18:42:12 +00:00
Martin Stubenschrott c23a942dc8 added better hintmatchers, thanks Daniel 2008-05-14 18:02:26 +00:00
Martin Stubenschrott 04004ebb39 new liberator.util.readFromClipboard, so also non-Firefox extensions have access to the clipboard 2008-05-05 13:22:55 +00:00
Martin Stubenschrott 3c4edd335b added new hint color options and a new hintmatching option (thanks Daniel) 2008-04-30 21:45:36 +00:00
Martin Stubenschrott bbfdd78660 added link to external scripts repository 2008-03-30 13:13:41 +00:00
Martin Stubenschrott 618c47bc46 big vimperator->liberator rename, expect some brakeage 2008-03-18 15:18:55 +00:00
Martin Stubenschrott 57debc00e0 * renamed shortHelp -> decription
* refactored abbreviation and mapping commands (actually 200 LOC less now :)
2008-02-29 14:46:33 +00:00
Martin Stubenschrott a92f9c9a2b moved some mappings to buffer.js and hints.js 2008-02-23 21:17:39 +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
Daniel Bainton a510328e4b Fixing ;y<num> to yank the hint destination URL instead of the current page 2008-01-25 05:06:58 +00:00
Martin Stubenschrott 43038f7566 refactored some yanking code 2008-01-05 23:31:07 +00:00
Martin Stubenschrott 642ac2ba27 fixed hints 2008-01-05 21:58:11 +00:00
Martin Stubenschrott 17fafa17dd * code refactoring, mostly methods from hints.js -> buffer.js
* ;s and :pageinfo try to propose filenames relative to the current directory now
2008-01-05 21:14:27 +00:00
Martin Stubenschrott 177b8d3b49 initial support for ;? in hintmode to display information about an element. Very incomplete, should become like the DOM inspector 2008-01-05 17:19:12 +00:00
Martin Stubenschrott 5ea202647b new gf gF and :viewsource commands (thanks dpb) 2008-01-03 11:39:40 +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 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
Marco Candrian 03bb308ec7 <leader> toggles the escape-numbers mode in hints 2007-12-04 03:52:12 +00:00
Doug Kearns 5a3d51626c normalize foldmarkers 2007-11-19 07:13:20 +00:00
Doug Kearns fa1229294c use camel case for all indentifiers 2007-11-19 03:52:36 +00:00
Doug Kearns affd280b7c use the singleton construction idiom to create vimperator.hints 2007-11-17 12:48:42 +00:00
Doug Kearns 90fd7e47ca remove redundant return statement 2007-11-17 12:42:59 +00:00