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

158 Commits

Author SHA1 Message Date
Kris Maglione b38fff6137 Move completion indicators to CSS class. Provide current/default :sty/:hi CSS completions. Et cetera. 2008-11-26 04:57:21 +00:00
Kris Maglione 48172401fa Move template.listCompleter to completion. Some other cleanup/fixes 2008-11-25 19:31:51 +00:00
Doug Kearns 4462bb3768 fix 'defsearch' validator 2008-11-25 15:19:07 +00:00
Kris Maglione 3affc98ea5 Add template.listCompleter to list completion results to the MOW. 2008-11-25 07:30:23 +00:00
Kris Maglione f536871f87 Improve :bmarks completer. Fix shaky completion display code. 2008-11-25 04:18:40 +00:00
Kris Maglione 8de6c9d8df Fix bookmark favicons 2008-11-25 00:05:03 +00:00
Kris Maglione f889c38eb6 Re-add cpt=h. Make cpt= extensible. 2008-11-25 00:00:44 +00:00
Kris Maglione 5ee5f8ef2f Fix :bmarks, etc. Fix oversized completion tables. 2008-11-24 22:52:24 +00:00
Kris Maglione 9398ffed1c More completion stuff 2008-11-24 21:40:02 +00:00
Kris Maglione 9b14f6e331 More completion stuff. And move vimperator.png to chrome://liberator2/content/ -- long story. 2008-11-24 10:10:49 +00:00
Kris Maglione 7d8eb88954 More completion stuff. 2008-11-23 23:40:40 +00:00
Kris Maglione fef1cecb75 Turn search keyword completion back on 2008-11-23 09:10:20 +00:00
Kris Maglione 058ad03105 More completion stuff 2008-11-23 02:08:02 +00:00
Kris Maglione 77dca6413f More completion stuff 2008-11-22 23:42:59 +00:00
Kris Maglione d3449c2f50 Get bookmark favicon from Places where possible. 2008-11-22 22:22:06 +00:00
Kris Maglione 76a5b4cf7a Turn JS completion caching back on 2008-11-22 20:58:56 +00:00
Kris Maglione 5db27607ad More completion stuff. Add proper :bmarks completion 2008-11-22 11:09:36 +00:00
Kris Maglione 49a559866c More completion stuff 2008-11-22 09:56:57 +00:00
Kris Maglione fcc799aa6a More completion stuff. 2008-11-22 06:53:44 +00:00
Martin Stubenschrott 5c8b17cc58 fixed :qmarks/:hs/:bmarks display, add a new template.genericTable() method 2008-11-21 12:44:54 +00:00
Martin Stubenschrott aa13986142 fixed favicons in :hs and :bmarks output (:bmarks filter still broken) 2008-11-20 21:55:41 +00:00
Martin Stubenschrott ebdac3be1f new 'followhints' option, thanks Ruud 2008-11-20 20:36:25 +00:00
Martin Stubenschrott cd2c0d6c6d Changed 'complete' option default to "sfl", meaning we have awesomebar completions by default now.
In constrast removed history cache, which should make startup faster and use less memory. As we only need it for :history anyway, there is no real performance penalty as Places does search quite fast.
2008-11-20 19:46:38 +00:00
Martin Stubenschrott e9608cccaf [muttator] fixed lots of problems with the latest thunderbird nightly. Might break muttator for older thunderbirds though 2008-11-18 20:13:49 +00:00
Kris Maglione 8cf49a0665 Load Bookmarks/History in a background thread 2008-11-17 20:21:39 +00:00
Martin Stubenschrott 05a699dc53 changed horrible history cache code 2008-11-13 23:19:13 +00:00
Martin Stubenschrott 1f056ad06c speed up Struct slightly and don't use it for History for now. (Still doesn't fix all perf problems, as it is still used in many other places like styles). 2008-11-13 23:05:04 +00:00
Kris Maglione 0da30a4dc3 Fix completions, among other things (sorry) 2008-11-05 00:59:02 +00:00
Doug Kearns 441008c624 provide defaults for some optional config properties 2008-11-02 13:59:58 +00:00
Doug Kearns 6dfc33035b whitespace and semicolon fixes 2008-11-02 11:54:56 +00:00
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