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

4160 Commits

Author SHA1 Message Date
Kris Maglione 61002641a3 Context-specific completer options. Option refactoring.
New review
Owner: dougkearns
Hopefully the changeset hash will actually be linked this time. If
not, it's the tip of the testing branch, presumably r4161.
I've been meaning to do this for a while. It allows case matching,
sorting, and auto completion options to be assigned on a per context
basis, with fine grained control. It also adds builtin regex support
to options since it's used fairly extensively. There are definitely
other options that would benefit from the regexlist type, if I can
dig them up. The interface (and perhaps the doc wording) is the only
place I'm really ambivalent.

--HG--
branch : testing
2009-11-20 15:37:39 -05:00
anekos db1fb981cc Add the values into 'activate' option. 2009-11-18 21:39:39 +09:00
Doug Kearns e9a66bcaed Cleanup :filter and :queue documentation. 2009-11-18 19:58:38 +11:00
Doug Kearns 43a3cfe732 Fix :sortview. 2009-11-18 19:54:53 +11:00
Doug Kearns e2189a0eba Add broken command-line handling to Xulmus/TODO. 2009-11-18 06:55:22 +11:00
Doug Kearns a057f840e8 Q'n'D fix for :messages. 2009-11-18 06:48:04 +11:00
Doug Kearns 3dd702f6da Clean up Xulmus. 2009-11-18 06:41:35 +11:00
Doug Kearns 5fb9140b66 Fix the file permissions for options.js. 2009-11-18 01:12:40 +11:00
Doug Kearns c5cfb12291 Remove Xulmus#Config#incrementURL.
This is now provided by the browser module.
2009-11-18 01:11:12 +11:00
Doug Kearns 9b20a59d2a Add Songbird specific services to the services module. 2009-11-17 23:11:28 +11:00
Doug Kearns c22e7d38d0 Fix command spec parsing.
"!" is a valid command name.

--HG--
extra : rebase_source : 3c99e0524fb81b84ebcf1546026fcb102ec9c6c7
2009-11-17 20:45:09 +11:00
anekos616@gmail.com 73299bc6d2 remove a redeclaration (let) 2009-11-17 18:00:10 +09:00
Doug Kearns 49bedfa5c2 Fix some JS warnings. 2009-11-17 15:13:10 +11:00
Doug Kearns cb7cff5766 Only call update() in (Command|Option|Map)#init if the extra config map was specified. 2009-11-17 13:56:12 +11:00
Doug Kearns 230490db05 Move Map's property definitions outside init.
--HG--
extra : rebase_source : 6ab30f7e512283852024f2de6abc69f203f5e8d3
2009-11-16 23:45:11 +11:00
Kris Maglione bda2e685f8 Merge. 2009-11-15 13:43:41 -05:00
Kris Maglione d907ec0447 Fix makefile bug. 2009-11-15 13:39:13 -05:00
Doug Kearns 01a04a9d9f Move Command's property definitions outside init.
--HG--
extra : rebase_source : 2237c2350957975938140d4f4c556898763ef7d3
2009-11-16 02:32:28 +11:00
Kris Maglione 7ad0b06f4d Fix some brokenness. 2009-11-15 06:48:00 -05:00
Kris Maglione ae3cf7b02c Condense collapsed completion groups a bit.
--HG--
extra : rebase_source : 1c8ecadd775ab088fa726dff90646fa1345a818d
2009-11-15 03:39:27 -05:00
Doug Kearns 240482c951 Actually make the player help available in Xulmus.
Bump the XML declaration up a line.
2009-11-15 20:01:03 +11:00
Doug Kearns 696bfd47ba Convert the Xulmus player documentation file to XML.
--HG--
extra : rebase_source : 7913d7164c0998a27b0295f315a8b9b50ef9d4da
2009-11-15 19:09:16 +11:00
Kris Maglione f0c87aeae5 Properly quote strings. 2009-11-15 02:43:53 -05:00
Kris Maglione a70f1c2926 Replace some arrays with Objects after some memory profiling. 2009-11-15 02:31:48 -05:00
Kris Maglione cdaa26f968 Add 'javascript' module. Misc fixes along the way. 2009-11-15 02:08:10 -05:00
Doug Kearns 9937c2965a Fix some variable references in Hints.
--HG--
extra : rebase_source : cc651cba7e6da7dee9c363f85b3b5459194cce06
2009-11-15 17:49:37 +11:00
Kris Maglione cd17b12177 Fix stringToURLArray for file: URIs. Closes issue #154. 2009-11-14 22:48:51 -05:00
Kris Maglione a5f30ec7cc Clean up Struct constructor. 2009-11-14 21:43:57 -05:00
Doug Kearns f12fc3db2a Resurrect Xulmus.
So I can wake the neighbours, Apocalypse in 9/8 should do the trick.

--HG--
extra : rebase_source : 7bcb69c8305b738a4017ca63b502b1e73babd71f
2009-11-15 05:21:32 +11:00
teramako cb209b0be0 Fix indent 2009-11-15 01:16:08 +09:00
teramako 8be2de8be7 add 'jsdebugger' option
for javascript completion
2009-11-15 00:49:24 +09:00
Doug Kearns 52749d6722 Remove some redundant uses of "new". 2009-11-14 23:07:56 +11:00
Doug Kearns 90410f2bf6 Fix "G" scroll command.
Broken by 769dad6834.
2009-11-14 22:35:54 +11:00
Doug Kearns 6cc43ad29a Formatting fixes. 2009-11-14 21:57:32 +11:00
Doug Kearns 607e65bf6f Remove unused variable. 2009-11-14 21:54:09 +11:00
Kris Maglione 1d783600fb Halve the security errors at startup, but still annoyingly many of them. 2009-11-14 04:56:44 -05:00
Kris Maglione 91fd0e1169 Get rid of absurd strict JS warnings. 2009-11-14 04:38:36 -05:00
Kris Maglione dcedb36e9b Be slightly paranoid about memory leaks. 2009-11-14 02:19:51 -05:00
Kris Maglione e2a8cd4a68 Remove obsolete comment. 2009-11-14 01:47:18 -05:00
Kris Maglione 209f8f89a3 Fix quirk in last commit. 2009-11-14 01:45:12 -05:00
Kris Maglione be0228be64 Deal with debuggerless cr^wapps in JS completion. 2009-11-14 01:21:38 -05:00
Kris Maglione 86142105a1 Add config.browser, config.tabbrowser. Fix mailbird. &c. 2009-11-14 01:04:53 -05:00
Kris Maglione a8f8ebaeb5 Allow :setcomm /dev/null <(js -Cv180 options.js |& grep .) all& 2009-11-13 22:04:50 -05:00
Kris Maglione a9e8d9d691 Make Option.validateCompleter the default validator: look out for minor breakage. 2009-11-13 21:50:06 -05:00
Kris Maglione a75ef9a540 'Option' refactoring. 2009-11-13 21:32:19 -05:00
Kris Maglione 383e0d9ed1 Some JS completion functions. Still missing some properties... 2009-11-13 20:20:53 -05:00
Kris Maglione 00697620ca Clear highlighting on page unload, etc. 2009-11-13 19:17:34 -05:00
Kris Maglione a9f8e825b9 Fix :sethg diff options.js completer. 2009-11-13 18:16:27 -05:00
Kris Maglione a4dced6911 Automatically track and remove long-lived event listeners. 2009-11-13 16:12:50 -05:00
Doug Kearns 569bef73bd Finish moving page load event handlers to the buffer module.
Bad merge.
2009-11-14 06:00:57 +11:00