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

206 Commits

Author SHA1 Message Date
Kris Maglione
85947d4645 Add some more error handling code during the bootstrapping process. 2010-12-30 20:20:57 -05:00
Kris Maglione
2cb3135220 Add descriptions for mappable modes. 2010-12-30 17:59:57 -05:00
Kris Maglione
f3903dc3d2 Remove relict SEARCH_* modes. Hide unmappable QUOTE/PASS THROUGH/LINE modes. 2010-12-30 17:13:33 -05:00
Kris Maglione
c671cc84e0 Allow using heredocs with :abbr/:au/:com/:map. 2010-12-30 14:24:18 -05:00
Doug Kearns
8e785245c1 Miscellaneous semicolon, whitespace, and formatting fixes. 2010-12-30 21:54:28 +11:00
Kris Maglione
cb97f1cd25 Replace weird mystery meat args of mapping actions with a proper object. 2010-12-29 22:21:00 -05:00
Kris Maglione
9655d741b8 Add real mappings for most HINT mode keys. Lazily expand leader, and keep in sync with 'mapleader'.
--HG--
branch : bootstrapped
2010-12-28 14:33:57 -05:00
Kris Maglione
1653ff509d Fix some subtle rehashing bugs.
--HG--
branch : bootstrapped
2010-12-25 15:54:37 -05:00
Štěpán Němec
879cb52279 Fix some typos. 2010-12-24 17:43:31 +01:00
Kris Maglione
702b4ff340 Add -modes argument to :unmap, :mapclear. 2010-12-23 12:07:10 -05:00
Kris Maglione
06936c88ea Add :feedkeys (perhaps to replace :normal?) 2010-12-22 19:54:00 -05:00
Kris Maglione
c65758864d Allow mapping keys in HINT and other modes. Closes issue #10. Closes issue #158. 2010-12-22 15:32:19 -05:00
Kris Maglione
1454049f48 Fix :listkeys. 2010-12-18 14:17:34 -05:00
Kris Maglione
2a27292e8b Make source linkfication in :list* less annoying. Add help linkification to the entries. Make source links hintable.
--HG--
extra : rebase_source : 793a9d6a6d84dc3c2f8dc2dd5d0ad468e565b1c4
2010-12-18 13:47:56 -05:00
Štěpán Němec
c7411dfcff Addenda and corrigenda for the last and next to next to last commits. 2010-12-18 19:06:53 +01:00
Kris Maglione
f1e4ef93df Add :list* commands, linkify help tags in certain output, and augment :yank to accept JavaScript directly. 2010-12-18 11:54:31 -05:00
Kris Maglione
9fb3febe95 Typo and general idiocy fixes. Kill 'linksearch'. 2010-12-17 12:30:51 -05:00
Kris Maglione
50e47b9b2f Block invalid keys in VISUAL TEXT EDIT mode and add v_x mapping. Closes issue #182. 2010-12-13 05:11:47 -05:00
Kris Maglione
75342f09ec Do something sensible for items defined from :map/:com/... in :*usage!. 2010-12-09 22:25:20 -05:00
Kris Maglione
a0335cb437 Fix :noremap. (Probably) Fixes issue #168. 2010-12-08 14:56:11 -05:00
Kris Maglione
252e7450f1 Crude source line linkification in :*usage. 2010-12-03 18:11:05 -05:00
Kris Maglione
09bfc60446 Fix :viu!.
--HG--
extra : rebase_source : e9f4ea7ad0d59656167aeb2e0fca276c8375c8ee
2010-12-03 17:30:53 -05:00
Kris Maglione
ce679ddae0 Don't muck with search engine aliases unduly. 2010-11-09 16:26:39 -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
a33c68877e Improve "command line" <-> "command-line" usage.
--HG--
extra : rebase_source : daa8ab7737ea2e82ce48de78d5ae3e8434735cf4
2010-11-05 01:08:01 +11:00
Kris Maglione
ca2ee77905 More dactyl.generateHelp improvements. 2010-10-25 23:44:25 -04:00
Kris Maglione
6f95b33694 Don't collapse command-line selection on mode change. 2010-10-23 18:12:39 -04:00
Štěpán Němec
6649a81f7d Fix some of the "typo fixes" and a few more typos. 2010-10-23 17:17:41 +02:00
Kris Maglione
9a3d312cb5 Fix :map -count, macro playback, and odd quirk in :map completion.
--HG--
extra : rebase_source : 4e51ba8c43810e65244e9870521c8dbbc51b0a9d
2010-10-22 04:44:00 -04: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
Kris Maglione
a2f6b13a10 Add :command -javascript and CommandOption#default. 2010-10-17 19:33:39 -04:00
Kris Maglione
4efc6a3972 Allow things like :com! foo\n \ echo 1\n \ echo 2 2010-10-11 02:47:07 -04:00
Kris Maglione
7f574a512f Preserve file/line information with saved ex commands (:au, :com, :map -ex). 2010-10-05 15:29:18 -04:00
Kris Maglione
476c908da1 Make 'mapleader' an option and fix the help fragment scrolling issue. 2010-10-04 16:45:39 -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
Kris Maglione
4afe237a32 Fix :map<cr> when there are user-defined mappings created in JavaScript. 2010-09-25 15:06:06 -04:00
Doug Kearns
0d2b1b6dfd Whitespace fixes. 2010-09-24 16:26:08 +10: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
91b4b11c22 Fix :map -description spelling.
--HG--
extra : rebase_source : 105e6d962dfa20e96c1e942e2f1901c78e407be4
2010-09-23 02:34:47 +10:00
Doug Kearns
cce6bb653e Add missing semicolons.
...let the good times roll.
2010-09-22 23:44:04 +10:00
Kris Maglione
6170b3197b Long awaited augmentation of the :map command. Surrounding code needs cleanup.
--HG--
extra : rebase_source : 6bb2406343f04aff20456e1a9d0cb595f4ec767d
2010-09-21 16:13:31 -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
152e6d5a1f Complete :sanitize and private mode overhaul.
--HG--
rename : common/content/sanitizer.js => common/modules/sanitizer.jsm
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
Kris Maglione
924863cd61 imported patch dactylify
--HG--
rename : common/content/liberator-overlay.js => common/content/dactyl-overlay.js
rename : common/content/liberator.js => common/content/dactyl.js
rename : common/content/liberator.xul => common/content/dactyl.xul
rename : common/skin/liberator.css => common/skin/dactyl.css
rename : muttator/content/compose/liberator.dtd => muttator/content/compose/dactyl.dtd
rename : muttator/content/compose/liberator.xul => muttator/content/compose/dactyl.xul
rename : muttator/content/liberator.dtd => muttator/content/dactyl.dtd
rename : vimperator/AUTHORS => pentadactyl/AUTHORS
rename : vimperator/Donors => pentadactyl/Donors
rename : vimperator/Makefile => pentadactyl/Makefile
rename : vimperator/NEWS => pentadactyl/NEWS
rename : vimperator/TODO => pentadactyl/TODO
rename : vimperator/chrome.manifest => pentadactyl/chrome.manifest
rename : vimperator/components/about-handler.js => pentadactyl/components/about-handler.js
rename : vimperator/components/commandline-handler.js => pentadactyl/components/commandline-handler.js
rename : vimperator/components/protocols.js => pentadactyl/components/protocols.js
rename : vimperator/content/about.html => pentadactyl/content/about.html
rename : vimperator/content/about_background.png => pentadactyl/content/about_background.png
rename : vimperator/content/config.js => pentadactyl/content/config.js
rename : vimperator/content/liberator.dtd => pentadactyl/content/dactyl.dtd
rename : vimperator/content/logo.png => pentadactyl/content/logo.png
rename : vimperator/content/vimperator.svg => pentadactyl/content/pentadactyl.svg
rename : vimperator/content/vimperator.xul => pentadactyl/content/pentadactyl.xul
rename : vimperator/contrib/vim/Makefile => pentadactyl/contrib/vim/Makefile
rename : vimperator/contrib/vim/ftdetect/vimperator.vim => pentadactyl/contrib/vim/ftdetect/pentadactyl.vim
rename : vimperator/contrib/vim/mkvimball.txt => pentadactyl/contrib/vim/mkvimball.txt
rename : vimperator/contrib/vim/syntax/vimperator.vim => pentadactyl/contrib/vim/syntax/pentadactyl.vim
rename : vimperator/install.rdf => pentadactyl/install.rdf
rename : vimperator/locale/en-US/all.xml => pentadactyl/locale/en-US/all.xml
rename : vimperator/locale/en-US/autocommands.xml => pentadactyl/locale/en-US/autocommands.xml
rename : vimperator/locale/en-US/liberator.dtd => pentadactyl/locale/en-US/dactyl.dtd
rename : vimperator/locale/en-US/gui.xml => pentadactyl/locale/en-US/gui.xml
rename : vimperator/locale/en-US/intro.xml => pentadactyl/locale/en-US/intro.xml
rename : vimperator/locale/en-US/options.xml => pentadactyl/locale/en-US/options.xml
rename : vimperator/locale/en-US/tutorial.xml => pentadactyl/locale/en-US/tutorial.xml
rename : vimperator/vimperatorrc.example => pentadactyl/pentadactylrc.example
rename : vimperator/regressions.js => pentadactyl/regressions.js
rename : vimperator/skin/about.css => pentadactyl/skin/about.css
rename : vimperator/skin/icon.png => pentadactyl/skin/icon.png
rename : xulmus/content/liberator.dtd => xulmus/content/dactyl.dtd
rename : xulmus/locale/en-US/liberator.dtd => xulmus/locale/en-US/dactyl.dtd
2010-08-28 18:02:03 -04:00
Kris Maglione
daa2d5dcc5 Use JS5's strict mode. But, alas! it outlaws octal! Oh the inanity...
--HG--
branch : testing
2010-08-15 07:49:52 -04:00
Kris Maglione
bf5fb6d44e Finish adding missing copyright notices.
--HG--
branch : testing
2009-12-01 07:08:05 -05: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