1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-07 06:12:58 +02:00
Commit Graph

405 Commits

Author SHA1 Message Date
Ted Pavlic 1facfe407f Several edits to help docs to clarify when plugins are loaded and what can cause them to not be loaded. 2009-01-02 11:37:07 -05:00
Doug Kearns e91fbcd754 Add some source documentation for AutoCommands.
Also normalise the use of /* */ and // comments.
2009-01-02 00:56:58 +11:00
Doug Kearns eeca611435 Add some more rough source documentation. 2009-01-01 22:01:56 +11:00
Doug Kearns f878307b34 Fix part of #110.
Fix #110 (;b and ;t don't respond to 'activate'. Behavior spec'd in
:help is unclear).

I've fixed the inverted ;b/;t behaviour (the bug), closed the ticket,
and added 'activate' support as a TODO.
2008-12-31 13:19:48 +11:00
Doug Kearns 6e6b601a42 Don't highlight comments in RC file :set lines as they're not supported. 2008-12-31 13:08:44 +11:00
Doug Kearns 22744e80fa -TODO: can't reverse tab through the vimperator toolbar. 2008-12-31 13:08:43 +11:00
Doug Kearns f7b110e45f TODO: message system needs a spec if it's going to be incompatible. 2008-12-31 13:08:38 +11:00
Doug Kearns ef34a5b71d Trivial refactoring of io.readDirectory. 2008-12-31 13:08:35 +11:00
Doug Kearns 2828b47b65 Search recursively for plugins in liberator.loadPlugins. 2008-12-31 13:08:32 +11:00
Ted Pavlic a1dcfa4e02 Added :lpl and :loadplugins to vimperator.vim 2008-12-30 11:22:11 -05:00
Ted Pavlic 5d8d61cc01 When setting rtp on startup, set VIMPERATOR_RUNTIME to match if it doesn't already exist. 2008-12-30 10:10:37 -05:00
Ted Pavlic ed62a80d20 Use consistent _$VAR_ in help. Before it was mix of _$VAR_ and \'$VAR' 2008-12-29 16:43:46 -05:00
Ted Pavlic 7c64cd0a6c Put quotes around example bash command, just like Vim's help. 2008-12-29 16:32:57 -05:00
Ted Pavlic db7d16bf0e Swapped help defaults for sh and shcf. Now they're correct. 2008-12-29 16:30:20 -05:00
Ted Pavlic 6cbf75ca53 Put quotes around CDPATH in cdpath default help string, as is convention. 2008-12-29 16:25:13 -05:00
Ted Pavlic 61e6133373 Updated cdpath help defaults to mention CDPATH env var. 2008-12-29 16:22:35 -05:00
Ted Pavlic 015d299b3b Changed hyphens to en dashes where appropriate. Note that spaced en dashes can be changed to single em dashes, but should be consistent. See CMOS. 2008-12-29 14:45:48 -05:00
Ted Pavlic 81370f7071 Fixed starting.txt so that numbered list is not in-line. 2008-12-29 14:32:26 -05:00
Kris Maglione d552719235 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2008-12-29 13:55:48 -05:00
Kris Maglione 72cb6c35e9 Fix some bugs. 2008-12-29 13:43:26 -05:00
Doug Kearns 6d36c3f1f8 Reword the [count] help for :back/forward and scrolling commands. 2008-12-30 01:26:48 +11:00
Doug Kearns 165a315204 Fix :back/:forward[!] commands. 2008-12-30 00:53:58 +11:00
Doug Kearns d65b57cf2d Prefer " over '. 2008-12-29 23:26:09 +11:00
Doug Kearns 41f7bc12be Fix missing help pages resulting from non-well-formed markup.
Most of the special case asciidoc replacements were also removed since
they're a bit confusing and doing so results in a 60% improvement in the
time taken by asciidoc to process the help pages.  Unfortunately, I'm
now limited to preparing a three course menu for my guests while it runs
rather than the degustation extravaganzas of the past but such is life.

It's still a bit of a mess but since we're almost certainly moving to
something else in the near future it's probably not worth cleaning it up
before 2.0 is released.
2008-12-29 22:52:04 +11:00
Doug Kearns 8bbd1c92fc Fix i_<C-i> help tag. 2008-12-29 13:34:27 +11:00
anekos 09cfa87fed s/'/"/ and remove spaces. 2008-12-29 07:05:57 +09:00
Kris Maglione 9c61562ac5 Fix :bmarks -tags 2008-12-28 16:32:34 -05:00
Kris Maglione dc0d92cc55 s/makeURI/window.makeURI/; s/'/"/ 2008-12-28 15:43:30 -05:00
Ted Pavlic e757af0456 Updated :editor help to use <C-i> instead of <Ctrl-i> to be consistent with the rest of help. 2008-12-28 03:16:04 -05:00
anekos bf83f808e2 For nsITaggingService issue (maybe Firefox bug). 2008-12-25 08:12:29 +09:00
Kris Maglione 89698e3e05 s/service[(".*?")]/services.get(\1)/g; s/service.get(\w+)/'services.create("' + lcfirst($1) + '")'/ge 2008-12-23 15:07:48 -05:00
Doug Kearns 89743f5435 Fix missing vimperator help logo. 2008-12-23 23:32:56 +11:00
anekos 0bfda57eff Fix: getSearchEngines raise a error, if iconURI of a engine has not been defined. 2008-12-23 21:07:51 +09:00
Doug Kearns 19b5905c98 Fix BookmarkAdd autocommand keyword expansion. 2008-12-23 22:50:53 +11:00
Doug Kearns f859d73149 Fix return signature of incrementURL. 2008-12-23 22:30:55 +11:00
Doug Kearns dba08286e8 Prefer let over var in Highlights and Bookmarks. 2008-12-23 22:07:53 +11:00
Martin Stubenschrott feeccb23d2 Undo certain parts from the unfortunate "service" commit, to unbreak Muttator. @Kris: Please try not to
commit unconnected things at once, as it's much harder to revert such commits :( I'll have to revert
the service -> Cc/Ci manually now, as I got lots of conflicts in reverting, and if i didn't, i wouldn't
want to undo the other parts of that commit (like VIMPERATOR_RUNTIME or the added comments)
2008-12-23 03:15:52 +01:00
Kris Maglione 90d7eb0d17 Respond to "how would one knwo which classes to load where?" 2008-12-22 19:53:16 -05:00
Kris Maglione 352fc252b1 s/liberator.modules.// 2008-12-22 19:46:29 -05:00
anekos c64a3507a0 More fix -> 6875dacf74649253574a9bd444cec86a0087f31a 2008-12-23 08:01:50 +09:00
anekos cd9715fc6b Fix: bookmarks.js loading error.
liberator.modules.options has not been defined when bookmarks.js is loading.
2008-12-23 07:57:27 +09:00
Martin Stubenschrott db0fa4bc5b Fixed ctrl-a/x with 0003-style urls, thanks hogelog 2008-12-22 13:15:05 +01:00
Doug Kearns fbb1f33fab Use the RegExp global function rather than calling the constructor. 2008-12-21 22:07:16 +11:00
anekos 8f49dd3b4b Fix argument name.
Thanks tsukkee.
2008-12-21 15:03:28 +09:00
Kris Maglione df7c7c9d51 Fix some generally silly, stupid, and/or annoying help quirks. 2008-12-20 23:48:56 -05:00
Kris Maglione 2f0132cabc Sorry, minor feature that's more of a bug fix: Options/commands/mappings in :help now behave as links. 2008-12-20 19:59:36 -05:00
Kris Maglione 872d03808e Add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT, ~/.vimperator/info/{profile}. 2008-12-20 18:34:14 -05:00
Kris Maglione ef827139e4 Tie storage observers to a weak reference of window so they're automatically destroyed. 2008-12-20 14:36:11 -05:00
Kris Maglione 99ff01aac1 Revert "add NEWS item about new option value quoting requirement"
It's already there.

This reverts commit 87418ed064951f83690bb02442bf4a4de2c2a8db.
2008-12-20 11:07:40 -05:00
Doug Kearns 29817b5d72 add NEWS item about new option value quoting requirement 2008-12-21 00:12:24 +11:00