1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 09:48:00 +01:00
Commit Graph

158 Commits

Author SHA1 Message Date
Doug Kearns
377f8b01d4 Replace use of <b>arg</b> in API docs with *arg*.
--HG--
extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
2010-10-21 22:55:15 +11:00
Štěpán Němec
b542c6b0b4 Fix default value completion for options. 2010-10-17 20:46:48 +02:00
Doug Kearns
2de4120afe Remove redundant use of Option.validateCompleter.
This is run by default now.

--HG--
extra : rebase_source : 5e8a58550a0c6c3c9fb0cc146bb6405009a24ade
2010-10-15 10:30:49 +11:00
Kris Maglione
6cd4f05790 Fix typos from revision b17138943fa6. 2010-10-14 18:01:11 -04:00
Kris Maglione
a09f6321e7 Wrap long option values in :set output. Closes issue #84.
--HG--
extra : rebase_source : b6346cff93828af6c22b19bbd65ac5cf20b7e72d
2010-10-14 13:06:35 -04:00
Kris Maglione
a703d0a3bf Integrate sanitizer with host UI, sanitize at shutdown support, and control which items are sanitized when more thoroughly. Closes issue #70. 2010-10-14 03:29:56 -04:00
Kris Maglione
16b3657042 Fix option serialization again. 2010-10-13 16:39:47 -04:00
Kris Maglione
b8a2d4d3f2 Fix option serialization. 2010-10-13 16:30:34 -04:00
Kris Maglione
e1b591dd14 Fix some brokenness. 2010-10-12 17:45:38 -04:00
Kris Maglione
8628551c5a Fix parsing of invalid JSON strings in arguments, and serialization of strings containing tabs and newlines. Closes issue #72. 2010-10-12 17:34:39 -04:00
Kris Maglione
4351bb675b Make "all" toggle other items in "activate", "eventignore", "newtab", and "sanitizeitems". 2010-10-12 14:29:11 -04:00
Kris Maglione
8582ea8ba5 Fix some option validators. Closes issue #78. 2010-10-12 11:04:57 -04:00
Kris Maglione
3c77559614 Rename followDocumentRelationship. 2010-10-12 04:22:39 -04:00
Kris Maglione
7f2126179e Rename stringToURLArray ⇒ parseURLs. 2010-10-11 15:50:23 -04:00
Kris Maglione
b2a70aea71 Return a sane format from Option#value, rename {join,parse}Values to stringify/parse (c.f. JSON), and deprecate Option#values. 2010-10-11 04:40:07 -04:00
Kris Maglione
e95bb3708c Remove a bit of now-superfluous code and fix Option#setFrom. 2010-10-11 03:27:42 -04:00
Kris Maglione
6850148ed8 Merge default.
--HG--
branch : mode-refactoring
extra : close : 1
2010-10-11 02:50:23 -04:00
Kris Maglione
e6672f47c3 Allow \ line continuations in Ex files. 2010-10-10 23:05:59 -04:00
Kris Maglione
4151fe4064 Merge default.
--HG--
branch : mode-refactoring
2010-10-09 16:48:11 -04:00
Doug Kearns
64a50b8cfc Clean up some crufty comments. 2010-10-09 22:48:54 +11:00
Kris Maglione
41335adaae Fix some major mode changing bugs. Closes issue #55.
--HG--
branch : mode-refactoring
2010-10-06 10:34:28 -04:00
Kris Maglione
37e209bb15 Be somewhat less insistent/more informative in deprecation complaints. 2010-10-05 11:10:13 -04:00
Kris Maglione
871085f917 Deprecate :let and dactyl.globalVariables. 2010-10-04 17:15:37 -04:00
Kris Maglione
408e91db5e Release 1.0 βeta 2. 2010-10-02 16:35:38 -04:00
Kris Maglione
631abed98d Some fixes for stringmap option completion. 2010-09-29 20:30:57 -04:00
Kris Maglione
f7b99e9272 Fix some functions that used to use args.string. 2010-09-29 13:21:01 -04:00
Kris Maglione
c2c33b77fb Better option validation messages for the more confusing validators. 2010-09-28 17:06:46 -04:00
Kris Maglione
50c1c568a2 XPath validators for 'extendhinttags', 'nextpattern', 'prevpattern'. 2010-09-28 16:31:00 -04:00
Kris Maglione
017258955b Add bookmarks, diverted, links to 'activate'. 2010-09-28 10:39:40 -04:00
Doug Kearns
37d94aaed9 Junk dactyl.{evalExpression,variableReference}.
Replace mappings.getMapLeader() with a mappings.mapLeader property.
2010-09-28 18:53:35 +10:00
Doug Kearns
0d56dac3ac Fix output of :let when no variables are defined. 2010-09-28 18:36:00 +10:00
Kris Maglione
e238c1d361 Fix stringlist option completion. 2010-09-27 16:24:06 -04:00
Kris Maglione
bed08a3455 Auto-hide the command-line by default; allow showing messages/mode/command-line in the status bar. 2010-09-27 07:39:49 -04:00
Kris Maglione
4a2c703854 Make 'extendedhinttags' a regexmap.
--HG--
extra : rebase_source : 1058b785925fd37bd73019b36da91e551e0f9206
2010-09-25 14:57:12 -04:00
Kris Maglione
d049c7f4a1 Fix [[/]]. Closes issue #24. 2010-09-25 08:42:36 -04:00
Kris Maglione
e6c716d1e3 Purge unnecessary uses of args.string. 2010-09-25 02:45:19 -04:00
Kris Maglione
944b24864f Allow :set foo=bar | echo baz. 2010-09-25 01:43:02 -04:00
Kris Maglione
9a73911347 Fix some quoting issues. 2010-09-24 23:23:26 -04:00
Kris Maglione
5bf3784ab2 Define option getters to return Optionhints.jsvalues rather than #value. 2010-09-24 16:11:17 -04:00
Kris Maglione
0753c9505e Better list option parsing and serialization. 2010-09-24 15:24:21 -04:00
Kris Maglione
3508ca0a8a Reset Option#setFrom when its value is changed. 2010-09-24 12:49:12 -04:00
Kris Maglione
e858568cd8 Fix :set completion for "number" options’ default and current values. 2010-09-24 12:46:23 -04:00
Doug Kearns
88519c83f5 Fix setting of preferences to false via :set!. 2010-09-24 17:26:54 +10:00
Doug Kearns
c111b047c6 Fix a few more comment typos. 2010-09-24 16:52:32 +10:00
Doug Kearns
0d2b1b6dfd Whitespace fixes. 2010-09-24 16:26:08 +10:00
Kris Maglione
2f30daa09e Add wildanchor option. 2010-09-23 15:15:09 -04:00
Doug Kearns
defa81b3d5 Camel-case some identifiers gone rogue.
Do not free a camel of the burden of his hump; you may be freeing him from
being a camel.
- G. K. Chesterton
2010-09-23 20:01:50 +10:00
Doug Kearns
cce6bb653e Add missing semicolons.
...let the good times roll.
2010-09-22 23:44:04 +10:00
Kris Maglione
877ea957ca Fix setting "number" options.
--HG--
extra : rebase_source : 037b69f01b7501978e2c61037c26f9dde55192d7
2010-09-22 02:07:08 -04:00
Kris Maglione
1557b70f45 Major documentation updates and formatting fixes, and many, many other changes thanks to an MQ glitch, including:
* Significant completion speed improvements
 * Significantly improve startup speed, in large part by lazily
   instantiating Options and Commands, lazily installing highlight
   stylesheets, etc.
 * Update logos and icons, fix atrocious about page
 * Fix Teledactyl
 * JavaScript completion now avoids accessing property values
 * Add Option#persist to define which options are saved with :mkp
 * Add new Dactyl component which holds add-on-specific configuration
   information and removes need for separate components for each dactyl
   host
 * Several fixes for latest nightlies
 * Significant code cleanup and many bug fixes

--HG--
rename : muttator/AUTHORS => teledactyl/AUTHORS
rename : muttator/Donors => teledactyl/Donors
rename : muttator/Makefile => teledactyl/Makefile
rename : muttator/NEWS => teledactyl/NEWS
rename : muttator/TODO => teledactyl/TODO
rename : muttator/chrome.manifest => teledactyl/chrome.manifest
rename : muttator/components/commandline-handler.js => teledactyl/components/commandline-handler.js
rename : muttator/components/protocols.js => teledactyl/components/protocols.js
rename : muttator/content/addressbook.js => teledactyl/content/addressbook.js
rename : muttator/content/compose/compose.js => teledactyl/content/compose/compose.js
rename : muttator/content/compose/compose.xul => teledactyl/content/compose/compose.xul
rename : muttator/content/compose/dactyl.dtd => teledactyl/content/compose/dactyl.dtd
rename : muttator/content/compose/dactyl.xul => teledactyl/content/compose/dactyl.xul
rename : muttator/content/config.js => teledactyl/content/config.js
rename : muttator/content/dactyl.dtd => teledactyl/content/dactyl.dtd
rename : muttator/content/logo.png => teledactyl/content/logo.png
rename : muttator/content/mail.js => teledactyl/content/mail.js
rename : muttator/content/muttator.xul => teledactyl/content/pentadactyl.xul
rename : muttator/contrib/vim/Makefile => teledactyl/contrib/vim/Makefile
rename : muttator/contrib/vim/ftdetect/muttator.vim => teledactyl/contrib/vim/ftdetect/muttator.vim
rename : muttator/contrib/vim/mkvimball.txt => teledactyl/contrib/vim/mkvimball.txt
rename : muttator/contrib/vim/syntax/muttator.vim => teledactyl/contrib/vim/syntax/muttator.vim
rename : muttator/install.rdf => teledactyl/install.rdf
rename : muttator/locale/en-US/Makefile => teledactyl/locale/en-US/Makefile
rename : muttator/locale/en-US/all.xml => teledactyl/locale/en-US/all.xml
rename : muttator/locale/en-US/autocommands.xml => teledactyl/locale/en-US/autocommands.xml
rename : muttator/locale/en-US/gui.xml => teledactyl/locale/en-US/gui.xml
rename : muttator/locale/en-US/intro.xml => teledactyl/locale/en-US/intro.xml
rename : muttator/skin/icon.png => teledactyl/skin/icon.png
2010-09-17 06:21:33 -04:00