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

4176 Commits

Author SHA1 Message Date
Kris Maglione 9589d33fd2 Fix JS completion bug.
--HG--
branch : testing
2010-06-17 16:52:45 -04:00
Kris Maglione 05a3bcf180 Only echo the download complete message in the active window.
--HG--
branch : testing
2010-06-17 08:25:41 -04:00
Kris Maglione a72c4af900 Fix plugin help.
--HG--
branch : testing
2010-06-10 02:35:27 -04:00
Kris Maglione 5bd7b6b0fc Focus ancestor link (but not input boxes) of rangefinder selections.
--HG--
branch : testing
2010-06-10 02:19:35 -04:00
Kris Maglione 535293a53e Fix finding from caret.
--HG--
branch : testing
2010-06-10 01:30:03 -04:00
Kris Maglione a14e5127df Lazy load help files. Store command names in a map.
--HG--
branch : testing
2010-06-10 01:16:36 -04:00
Kris Maglione a6f90714e4 Fix broken JS completion.
--HG--
branch : testing
2010-06-03 20:24:16 -04:00
Kris Maglione b6267c4f19 Add a docstring to RangeFind class.
--HG--
branch : testing
2010-05-14 18:59:41 -04:00
Kris Maglione 3da3d903a8 Replace Finder with RangeFinder.
--HG--
branch : testing
2010-05-14 18:46:10 -04:00
Kris Maglione 34574f43bb Fix sanitizer.
--HG--
branch : testing
2010-05-14 14:37:56 -04:00
Kris Maglione 847dc6428d Collapse asinine search icon in the commandline.
--HG--
branch : testing
2010-05-14 09:42:19 -04:00
Kris Maglione ae1d7fe5ea Get rid of silly zoom status messages.
--HG--
branch : testing
2010-05-14 09:21:02 -04:00
Kris Maglione 7a3d35991c Fix some general brokenness.
--HG--
branch : testing
2010-05-11 06:01:02 -04:00
Kris Maglione bf5fb6d44e Finish adding missing copyright notices.
--HG--
branch : testing
2009-12-01 07:08:05 -05:00
Kris Maglione 9d75ceb8c0 Fix some crap.
--HG--
branch : testing
2009-12-01 07:00:38 -05:00
Kris Maglione 03236cec0b Fix toolbar completion.
--HG--
branch : testing
2009-11-24 21:10:44 -05:00
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