From 0d5b318c4209436d1acdca7ad8d708fc5f73a185 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 16 Sep 2008 01:09:10 +0000 Subject: [PATCH] InformationList -> gone, long live ItemList. Initial commit of new HTML based completion framework. Simple 1:1 port for now, advanced features will come later. :set wildoptions=auto broken for now, needs a more substantial rewrite anyway. --- Donators | 3 + TODO | 3 +- content/muttator.xul | 83 +++---- content/muttatorcompose.xul | 41 ++-- content/ui.js | 437 ++++++++++++++++++++---------------- content/util.js | 1 - content/vimperator.xul | 44 ++-- skin/vimperator.css | 31 ++- 8 files changed, 345 insertions(+), 298 deletions(-) diff --git a/Donators b/Donators index d7666f52..8e5a2f54 100644 --- a/Donators +++ b/Donators @@ -3,6 +3,9 @@ Also drop me a note, if you want the donated amount to be displayed. 2008: +* Robert Meerman +* Silvio Di Stefano +* Lance Feagan * Alexander Klink * Chaz McGarvey * Jesse Hathaway diff --git a/TODO b/TODO index ee552762..a1acb297 100644 --- a/TODO +++ b/TODO @@ -20,7 +20,6 @@ BUGS: FEATURES: 8 middleclick in content == p, and if command line is open, paste there the clipboard buffer -8 ;? should show more information 8 all search commands should start searching from the top of the visible viewport 7 adaptive learning for tab-completions (https://bugzilla.mozilla.org/show_bug.cgi?id=395739 could help) @@ -34,6 +33,7 @@ FEATURES: google to another page and click 10 links there, [d would take me back to the google page opera's fast forward does something like this 7 make an option to disable session saving by default when you close Firefox +6 :tabdetach 6 add [count] support to :b* and :tab* commands where missing 6 registers 6 allow for multiple ex commands separated with | @@ -45,6 +45,7 @@ FEATURES: 6 pipe selected text/link/website to an external command 6 :set wildoptions=auto mode, which would list completions on each keystroke (maybe performance problems) 6 Use ctrl-w+j/k/w to switch between sidebar, content, preview window +6 ;? should show more information 5 Favicons in completion windows and some other places? 5 make a command to search within google search results (http://gadelkareem.com/2007/01/28/using-google-ajax-api-as-an-array/) diff --git a/content/muttator.xul b/content/muttator.xul index cc95ac47..964d801e 100644 --- a/content/muttator.xul +++ b/content/muttator.xul @@ -60,6 +60,14 @@ the terms of any one of the MPL, the GPL or the LGPL. + + + + + + + + - - - - - - - - - - - - - -