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

83 Commits

Author SHA1 Message Date
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
Kris Maglione a863083360 Make bookmark cache window independent and more dynamic. 2008-09-14 01:16:23 +00:00
Doug Kearns 6ea8b75298 whitespace fixes 2008-09-01 09:22:47 +00:00
Doug Kearns 66ff19d7af trivial formatting improvements 2008-08-12 16:16:24 +00:00
Martin Stubenschrott b724e81194 fixed ~ mapping and :open ~ 2008-08-02 13:28:56 +00:00
Martin Stubenschrott 60f040e54e added :b# for switching to alternative buffer, also finally commited Kipling's patch to use getShortcutOrURI 2008-07-28 22:16:04 +00:00
Doug Kearns 706f2d0c93 add new 'urlseparator' option 2008-07-20 13:06:01 +00:00
Martin Stubenschrott f85e07c315 keywords have higher priority than local files in :open
fixed <leader>S in noscript
2008-06-06 11:36:51 +00:00
Doug Kearns 3157772347 explicitly specify the radix when parsing the arg to formatBytes() 2008-06-03 15:22:47 +00:00
Doug Kearns ff132570d3 add missing semicolons 2008-06-03 15:16:12 +00:00
Doug Kearns 973f3e5ca3 whitespace fixes 2008-06-02 18:11:47 +00:00