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

189 Commits

Author SHA1 Message Date
Kris Maglione 46a83a4c72 Resize the completion buffer on DOMSubtreeModified event 2008-10-07 14:55:54 +00:00
Kris Maglione 3169a93825 Add Option.has(). Improve JS completion. 2008-10-07 03:19:40 +00:00
Kris Maglione 899fa605e6 Make autocompletion generally more reasonable 2008-10-06 18:48:08 +00:00
Doug Kearns 6872fe7944 if there's only one message in the message history output it to the
command-line widget rather than the MOW
2008-10-06 01:52:02 +00:00
Kris Maglione 0a8252fb2a Added :sty chrome to style the main window, moved a bunch of inline styles to CSS, fixed some completion bugs, removed util.blankDocument 2008-10-05 23:38:31 +00:00
Doug Kearns c985af4f20 add QnD :message highlighting 2008-10-05 16:32:38 +00:00
Doug Kearns 86adfc396a trivial formatting improvements 2008-10-05 09:55:56 +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
Doug Kearns 6ef73cf313 whitespace fixes and revert some overly aggressive use of expression closures 2008-10-04 10:18:53 +00:00
Doug Kearns 156fa5d56f add bangAllowed property to Command's extraInfo to specify whether the bang
version of the command is available
2008-10-04 09:00:36 +00:00
Kris Maglione 690ce8d8e2 Fix :bmarks formatting 2008-10-04 08:53:29 +00:00
Kris Maglione 27328ca295 Back out part of my last commit. 2008-10-04 06:15:39 +00:00
Kris Maglione ce06d55415 Fix some brokenness 2008-10-04 05:37:57 +00:00
Kris Maglione 1891746b9e Bunch-o-fixes, plus some non-trivial changes that I may wind up weeding out. 2008-10-04 04:08:03 +00:00
Kris Maglione 982bbfd9ce Protect the MOW from invalid XML. Other minor cleanup. 2008-10-04 01:10:53 +00:00
Kris Maglione 1bb07747c4 Add :style and :delstyle commands. Need to write NEWS and :help entries, I suppose 2008-10-03 23:14:30 +00:00
Kris Maglione 7521ef4bf1 Fix :pageinfo spacing, and stuff. 2008-10-03 16:50:21 +00:00
Kris Maglione 2e16ddc8f1 *** empty log message *** 2008-10-03 15:22:27 +00:00
Kris Maglione 36ca0c98a8 Make completion generally niftier (add a rate limiting timer) 2008-10-03 03:08:51 +00:00
Kris Maglione b7b8b86b11 Half-hearted attempt to unbreak completions 2008-10-02 22:39:14 +00:00
Kris Maglione cc27911a60 More, more, more of the same. 2008-10-01 04:21:01 +00:00
Doug Kearns f1b40dd6ec improve error messages given when sourcing files 2008-09-30 12:27:16 +00:00
Doug Kearns ddf4b9293f fix completion list stalling (anekos) 2008-09-29 06:52:27 +00:00
Doug Kearns dfb86f7471 update :messages TODO comment 2008-09-28 12:13:21 +00:00
Doug Kearns da752c8907 simplify messages list generation in :messages 2008-09-28 11:51:25 +00:00
Doug Kearns 6f6922f035 add some missing semicolons and remove some trailing commas 2008-09-28 11:38:51 +00:00
Doug Kearns fa1765465e the ":" prompt should default to using the NORMAL highlight group 2008-09-28 06:21:28 +00:00
Doug Kearns 675ae16f24 add rough initial implementations of :message, g< (gm for now) and 'messages' 2008-09-27 12:33:23 +00:00
Doug Kearns 6eea753fa1 add :set validation and completion for 'eventignore' and 'suggestengines' 2008-09-26 05:29:17 +00:00
Doug Kearns 75d56ccd5d validate 'history' values 2008-09-26 00:29:34 +00:00
Doug Kearns 7d77e5bddd rename the hl-Warning CSS class to hl-WarningMsg as per Vim 2008-09-24 10:53:28 +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
Martin Stubenschrott 398f93f5e1 changed setCharPref to allow localized strings 2008-09-23 01:24:05 +00:00
Doug Kearns 7c2825c577 remove broken <LeftMouse> in more-prompt action - needs reimplementing 2008-09-21 14:16:20 +00:00
Doug Kearns 0d35d7c67d whitespace fixes 2008-09-21 11:12:32 +00:00
Doug Kearns ef65a76c3d add 'wildoptions' completion 2008-09-20 15:04:15 +00:00
Martin Stubenschrott 552818e6bc fixed completions for things like wildmode=list:longest,full 2008-09-18 20:09:02 +00:00
Kris Maglione d8741b5140 *** empty log message *** 2008-09-18 14:10:02 +00:00
Doug Kearns e64a7397df use let when declaring loop variables 2008-09-18 12:07:10 +00:00
Doug Kearns 597468f179 minor refactoring of autsizeMultilineInputWidget 2008-09-18 08:40:33 +00:00
Doug Kearns b05019aa7e whitespace fixes 2008-09-17 14:14:09 +00:00
Doug Kearns 13ecd6e8e0 pass the UI font size to the completion widget's content document 2008-09-17 14:13:22 +00:00
Doug Kearns 0d2e00eb6b use the hl-Title class for the completion widget title 2008-09-16 16:09:14 +00:00
Martin Stubenschrott 0d5b318c42 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. 2008-09-16 01:09:10 +00:00
Kris Maglione 5b39351611 Silently pop the mode stack on command accept. 2008-09-16 00:29:37 +00:00
Kris Maglione ba98a3821a Unbreak commandline.input(). 2008-09-15 22:44:48 +00:00
Kris Maglione 386bfb1f20 Allow hints in the MOW. 2008-09-14 22:23:06 +00:00