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

27 Commits

Author SHA1 Message Date
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
Kris Maglione
18d716c4af Fix <ex>foo!</ex> 2009-11-07 14:35:46 -05:00
Kris Maglione
470e609da4 Fix <ex>foo!</ex> 2009-11-07 14:32:23 -05:00
Kris Maglione
55f1ec7c3e Add some more help docs. 2009-11-04 01:15:08 -05:00
Kris Maglione
fee974fdab Kludgilly fix some help layout bugs. 2009-11-03 22:35:16 -05:00
Kris Maglione
20dea05613 Allow separate email addresses and hrefs for authors. Make mailto more obvious. 2009-11-03 21:44:37 -05:00
Kris Maglione
ec71ee9d4a Allow author[@href] in additional to author[@email] for plugin docs. 2009-11-03 21:17:58 -05:00
Kris Maglione
34e9b10fb9 Some manual help formatting tweaks. Why can troff handle stuff this but HTML can't? 2009-11-03 00:56:28 -05:00
Kris Maglione
ca8849ebd1 Fix <oa> and <a> help templates. 2009-11-03 00:16:33 -05:00
Kris Maglione
108f467fe4 Completely HTML-ize help transforms. Add intentionally undocumented :exporthelp. 2009-11-02 00:18:58 -05:00
Kris Maglione
8eea868626 Make <toc/> tag explicit. 2009-11-01 22:13:50 -05:00
Kris Maglione
eaf184ae9b Move to a two-stage parser for the help. 2009-11-01 21:30:13 -05:00
Kris Maglione
23699c0f54 Show more information in :h plugins 2009-10-31 23:24:59 -04:00
Kris Maglione
24de0a81a2 Add basic support for plugins including help data. 2009-10-31 19:59:37 -04:00
Kris Maglione
43b9d560fa Add fold markers (that I don't use) to style.xsl; minor cleanup. 2009-10-30 07:53:37 -04:00
Kris Maglione
7449d40f73 Add TOC to help pages. 2009-10-30 02:04:15 -04:00
Kris Maglione
9bb1feb3ce Fix broken donate button. 2009-10-28 17:00:07 -04:00
Kris Maglione
412f3101c1 Improve the help formatting with generous and ugly use of struts. Unfortunately, the HTML box model doesn't lend itself to automatic Vim-ish formatting.
--HG--
branch : xslt
2009-10-28 04:37:53 -04:00
Kris Maglione
21704fe309 Fix typo in help.xsl.
--HG--
branch : xslt
2009-10-27 20:05:21 -04:00
Kris Maglione
537c0e0d51 Minor help fixes. Almost time to merge. Need to get rid of these silly security warnings flooding the console.
--HG--
branch : xslt
2009-10-26 03:54:29 -04:00
Kris Maglione
486ac5954a Get rid of silly config.helpFiles.
--HG--
branch : xslt
rename : common/components/chrome-data.js => common/components/protocols.js
2009-10-25 20:06:50 -04:00
Kris Maglione
9e531ca343 Fix Xulmus, etc.
--HG--
branch : xslt
2009-10-25 13:43:25 -04:00
Kris Maglione
c697b165a0 Update Xulmus docs, in theory.
--HG--
branch : xslt
rename : common/locale/en-US/intro.xml => vimperator/locale/en-US/intro.xml
rename : common/locale/en-US/tutorial.xml => vimperator/locale/en-US/tutorial.xml
2009-10-24 18:45:11 -04:00
Kris Maglione
2c1f7316a6 Add machinery to allow app-specific help files.
--HG--
branch : xslt
2009-10-24 16:49:21 -04:00
Kris Maglione
8b222085ec Add machinery to splice in app-specific help entries.
--HG--
branch : xslt
rename : vimperator/locale/en-US/all.xml => common/locale/en-US/all.xml
rename : vimperator/locale/en-US/autocommands.xml => common/locale/en-US/autocommands.xml
rename : vimperator/locale/en-US/browsing.xml => common/locale/en-US/browsing.xml
rename : vimperator/locale/en-US/buffer.xml => common/locale/en-US/buffer.xml
rename : vimperator/locale/en-US/cmdline.xml => common/locale/en-US/cmdline.xml
rename : vimperator/locale/en-US/developer.xml => common/locale/en-US/developer.xml
rename : vimperator/locale/en-US/eval.xml => common/locale/en-US/eval.xml
rename : vimperator/locale/en-US/gui.xml => common/locale/en-US/gui.xml
rename : vimperator/locale/en-US/hints.xml => common/locale/en-US/hints.xml
rename : vimperator/locale/en-US/index.xml => common/locale/en-US/index.xml
rename : vimperator/locale/en-US/insert.xml => common/locale/en-US/insert.xml
rename : vimperator/locale/en-US/intro.xml => common/locale/en-US/intro.xml
rename : vimperator/locale/en-US/map.xml => common/locale/en-US/map.xml
rename : vimperator/locale/en-US/marks.xml => common/locale/en-US/marks.xml
rename : vimperator/locale/en-US/message.xml => common/locale/en-US/message.xml
rename : vimperator/locale/en-US/options.xml => common/locale/en-US/options.xml
rename : vimperator/locale/en-US/pattern.xml => common/locale/en-US/pattern.xml
rename : vimperator/locale/en-US/print.xml => common/locale/en-US/print.xml
rename : vimperator/locale/en-US/repeat.xml => common/locale/en-US/repeat.xml
rename : vimperator/locale/en-US/starting.xml => common/locale/en-US/starting.xml
rename : vimperator/locale/en-US/styling.xml => common/locale/en-US/styling.xml
rename : vimperator/locale/en-US/tabs.xml => common/locale/en-US/tabs.xml
rename : vimperator/locale/en-US/tutorial.xml => common/locale/en-US/tutorial.xml
rename : vimperator/locale/en-US/various.xml => common/locale/en-US/various.xml
2009-10-24 16:17:33 -04:00
Kris Maglione
4c13eb0798 Help formatting fixes.
--HG--
branch : xslt
2009-10-24 14:24:50 -04:00
Kris Maglione
0d44d919bc Replace asciidoc with native XSLT transforms.
--HG--
branch : xslt
rename : common/Makefile.common => common/Makefile
rename : vimperator/components/about-handler.js => common/components/about-handler.js
rename : vimperator/components/chrome-data.js => common/components/chrome-data.js
rename : vimperator/components/commandline-handler.js => common/components/commandline-handler.js
2009-10-21 04:46:29 -04:00