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

117 Commits

Author SHA1 Message Date
Štěpán Němec
22594b6127 Fix a typo in :h :bmark (-tag -> -tags). 2010-09-27 15:18:27 +02:00
Kris Maglione
1944bed400 Add -keywords, -tags, -title to :delbmarks. 2010-09-27 09:05:28 -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
b201a266f2 Add -agent flag to :style. 2010-09-26 10:10:55 -04:00
Kris Maglione
4a2c703854 Make 'extendedhinttags' a regexmap.
--HG--
extra : rebase_source : 1058b785925fd37bd73019b36da91e551e0f9206
2010-09-25 14:57:12 -04:00
Kris Maglione
3dbcff61e8 Slightly better option type tag formatting. 2010-09-25 13:07:05 -04:00
Doug Kearns
67535d91d9 Fix typo in :help :js text. 2010-09-26 02:17:27 +10:00
Štěpán Němec
4fc51fdb73 Remove the :play command.
There's `@' which also accepts a count, and Vim doesn't have :play either.
2010-09-25 15:13:28 +02:00
Štěpán Němec
ca2c6ea936 Fix an error ('cdpath' is a stringlist option). 2010-09-25 10:44:26 +02:00
Štěpán Němec
b6904d64ea Document Textarea mode. 2010-09-25 10:43:16 +02:00
Štěpán Němec
05fcc1ff45 Use the `mode' <k> attribute at more places in the help files. 2010-09-25 10:42:07 +02:00
Štěpán Němec
223859a33b Make the <k> tag mode-aware.
Previously there was no way to produce links to the appropriate mode-specific
binding of a key using the <k> tag (e.g., <Tab> in the documentation always
linked to the Normal-mode command, although its command-line functionality is
different).  This commit introduces a `mode' attribute to the <k> tag, making
the distinction possible.
2010-09-25 02:18:17 +02:00
Kris Maglione
0753c9505e Better list option parsing and serialization. 2010-09-24 15:24:21 -04:00
Štěpán Němec
fa20629524 Extend and better exemplify 'loadplugins' documentation. 2010-09-24 20:03:40 +02:00
Kris Maglione
d9e1e9bb1f Show QuickMarked status in statusbar; add URL completion to :qmark. 2010-09-24 11:39:12 -04:00
Kris Maglione
2169301157 Rename appname/idname to appName/idName in help files to maintain parity with code. 2010-09-24 07:49:17 -04:00
Kris Maglione
8de49e4764 Add reference to 'loadplugins' to :help :loadplugins. 2010-09-23 18:38:24 -04:00
Kris Maglione
29bd0b038a Make 'loadplugins' a regexlist. 2010-09-23 16:17:48 -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
Kris Maglione
68b0a826a7 Fix some :cd problems. Remove special treatement of ,, in 'cdpath'. 2010-09-22 19:49:33 -04:00
Kris Maglione
84ad7019bb Fix rogue semicolon in gui.xml.
--HG--
extra : rebase_source : 9991bd10e49d8658ab7ed5f10fa16afee845b9fa
2010-09-22 17:58:30 -04:00
Štěpán Němec
02714f06d9 Restore monospace markup for `pentadactylrc' and the like.
This was partly lost in the previous change due to linkification, but the <t>
and <tt> tags can actually be used together.
2010-09-22 23:22:42 +02:00
Kris Maglione
c7670b8038 Fix some small idiomatic errors.
--HG--
extra : rebase_source : 7fa58f4b72b46d47b5f2b82ce46d42d4eed03901
2010-09-22 13:21:08 -04:00
Štěpán Němec
7315817acd Fix some more typos and errors in the documentation 2010-09-22 18:16:04 +02:00
Kris Maglione
1d14bbcd64 Add 'hintkeys' and fix <BS> key in Hint mode.
--HG--
extra : rebase_source : d28184df01b5c3b2194fc332ff8367cb1c7c1fcf
2010-09-22 12:09:18 -04:00
Doug Kearns
542086159f Fix Windows platform detection.
--HG--
extra : rebase_source : 22fa7cb45e3571c2fd4fe527121c50ceac249b25
2010-09-22 17:36:04 +10:00
Doug Kearns
60eac8d752 Whitespace fixes.
--HG--
extra : rebase_source : 8668ae131079523322e32f068e1b48bea64b4f72
2010-09-22 13:35:11 +10:00
Štěpán Němec
f3c82a85a1 Minor cleanup in options.xml and various.xml.
- fix some typos
- make order of the options consistently alphabetic
- linkify the rc file occurences
- delete trailing whitespace
- minor style/wording fixes
2010-09-22 05:01:51 +02:00
Kris Maglione
a285d6a405 Added -javascript option to :abbrev, thanks mostly to anekos.
--HG--
extra : rebase_source : 06036f7e9e2bb21fc77b1cb783c8f7e4a7e3f50d
2010-09-21 16:13:31 -04: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
Doug Kearns
9d45874881 Fix the Windows RC file name in the "Intitialization" help section. 2010-09-22 02:42:01 +10:00
Kris Maglione
6589ad3593 Fix :h 'autocomplete'.
--HG--
extra : rebase_source : 2779bb24002e9a6bdba0f95f30a94e91313d1a6b
2010-09-21 09:58:00 -04:00
Doug Kearns
14d88e8853 Fix help typo. 2010-09-21 23:54:10 +10:00
Doug Kearns
e818d4f88d Fix some help file typos. 2010-09-21 23:40:37 +10:00
Doug Kearns
7e6e6e9464 Update Flash Blocker URL in example plugin help section 2010-09-20 20:10:19 +10:00
Kris Maglione
72be646c5b NEWS updates and whitespace fixes. 2010-09-19 02:13:19 -04:00
Kris Maglione
bda1e1c260 Add 'altwildmode'. 2010-09-18 01:48:46 -04:00
Doug Kearns
0a0bd45601 PD Vim syntax file update
Delivered-To: maglione.k@gmail.com
Received: by 10.216.136.214 with SMTP id w64cs2667wei;
        Fri, 10 Sep 2010 00:53:12 -0700 (PDT)
Return-Path: <dougkearns@gmail.com>
Received-SPF: pass (google.com: domain of dougkearns@gmail.com designates 10.227.138.146 as permitted sender) client-ip=10.227.138.146;
Authentication-Results: mr.google.com; spf=pass (google.com: domain of dougkearns@gmail.com designates 10.227.138.146 as permitted sender) smtp.mail=dougkearns@gmail.com; dkim=pass header.i=dougkearns@gmail.com
Received: from mr.google.com ([10.227.138.146])
        by 10.227.138.146 with SMTP id a18mr590354wbu.151.1284105192263 (num_hops = 1);
        Fri, 10 Sep 2010 00:53:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:mime-version:received:from:date
         :message-id:subject:to:content-type;
        bh=8pQUW5WLnsK61m2IZPWOnOPaQlu/k2jhkbbOFOecr2A=;
        b=W/+613sGtVKvI12FR9kJjsK4c4c2tUpTk9WgTdUFhFXItgDA8yaTCnb2zrzYbn+ReP
         yXyrVWu+fFAeNQKtk3afP+gKh9HlCNufq6UIoLRk9k2jwCsIoUO75FXbSk7MXL4Q1G2y
         NYDYeWNUccCowS2PRPiHgM0Vt+Af0nU/tM6T4=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:from:date:message-id:subject:to:content-type;
        b=w4FhoErEFuUuIoaJOAnwhJjs1flQd2Yz5nkbRlPcLLhMm0qhUMg62PJ7uMCsJv9mdr
         +nGqpFplrRmAhsU2KTAf1k8vqJ+SWYNnSpE+axoyUFCZ+Xc9OfvWvsVF8cVg46wmkUKF
         y6uJJYEoMmpAfYQeX7rchyTlGhU9g7Mm2YZUk=
Received: by 10.227.138.146 with SMTP id a18mr590354wbu.151.1284105192249;
 Fri, 10 Sep 2010 00:53:12 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.227.135.131 with HTTP; Fri, 10 Sep 2010 00:52:52 -0700 (PDT)
Message-ID: <AANLkTi=F6XwDTh+++ph4Qdw5pm3YAMvwvZNBi49nU84=@mail.gmail.com>
To: Kris Maglione <maglione.k@gmail.com>
Content-Type: multipart/mixed; boundary=00163645735ad6998c048fe309e3
2010-09-10 17:52:52 +10: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
4e40abe6b0 Lots of rangefinder and Gecko 2 tabbing fixes. 2010-08-28 18:02:03 -04:00
Kris Maglione
e3a2df403d Improve behavior of gf. Remove "|" alias. 2010-08-28 18:02:03 -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
2375a00fb4 Replace 'focuscontent' with 'strictfocus'.
--HG--
branch : testing
2010-08-26 13:26:34 -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
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
teramako
8be2de8be7 add 'jsdebugger' option
for javascript completion
2009-11-15 00:49:24 +09:00
Doug Kearns
afc14aff65 Remove :edit, :tabedit and :winedit aliases. 2009-11-14 04:20:26 +11:00