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

2044 Commits

Author SHA1 Message Date
Martin Stubenschrott aad7a5667a add some statistics to the regression script 2008-11-24 21:52:28 +00:00
Martin Stubenschrott eb35eba435 added simple regression script. Run with :regressions. And yes, :bmarks is really broken :) 2008-11-24 21:45:34 +00:00
Kris Maglione 9398ffed1c More completion stuff 2008-11-24 21:40:02 +00:00
Doug Kearns ccdf6f1011 fix redeclaration of schemes in completion.colorSchemes - prevents Vimp from
loading in FF 3.0
2008-11-24 15:04:37 +00:00
Doug Kearns c2c00a86e3 fix broken :unmap 2008-11-24 12:35:08 +00:00
Kris Maglione 874ab93fa9 Fix a completion bug 2008-11-24 11:24:37 +00:00
Kris Maglione ced94146f8 Partially fix completions with mismatched start offsets 2008-11-24 11:12:06 +00:00
Kris Maglione 862a6cae7c TODO - :map <silent> isnt broken 2008-11-24 10:11:36 +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
Doug Kearns b2a87273f8 TODO: map <silent> is broken 2008-11-24 03:54:10 +00:00
Doug Kearns 4b66007575 fix parseArgs - literalArg typo 2008-11-24 03:53:16 +00:00
Kris Maglione 0c003d63d6 Improve objectToString a bit 2008-11-24 00:22:28 +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 6d7c9091de Speed up completions. Fix Structcommands.jsdefaultValue in FF 3.0. Temporarilly name anonymous functions for profiling. 2008-11-23 04:58:23 +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 b895fa27b2 Lower-case hint text after splitting (to allow for, e.g., (?=[A-Z])) 2008-11-22 22:01:37 +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 fbd5fde3b4 Fix some completion bugs 2008-11-22 10:32:46 +00:00
Kris Maglione 49a559866c More completion stuff 2008-11-22 09:56:57 +00:00
Kris Maglione ef0b517d3f More completion stuff 2008-11-22 09:14:21 +00:00
Kris Maglione fcc799aa6a More completion stuff. 2008-11-22 06:53:44 +00:00
Kris Maglione 4f1c195aa4 Update TODO 2008-11-21 22:19:01 +00:00
Kris Maglione 423d0e9f70 Completion improvements, including basic completion contexts (very incomplete) 2008-11-21 22:06:33 +00:00
Martin Stubenschrott fd1bc6adb1 fixed broken completions after html->xml rename 2008-11-21 13:14:06 +00:00
Martin Stubenschrott 3c74d8b50a fixed :bmarks <filter>, thanks anekos 2008-11-21 12:46:52 +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 52038db7ae remove flicker when using wop=auto completions and cpt=l; Note: typing after hitting O (or any other long url) is (still) kinda slow, we should try to improve this corner case. 2008-11-21 10:33:47 +00:00
Kris Maglione d4ef9cee7a Remember last focused frame 2008-11-21 06:35:27 +00:00
Kris Maglione 2d7036b917 Fix <Tab> substring completion 2008-11-21 06:26:53 +00:00
Martin Stubenschrott df6a9a9428 fixed custom completion styling, now better than ever before, per-item based. Note that hold <tab> down after :bmarks <tab> results in a sluggish display, I don't think this commit causes this, it's proably a recent regression. 2008-11-21 00:14:14 +00:00
Kris Maglione 00f4b80232 Begining of parseArgs-based completion; only works for :style, for now. Should probably be made intrinsic. 2008-11-20 23:13:01 +00:00
Martin Stubenschrott aa13986142 fixed favicons in :hs and :bmarks output (:bmarks filter still broken) 2008-11-20 21:55:41 +00:00
Kris Maglione 7032d4ec38 And add a comment. 2008-11-20 21:30:04 +00:00
Kris Maglione 5b9cd6e514 And actually commit the change referenced 2 commits ago. :( 2008-11-20 21:28:56 +00:00
Kris Maglione ce88c8918d Sorry, committed some things accidentally, before. Added modes.addMode. Made some changes to Commands toward using the parser for completions. 2008-11-20 21:27:44 +00:00
Kris Maglione 5b647a5c22 Check (v[0] in orig || orig[v[0]]) in JS completion again. The latter catches a lot of members in XPC wrapped objects 2008-11-20 21:03:34 +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 069a8e57f1 fixed :open foo<tab> completion when writing very fast and when not using wop=auto. Many other small architectural completion improvements, more to come... 2008-11-20 17:29:20 +00:00
Kris Maglione a044098e1b TODO: Tabbing between form elems triggers NORMAL mode 2008-11-19 20:53:07 +00:00
Kris Maglione 4bf7141d51 Gecko *really* wasnt designed with object member completion in mind. :( 2008-11-18 21:03:14 +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 a4072000c9 Add hints.addMode (e.g., hints.addMode("k", "Kill image", function (elem) elem.style.display="none", function () "//img")). Etc. 2008-11-18 20:10:24 +00:00
Kris Maglione 870538e032 Ameliorate completion with wrappedJSObjects a bit 2008-11-18 02:01:40 +00:00
Kris Maglione 1bb9d4337d Fix keyword completion 2008-11-18 01:46:14 +00:00
Kris Maglione 36a2b4157c Sort methods in liberator.js, a bit 2008-11-17 23:00:07 +00:00