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

177 Commits

Author SHA1 Message Date
Doug Kearns ead1babb4d add "?" as the argCount to commands with an optional single arg 2008-12-01 11:45:25 +00:00
Kris Maglione 42bbfd2500 Only show "Waiting..." message if wed otherwise show items (should maybe do the same for context.message); prefix window functions with "window."; general cleanup. 2008-12-01 07:37:35 +00:00
Kris Maglione 6bc100c356 Dont show the MORE prompt in command line mode. 2008-11-30 01:01:06 +00:00
Kris Maglione 137d9cc939 Kill filterURLArray 2008-11-29 19:46:29 +00:00
Kris Maglione 69f6c66eda Fix some args completion bugs. Update where JS completion waits for tab. 2008-11-29 11:39:35 +00:00
Kris Maglione b7b05cc340 Fix bookmarks.getFavicon 2008-11-28 19:07:23 +00:00
Kris Maglione 5fdf4bd6d6 Perform search-suggest query asynchronously via async http request rather than background thread. 2008-11-28 18:51:28 +00:00
Kris Maglione 4c914e9907 Add -max argument to :bmarks. Fix :bmarks extra highlighting. 2008-11-28 18:26:44 +00:00
Kris Maglione e3feb4ce87 Add -max option to :hist, default to 1000 2008-11-28 17:19:08 +00:00
Kris Maglione e0a3e761ed Add CompletionContextoptions.jswait. Dont preview 1 character substrings. 2008-11-28 16:15:45 +00:00
Doug Kearns 5a3a35ea26 whitespace/formatting fixes 2008-11-28 13:01:20 +00:00
Kris Maglione d25867e7b5 Dont use argCount with literal. Use the default favicon in :ls 2008-11-28 12:52:09 +00:00
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