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

128 Commits

Author SHA1 Message Date
Martin Stubenschrott 1c30aad51c delay preloading after most tabs should be restored, makes Firefox startup. When we enable the awesomebar completions by default, we might even :set nopreload by default. 2008-11-02 05:22:07 +00:00
Martin Stubenschrott 70ea0eb34e Favicon support in :bmarks/:history and :ls and fixed very slow vimperator loading with a large history by NOT loading all favicons at startup.
Also fixed :restart by accident showhow.
2008-11-02 04:49:37 +00:00
Daniel Bainton 756adee134 Fix listing of numeric quickmarks
Thanks to Juergen and Kris. :)
2008-10-24 13:14:28 +00:00
Doug Kearns 62b60a78c2 whitespace fixes 2008-10-17 12:36:27 +00:00
Doug Kearns bec8d33e59 pass all command actions an args object - IMPORTANT: this will possibly break
your plugin, read the NEWS file
2008-10-17 11:39:25 +00:00
Doug Kearns 1394f483e4 declare some undeclared variables in parseOpt and whitespace fixes 2008-10-15 01:55:27 +00:00
Kris Maglione ff7c3c1210 Add liberator.modules namespace, load scripts via subscript loader, report better errors on :so with here docs, beep when clicking an input field in command line mode. 2008-10-13 21:05:48 +00:00
Daniel Bainton f36d6a4133 Fix <C-{o,i}> and {H,L} keys to work with the with (liberator) change 2008-10-13 10:23:22 +00:00
Doug Kearns b69fdd4d54 remove the space between tags in :bmarks output 2008-10-13 03:28:27 +00:00
Kris Maglione cd0fb01dd4 with (liberator) 2008-10-13 00:50:03 +00:00
Kris Maglione 45a1334cc0 Fix history cache 2008-10-12 21:40:23 +00:00
Kris Maglione b84714bba6 Add a Struct() type for things like Bookmarks and Styles 2008-10-11 20:44:51 +00:00
Kris Maglione bad771cddc Switch back to the fixup service for sourcing files. 2008-10-11 19:19:43 +00:00
Kris Maglione e92a35a197 Update :au to use args parser, and perform certain replacements (more to come?). 2008-10-11 01:29:03 +00:00
Kris Maglione 97d1c1afd9 Cache keyword-search filter 2008-10-08 16:05:19 +00:00
Doug Kearns e52fc9af43 whitespace fixes 2008-10-08 11:39:25 +00:00
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
Doug Kearns 01e89bc6d8 move some completion code to completion.js 2008-10-07 15:32:48 +00:00
Kris Maglione 899fa605e6 Make autocompletion generally more reasonable 2008-10-06 18:48:08 +00:00
Kris Maglione 50ba2ed66e Cache favicons 2008-10-06 16:20:24 +00:00
Doug Kearns 413e01da41 add some missing argCount specs to commands 2008-10-06 13:07:57 +00:00
Doug Kearns 0c03963cf9 add count property to Command's extraInfo to specify whether the command
accepts a count/range
2008-10-06 10:42:06 +00:00
Kris Maglione 0a8252fb2a Added :sty chrome to style the main window, moved a bunch of inline styles to CSS, fixed some completion bugs, removed util.blankDocument 2008-10-05 23:38:31 +00:00
Kris Maglione 05aac8ced6 Fix some brokenness 2008-10-05 07:40:26 +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
Kris Maglione 506838b41d Add help and NEWS entries for :bmark! 2008-10-04 19:58:18 +00:00
Kris Maglione 4b4e578dc3 Make :style better 2008-10-04 19:22:54 +00:00
Doug Kearns 2ebb57fe93 rename Command's bangAllowed property to bang 2008-10-04 16:48:32 +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 8100d941f8 Make :pageinfo extensible 2008-10-02 19:22:02 +00:00
Kris Maglione 76b6c530b1 Frob some fnords. 2008-10-02 06:42:42 +00:00
Kris Maglione b7267adb21 Remove spurious code. 2008-10-01 17:50:00 +00:00
Doug Kearns bda94a3421 whitespace fixes 2008-10-01 04:14: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 c076c8be0f fix some arg redeclarations 2008-09-28 12:51:53 +00:00
Doug Kearns 6f6922f035 add some missing semicolons and remove some trailing commas 2008-09-28 11:38:51 +00:00
Doug Kearns 8154f7b5fa remove some unnecessary parentheses from bookmarks.getSearchEngines 2008-09-27 12:27:43 +00:00
Doug Kearns 851d8d8383 use 'lambda' notation where appropriate 2008-09-23 10:06:04 +00:00
Doug Kearns 0d35d7c67d whitespace fixes 2008-09-21 11:12:32 +00:00
Doug Kearns 23492c82e7 add missing semicolons 2008-09-18 12:23:38 +00:00
Doug Kearns e64a7397df use let when declaring loop variables 2008-09-18 12:07:10 +00:00
Doug Kearns 0d2e00eb6b use the hl-Title class for the completion widget title 2008-09-16 16:09:14 +00:00
Kris Maglione 0a9b61dc73 Fix 'for each' loops. 2008-09-14 16:47:24 +00:00
Doug Kearns b7cf04793f whitespace fixes 2008-09-14 14:57:46 +00:00
Kris Maglione 8908c10ed2 Include *.jsm in the jar (and, incidentally, comment out a dump). 2008-09-14 06:44:31 +00:00
Kris Maglione a863083360 Make bookmark cache window independent and more dynamic. 2008-09-14 01:16:23 +00:00
Kris Maglione 40f1c185e8 Move marks to storage module. 2008-09-12 00:41:36 +00:00
Doug Kearns 8c3cfc4c8c more AR whitespace fixes 2008-09-11 08:23:46 +00:00
Kris Maglione 1e69a5f40c Fix liberator.storage.saveAll(). 2008-09-11 04:00:23 +00:00