1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-27 23:43:31 +02:00
Commit Graph

165 Commits

Author SHA1 Message Date
Kris Maglione 43ae46bf1a Fix completion bug. Speed completion scrolling by another 20ui.js. 2008-11-28 07:12:54 +00:00
Kris Maglione 2ef031c756 Better option completion/validation. 2008-11-28 04:28:38 +00:00
Kris Maglione 0325ac9174 Make JS function completion better. Fix some other completion bugs. Dont complete JS after /[\]})"/. 2008-11-28 03:15:22 +00:00
Kris Maglione ce7bd7421f Speed up initial file completion a bit by not sorting the results (twice) 2008-11-27 09:56:18 +00:00
Kris Maglione 5d8992d761 Fix hints with :set usermode. Dont sort location/history/search completions. Highlight via liberator:highlight= attribute rather than by class 2008-11-27 05:36:01 +00:00
Kris Maglione 0adf03a6b8 Move bang/count to args. 2008-11-26 21:53:22 +00:00
Kris Maglione 20ab9ef0c7 s/args.arguments/args/g 2008-11-26 21:10:54 +00:00
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