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

168 Commits

Author SHA1 Message Date
Kris Maglione e33c32fcd6 Make wop=sort actually do something 2008-10-07 04:10:16 +00:00
Kris Maglione 2c44c1047c Override iterators for JS completion. This is evil, and hacky, and completely worth it. 2008-10-07 03:25:59 +00:00
Kris Maglione 3169a93825 Add Option.has(). Improve JS completion. 2008-10-07 03:19:40 +00:00
Kris Maglione 0f438cb499 Wrap eval in try-catch in javascript completer 2008-10-07 02:44:18 +00:00
Kris Maglione 662fb5d7a5 Skip inaccessable elements in javascript completion 2008-10-07 02:13:45 +00:00
Kris Maglione d79b41dbc7 Fix javascript completion quirk 2008-10-07 01:53:50 +00:00
Kris Maglione 02dc21d930 Remove magic numbers 2008-10-07 01:04:49 +00:00
Kris Maglione 44de5ce668 Better javascript completion. 2008-10-07 01:02:18 +00:00
Kris Maglione f4613ec8a8 Dont lower-case completion strings. 2008-10-06 22:06:15 +00:00
Kris Maglione 23199b84d1 Dont die if the history completion service isnt available 2008-10-06 22:00:30 +00:00
Kris Maglione 899fa605e6 Make autocompletion generally more reasonable 2008-10-06 18:48:08 +00:00
Kris Maglione 50ba2ed66e Cache favicons 2008-10-06 16:20:24 +00:00
Kris Maglione 9e13dee7dd Use the favicon returned by history search. 2008-10-05 14:26:32 +00:00
Kris Maglione 49e7229830 Turn favicons back on. Don't let the completion list jump. Move some stuff to vimperator.css. 2008-10-05 05:10:15 +00:00
Kris Maglione e5bce7c63c *** empty log message *** 2008-10-05 04:06:14 +00:00
Kris Maglione 55df63ee81 Fix favcons in completions, add "shutdown" trigger, register vimperator.css as user stylesheet, make option completions better, hide completion list when no completions available. Yeah. A lot. Sorry. 2008-10-05 03:50:09 +00:00
Kris Maglione 4b4e578dc3 Make :style better 2008-10-04 19:22:54 +00:00
Doug Kearns 7275233327 add rough initial versions of :doautocmd and :doautoall, clean up autocommands,
and fix several :au bugs (although at this hour it's a crap-shoot)
2008-10-04 16:33:18 +00:00
Kris Maglione 7521ef4bf1 Fix :pageinfo spacing, and stuff. 2008-10-03 16:50:21 +00:00
Kris Maglione 36ca0c98a8 Make completion generally niftier (add a rate limiting timer) 2008-10-03 03:08:51 +00:00
Kris Maglione 8100d941f8 Make :pageinfo extensible 2008-10-02 19:22:02 +00:00
Doug Kearns 167ae9942d replace some $_ variables - identifiers starting with "$" are reserved 2008-10-02 13:33:21 +00:00
Doug Kearns 23086014e2 replace tabs with spaces 2008-09-23 12:53:14 +00:00
Doug Kearns 851d8d8383 use 'lambda' notation where appropriate 2008-09-23 10:06:04 +00:00
Doug Kearns 0d35d7c67d whitespace fixes 2008-09-21 11:12:32 +00:00
Daniel Bainton 8d547de417 Make :buffer completion work with the tab numbers too 2008-09-19 10:33:12 +00:00
Doug Kearns 23492c82e7 add missing semicolons 2008-09-18 12:23:38 +00:00
Doug Kearns e64a7397df use let when declaring loop variables 2008-09-18 12:07:10 +00:00
Kris Maglione 0a9b61dc73 Fix 'for each' loops. 2008-09-14 16:47:24 +00:00
Doug Kearns b7cf04793f whitespace fixes 2008-09-14 14:57:46 +00:00
Kris Maglione a863083360 Make bookmark cache window independent and more dynamic. 2008-09-14 01:16:23 +00:00
Kris Maglione 5608c04d00 Move macro storage to the storage module. 2008-09-11 22:39:28 +00:00
Doug Kearns 23ccb9a689 fix some for..in loops used to iterate over arrays 2008-09-10 20:09:23 +00:00
Kris Maglione 4b6c27b1e7 Added liberator.commandline.input() to prompt the user. Added prompt when opening too many tabs. 2008-09-10 04:28:11 +00:00
Doug Kearns 032edb9d9a rename wimRegexp since it represents the 'wildignore' pattern 2008-09-04 07:32:39 +00:00
Doug Kearns 8f46fdb88e add 'wildignore' option 2008-09-04 04:26:11 +00:00
Doug Kearns 6ea8b75298 whitespace fixes 2008-09-01 09:22:47 +00:00
Doug Kearns 509a2cf75c unify the presentation of split style sheets when completing :pagestyle 2008-08-31 05:55:48 +00:00
Doug Kearns dee53e3b9f whitespace fixes 2008-08-21 22:31:06 +00:00
Doug Kearns ace880a5fb add completion to :command and :delcommand 2008-08-21 03:48:51 +00:00
Doug Kearns 387af52369 move the macro completion function to liberator.completion 2008-08-20 17:32:52 +00:00
Doug Kearns 49a4fddacd add completion support to :*map commands 2008-08-20 15:16:03 +00:00
Doug Kearns 2352723733 respect 'urlseparator' when completing urls 2008-08-16 09:23:19 +00:00
Doug Kearns 055555d81a sort filename completions 2008-08-12 17:47:59 +00:00
Doug Kearns 66c46a8b53 add alternateStyleSheets property to liberator.buffer rather than generating
this list in the completion function
2008-08-12 11:19:13 +00:00
Doug Kearns 2b1d16b396 whitespace formatting fixes 2008-08-07 06:04:41 +00:00
Doug Kearns bc35f9368c only complete :pagestyle with style sheets of media type "all" or "screen" 2008-07-30 02:13:04 +00:00
Doug Kearns a2a82973e4 add :pagestyle command to allow for switching between alternate style sheets 2008-07-29 21:13:13 +00:00
Martin Stubenschrott adcdbde3db [muttator] :dialog addressbook 2008-06-19 23:40:25 +00:00
Martin Stubenschrott e4680bfd2e prevent completion flickering by using a cache 2008-06-18 10:55:10 +00:00