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

180 Commits

Author SHA1 Message Date
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
Kris Maglione a665c842a0 Fix MOW bug. 2008-09-14 18:40:35 +00:00
Kris Maglione a863083360 Make bookmark cache window independent and more dynamic. 2008-09-14 01:16:23 +00:00
Doug Kearns 3113c26a86 whitespace fixes 2008-09-11 08:08:50 +00:00
Kris Maglione 56155a6032 Add a storage module to persistently store, and share between windows, quickmarks, command/search history, and option values. 2008-09-11 02:29:57 +00:00
Doug Kearns 23ccb9a689 fix some for..in loops used to iterate over arrays 2008-09-10 20:09:23 +00:00
Doug Kearns a6a9561bdd add commandline completion to 'cpt' 2008-09-10 18:57:15 +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 8f46fdb88e add 'wildignore' option 2008-09-04 04:26:11 +00:00
Doug Kearns 339dd911cd expand environment variables when setting 'cdpath' and 'shell' 2008-09-01 13:36:15 +00:00