mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 01:22:27 +01:00
Fix broken JS completion.
--HG-- branch : testing
This commit is contained in:
@@ -42,7 +42,6 @@ BUGS:
|
||||
|
||||
FEATURES:
|
||||
8 Document Textarea, Caret and Visual modes.
|
||||
8 Incremental searches should retreat to their starting position on <Backspace>
|
||||
8 Replace config.name tests in liberator with more specific feature
|
||||
tests or overridable APIs where at all feasible.
|
||||
8 change the extension ID to vimperator@vimperator.org rather than
|
||||
@@ -65,25 +64,11 @@ FEATURES:
|
||||
8 :redir and 'verbosefile'
|
||||
8 middleclick in content == p, and if command line is open, paste there the clipboard buffer
|
||||
8 all search commands should start searching from the top of the visible viewport
|
||||
8 :addsearch wikpedia http://en.wikipedia.org/wiki/Special:Search?search=%s to allow saving of
|
||||
quick searches in the RC file.
|
||||
Why not just add a bookmark? --Kris
|
||||
This would require performance tests, how fast it is to add 20 keywords that way, as we need
|
||||
to search all existing bookmarks to see if the keyword is already defined, and then just update
|
||||
that bookmark. --mst
|
||||
|
||||
Wah? I don't see how that's especially relevant, since they only
|
||||
need to be added once, but, if you insist:
|
||||
:100time bookmarks.getKeywords().some(function(k) k.keyword == "wikipedia")
|
||||
Code execution summary
|
||||
Executed: 100 times
|
||||
Average time: 2.48 msec
|
||||
Total time: 0.25 sec
|
||||
--Kris
|
||||
|
||||
8 allow for multiple ex commands separated with | (see #24)
|
||||
8 <C-o>/<C-i> should work as in vim (i.e., save page positions as well as
|
||||
locations in the history list).
|
||||
8 jump to the next heading with ]h, next image ]i, previous textbox [t and so on
|
||||
8 pipe selected text/link/website to an external command
|
||||
7 use ctrl-n/p in insert mode for word completion
|
||||
7 implement QuickFix window based on ItemList
|
||||
7 wherever possible: get rid of dialogs and ask console-like dialog questions
|
||||
@@ -93,7 +78,7 @@ FEATURES:
|
||||
opera's fast forward does something like this
|
||||
7 make an option to disable session saving by default when you close Firefox
|
||||
7 The output of the pageinfo-command should contain the security-information of ssl-encrypted sites
|
||||
7 Add :every command
|
||||
7 :grep support (needs location list)
|
||||
6 :mksession
|
||||
6 add [count] support to :b* and :tab* commands where missing
|
||||
6 registers
|
||||
@@ -101,12 +86,10 @@ FEATURES:
|
||||
always be the default register. --Ted
|
||||
6 check/correct spellings in insert mode with some mappings
|
||||
6 add more autocommands (TabClose, TabOpen, TabChanged etc)
|
||||
6 jump to the next heading with ]h, next image ]i, previous textbox [t and so on
|
||||
6 :grep support (needs location list)
|
||||
6 pipe selected text/link/website to an external command
|
||||
6 Use ctrl-w+j/k/w to switch between sidebar, content, preview window
|
||||
6 Command :tags for getting a list of used tags
|
||||
6 ;?<hint> should show more information
|
||||
6 Add information to liberator/HACKING file about testing and optimization
|
||||
5 when looking at a zoomed out image (because it's large), zi should zoom in
|
||||
maybe with this? : http://mxr.mozilla.org/seamonkey/source/content/html/document/public/nsIImageDocument.idl
|
||||
5 make a command to search within google search results
|
||||
@@ -117,8 +100,5 @@ FEATURES:
|
||||
3 add a command-line window (:help cmdline-window in Vim).
|
||||
3 Splitting Windows with [:sp :vsp ctrl-w,s ctrl-w,v] and closing with [ctrl-w,q], moving with [ctrl-w,w or tab]
|
||||
have a look into the split browser extension
|
||||
1 Add information to liberator/HACKING file about testing and optimization
|
||||
1 Document remote branches in liberator/HACKING
|
||||
1 Reformat liberator/HACKING so that git diff can find sections and report changes @ somewhere
|
||||
- many other ideas are listed in the wiki
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<Description about="urn:mozilla:install-manifest">
|
||||
<em:id>vimperator@mozdev.org</em:id>
|
||||
<em:name>Vimperator</em:name>
|
||||
<em:version>###VERSION###</em:version>
|
||||
<em:version>@VERSION@</em:version>
|
||||
<em:description>Make Firefox behave like Vim</em:description>
|
||||
<em:creator>Martin Stubenschrott</em:creator>
|
||||
<em:homepageURL>http://vimperator.org</em:homepageURL>
|
||||
|
||||
Reference in New Issue
Block a user