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

93 Commits

Author SHA1 Message Date
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
Kris Maglione 16b1273078 Rename some functions. Add options.(set|get|reset|invert)Pref completion 2008-11-15 00:04:47 +00:00
Martin Stubenschrott 1f056ad06c speed up Struct slightly and don't use it for History for now. (Still doesn't fix all perf problems, as it is still used in many other places like styles). 2008-11-13 23:05:04 +00:00
Doug Kearns 84703cbb71 prefer let over var in util.js 2008-11-12 12:50:11 +00:00
Martin Stubenschrott eac34847e5 made autocompletions not hang the GUI for quick input 2008-11-08 15:45:05 +00:00
Kris Maglione 0da30a4dc3 Fix completions, among other things (sorry) 2008-11-05 00:59:02 +00:00
Doug Kearns 6dfc33035b whitespace and semicolon fixes 2008-11-02 11:54:56 +00:00
Martin Stubenschrott 70ea0eb34e Favicon support in :bmarks/:history and :ls and fixed very slow vimperator loading with a large history by NOT loading all favicons at startup.
Also fixed :restart by accident showhow.
2008-11-02 04:49:37 +00:00
Kris Maglione 8c1c2ee76a Dont sort constants in objectToString (theyre better ordered by value than key) 2008-11-01 19:29:25 +00:00
Kris Maglione 6be68bad2c Make objectToString work better with generators and arrays 2008-11-01 19:10:28 +00:00
Doug Kearns 74288a1461 fix util.computedStyle 2008-11-01 09:20:55 +00:00
Kris Maglione b904f580bb Add -append options to :hi and :sty. Fix some bugs (no, I don't know which bugs) 2008-11-01 02:04:42 +00:00
Kris Maglione f0d258c8fc Show the default styles in :highlight, etc. 2008-10-31 22:46:34 +00:00
Kris Maglione d7c5e79cd7 Properly kludge last commit. 2008-10-31 16:22:01 +00:00
Kris Maglione a53b702200 Generally niftier :mkv 2008-10-30 03:31:19 +00:00
Doug Kearns d14a32afa3 move array utility methods to util.Array 2008-10-19 07:26:17 +00:00
Doug Kearns 1394f483e4 declare some undeclared variables in parseOpt and whitespace fixes 2008-10-15 01:55:27 +00:00
Kris Maglione ff7c3c1210 Add liberator.modules namespace, load scripts via subscript loader, report better errors on :so with here docs, beep when clicking an input field in command line mode. 2008-10-13 21:05:48 +00:00
Kris Maglione cd0fb01dd4 with (liberator) 2008-10-13 00:50:03 +00:00
Kris Maglione 0f92110012 Allow :time to be interrupted 2008-10-12 18:58:32 +00:00
Kris Maglione b84714bba6 Add a Struct() type for things like Bookmarks and Styles 2008-10-11 20:44:51 +00:00
Kris Maglione bad771cddc Switch back to the fixup service for sourcing files. 2008-10-11 19:19:43 +00:00
Kris Maglione 1b093e51cc Add rudimentary paren/brace/quote matching for JS 2008-10-09 21:50:00 +00:00
Kris Maglione c16f80c023 Fix heredocs from :so 2008-10-08 19:36:32 +00:00
Kris Maglione c77b782498 Make autocompletion smoother 2008-10-08 18:57:25 +00:00
Kris Maglione 605cf4bbc3 Dont use autocomplete during macro/:cmd playback; dont show the completion list on setCompletions if wim-=auto 2008-10-08 18:19:11 +00:00
Kris Maglione 796d054306 More of the last commit, and fix :set WRT scoping. 2008-10-08 06:09:39 +00:00
Kris Maglione 10376ecb77 Add search keyword-history completion (try typing a keyword), better JS completion, better errors in :so, check "preload" before preloading history/bookmarks, Object/Function highlighting, some other bug fixes. 2008-10-08 02:56:11 +00:00
Kris Maglione abd879a3e5 Moved the template class to its own file, along with some related functions from util.js 2008-10-07 06:56:58 +00:00
Kris Maglione dff300dcbd Speed up JS completion (significantly), but maybe this isnt the best way. 2008-10-07 05:37:20 +00:00
Kris Maglione e33c32fcd6 Make wop=sort actually do something 2008-10-07 04:10:16 +00:00
Kris Maglione f4613ec8a8 Dont lower-case completion strings. 2008-10-06 22:06:15 +00:00
Kris Maglione 899fa605e6 Make autocompletion generally more reasonable 2008-10-06 18:48:08 +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
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 6ef73cf313 whitespace fixes and revert some overly aggressive use of expression closures 2008-10-04 10:18:53 +00:00
Kris Maglione 27328ca295 Back out part of my last commit. 2008-10-04 06:15:39 +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
Doug Kearns 268395a0fc whitespace fixes 2008-10-03 18:14:49 +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 8100d941f8 Make :pageinfo extensible 2008-10-02 19:22:02 +00:00
Kris Maglione cc27911a60 More, more, more of the same. 2008-10-01 04:21:01 +00:00
Kris Maglione 4014da43e1 More of the same. 2008-10-01 03:22:46 +00:00
Kris Maglione 1cf325a539 Refactor HTML generation to use E4X. Could use some refactoring. 2008-09-30 23:37:33 +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
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