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

191 Commits

Author SHA1 Message Date
Kris Maglione
dca9f2df86 Merge changes from bootstrapped. 2010-12-25 16:00:56 -05:00
Kris Maglione
5591ed6797 Merge changes from bootstrapped. 2010-12-24 20:59:29 -05:00
Kris Maglione
d429af17aa Completion work. 2010-12-21 23:41:54 -05:00
Kris Maglione
a0adb276d0 Fix minor completion bug with quoting. 2010-12-20 03:46:13 -05:00
Kris Maglione
9fb3febe95 Typo and general idiocy fixes. Kill 'linksearch'. 2010-12-17 12:30:51 -05:00
Kris Maglione
f07f067309 Rename util.(escapeRegexp|regexpSource) to util.regexp.(escape|getSource). 2010-12-15 06:06:42 -05:00
Kris Maglione
0dcf1d8ffd Completion of certain chrome:, resource:, and about: URLs. 2010-12-14 23:05:41 -05:00
Kris Maglione
36205c6c0e Make Bookmark objects live writeable. 2010-12-10 01:38:39 -05:00
Kris Maglione
6ce1255c49 Document and clean up some of the trickier sections of CompletionContext. 2010-11-13 15:34:47 -05:00
Doug Kearns
edbce58a59 Remove some unused self var declarations. 2010-11-12 22:59:39 +11:00
Kris Maglione
1f8bd6ee81 Rip out threading code. Fixes issue #119. Fixes issue #128. 2010-11-12 00:00:16 -05:00
Doug Kearns
ab9b65a712 Remove the command Args dependency from a few straggling completers.
--HG--
extra : rebase_source : 12e642050a248dc0a33164d6757e925c9339a760
2010-11-09 22:19:02 +11:00
Doug Kearns
fd9ca1487d Revert 102689d248aa
Args is command completion specific.

--HG--
extra : rebase_source : 230320207a8c1fd9732e406fd217e36736982c27
2010-11-09 00:05:26 +11:00
Doug Kearns
7787f0a2ce Normalise the standard completer signatures to fn(context, args, ...).
This also fixes a number of the :command completers.

--HG--
extra : rebase_source : 588a9b5a163ba3882c89d0716f292ef9658297f6
2010-11-06 23:52:23 +11:00
Kris Maglione
a3c423a609 Closes issue #126. 2010-11-07 15:32:00 -05:00
Kris Maglione
506c684073 Fix some Firefox version-specific brokenness. 2010-11-07 07:33:25 -05:00
Doug Kearns
a33c68877e Improve "command line" <-> "command-line" usage.
--HG--
extra : rebase_source : daa8ab7737ea2e82ce48de78d5ae3e8434735cf4
2010-11-05 01:08:01 +11:00
Doug Kearns
4f14857d66 Normalise regex -> regexp.
This is what JS uses and using both is confusing.
2010-10-22 12:03:03 +11:00
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
Doug Kearns
a78a9d536d Remove unnecessary use of typeof when setting the default value of 'cpt'. 2010-10-21 05:27:56 +11:00
Doug Kearns
0c797196c4 Typo fixes.
--HG--
extra : rebase_source : ae1f5592e46693439e561f82fdf14b33885071e6
2010-10-20 00:26:54 +11:00
Kris Maglione
a3799d3d05 Import (and augment) my cookies plugin per Doug's suggestion, and improve dactyl.generateHelp (and :yank). 2010-10-15 00:30:03 -04:00
Kris Maglione
8582ea8ba5 Fix some option validators. Closes issue #78. 2010-10-12 11:04:57 -04:00
Kris Maglione
a3ce7ae169 Hack to hide -- COMMAND LINE -- with MOW open (what the... does multiline out mode have to do with command-line mode, anyway?) 2010-10-12 02:57:10 -04:00
Kris Maglione
ad458f4be1 Fix broken :exte completion. 2010-10-11 20:12:50 -04:00
Kris Maglione
2597be756a Fix completion list for functions that return augmented arrays. 2010-10-11 16:45:12 -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
a59d88fee7 Basic Songbird 1.9a support.
--HG--
rename : xulmus/AUTHORS => melodactyl/AUTHORS
rename : xulmus/Makefile => melodactyl/Makefile
rename : xulmus/NEWS => melodactyl/NEWS
rename : xulmus/TODO => melodactyl/TODO
rename : xulmus/chrome.manifest => melodactyl/chrome.manifest
rename : xulmus/components/commandline-handler.js => melodactyl/components/commandline-handler.js
rename : xulmus/components/protocols.js => melodactyl/components/protocols.js
rename : xulmus/content/config.js => melodactyl/content/config.js
rename : xulmus/content/dactyl.dtd => melodactyl/content/dactyl.dtd
rename : xulmus/content/library.js => melodactyl/content/library.js
rename : xulmus/content/logo.png => melodactyl/content/logo.png
rename : xulmus/content/xulmus.xul => melodactyl/content/melodactyl.xul
rename : xulmus/content/player.js => melodactyl/content/player.js
rename : xulmus/content/xulmus.svg => melodactyl/content/xulmus.svg
rename : xulmus/contrib/vim/Makefile => melodactyl/contrib/vim/Makefile
rename : xulmus/contrib/vim/ftdetect/xulmus.vim => melodactyl/contrib/vim/ftdetect/melodactyl.vim
rename : xulmus/contrib/vim/mkvimball.txt => melodactyl/contrib/vim/mkvimball.txt
rename : xulmus/contrib/vim/syntax/xulmus.vim => melodactyl/contrib/vim/syntax/melodactyl.vim
rename : xulmus/defaults/preferences/dactyl.js => melodactyl/defaults/preferences/dactyl.js
rename : xulmus/install.rdf => melodactyl/install.rdf
rename : xulmus/locale/en-US/all.xml => melodactyl/locale/en-US/all.xml
rename : xulmus/locale/en-US/autocommands.xml => melodactyl/locale/en-US/autocommands.xml
rename : xulmus/locale/en-US/browsing.xml => melodactyl/locale/en-US/browsing.xml
rename : xulmus/locale/en-US/dactyl.dtd => melodactyl/locale/en-US/dactyl.dtd
rename : xulmus/locale/en-US/gui.xml => melodactyl/locale/en-US/gui.xml
rename : xulmus/locale/en-US/intro.xml => melodactyl/locale/en-US/intro.xml
rename : xulmus/locale/en-US/player.xml => melodactyl/locale/en-US/player.xml
rename : xulmus/locale/en-US/tabs.xml => melodactyl/locale/en-US/tabs.xml
rename : xulmus/skin/icon.png => melodactyl/skin/icon.png
2010-10-02 10:44:19 -04:00
Kris Maglione
21514370da Fix some args parsing bugs.
--HG--
extra : rebase_source : 1860f8e4e3dd69f26009c704626f41e668ae7e9f
2010-10-01 13:25:10 -04:00
Doug Kearns
7a09c698f7 Add some missing options to index.xml help page. 2010-10-01 23:55:13 +10:00
Kris Maglione
e539e0b7ed Fix zero-argument :qmarks form. Closes issue #26. 2010-09-27 11:35:01 -04:00
Kris Maglione
0956c9a83b Manually add list of global object properties to global objects.
--HG--
extra : rebase_source : 53318cbfe4a044e6bbf9facb1ce6bc5933ba6fd9
2010-09-25 12:28:55 -04:00
Kris Maglione
944b24864f Allow :set foo=bar | echo baz. 2010-09-25 01:43:02 -04:00
Kris Maglione
761b95156a Add crude CSS property completion. 2010-09-24 22:06:44 -04:00
Kris Maglione
9849fae88e Fix some substring completion issue. 2010-09-24 16:52:53 -04:00
Doug Kearns
c111b047c6 Fix a few more comment typos. 2010-09-24 16:52:32 +10:00
Doug Kearns
904f3cb974 More camel-casing.
isInstance -> isinstance as homage to instanceof.
2010-09-24 16:19:50 +10:00
Kris Maglione
2fd301c81a Speed up opening of the completion list and substring completion, significantly. 2010-09-23 21:49:46 -04:00
Kris Maglione
8225325577 Fix silly 'wildanchor' default. 2010-09-23 15:16:29 -04: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
Kris Maglione
8cee13c9d4 Fix some :ext* completion problems in FF 3.6. 2010-09-22 16:28:28 -04:00
Doug Kearns
cce6bb653e Add missing semicolons.
...let the good times roll.
2010-09-22 23:44:04 +10:00
Kris Maglione
bda1e1c260 Add 'altwildmode'. 2010-09-18 01:48:46 -04:00
Kris Maglione
3fe0b9238f Fix CompletionContext#allItems in wake of quoting fixes in revision 8ea6242902e4; other small fixes. 2010-09-17 23:13:52 -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
Kris Maglione
47083c5b66 Don't use the word eval for fear that it may break "use strict" mode later. 2010-09-17 06:15:13 -04:00
Kris Maglione
a5213c3760 Precompute completion string matching function. 2010-09-17 06:15:13 -04:00
Kris Maglione
8b0d9586b2 Merge testing.
--HG--
rename : common/content/base.js => common/modules/base.jsm
rename : common/content/services.js => common/modules/services.jsm
rename : common/content/style.js => common/modules/styles.jsm
rename : common/content/template.js => common/modules/template.jsm
rename : common/content/util.js => common/modules/util.jsm
2010-08-31 21:09:13 -04:00
Kris Maglione
5632e14721 Prepare for merge with testing branch. 2010-08-28 15:47:45 -04:00