Commit Graph
100 Commits
Author SHA1 Message Date
Doug Kearns 698cdb19c2 Add "io" to the services cache. 2009-01-05 21:47:49 +11:00
Doug Kearns 49e0c091c1 s/stylesheet/style sheet/g in documentation. 2009-01-05 21:10:57 +11:00
Doug Kearns ea04b2b2be Add a couple of points to the style guide. 2009-01-05 21:10:55 +11:00
Doug Kearns 0d3d8ce63b Remove old heredoc parsing cruft from commands.parseCommand. 2009-01-05 21:09:17 +11:00
Doug Kearns 7e2461cd90 Use the services cache in liberator.profileName. 2009-01-03 22:36:17 +11:00
Doug Kearns 172900fff2 Declare a variable in "gi" action. 2009-01-03 21:59:44 +11: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 7363551ac0 Whitespace formatting fixes. 2009-01-01 22:10:01 +11:00
Doug Kearns 0be4723b91 Fix HTMLDocument guard clause in buffer.shiftFrameFocus. 2009-01-01 22:02:00 +11:00
Doug Kearns c57a97741d Fix multiple arg parsing in util.stringToUrlArray. 2009-01-01 22:01:59 +11:00
Doug Kearns cb5fca695f Rename the misspelled util.interruptableRange to util.interruptibleRange. 2009-01-01 22:01:58 +11:00
Doug Kearns eeca611435 Add some more rough source documentation. 2009-01-01 22:01:56 +11:00
Doug Kearns 8691d0c51d Remove redundant return statements from options.{setPref,resetPref}. 2009-01-01 22:01:55 +11:00
Doug Kearns 1e25799ef1 Use a Struct for autocommands.
This is marginally clearer and will be helpful for autocommand groups
etc.
2009-01-01 22:01:53 +11:00
Doug Kearns 5f846990bc Trivial refactoring of tabs.{getTab,getLocalStore}. 2009-01-01 22:01:51 +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 0f0d26d504 Normalise element related temporary variable names (elt -> elem). 2008-12-31 13:08:41 +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
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
Doug Kearns aba49d9ce4 Fix #88 (:buffer! is broken). 2008-12-25 02:38:15 +11:00
Doug Kearns 89743f5435 Fix missing vimperator help logo. 2008-12-23 23:32:56 +11:00
Doug Kearns 19b5905c98 Fix BookmarkAdd autocommand keyword expansion. 2008-12-23 22:50:53 +11:00
Doug Kearns cf9cb136fc Whitespace fixes. 2008-12-23 22:34:02 +11:00
Doug Kearns f859d73149 Fix return signature of incrementURL. 2008-12-23 22:30:55 +11:00
Doug Kearns 99384f1dad Fix return signature of tabs.tabStrip and showtabline's completer. 2008-12-23 22:07:57 +11:00
Doug Kearns 253346dbc3 Remove trailing commas from object initializers. 2008-12-23 22:07:56 +11:00
Doug Kearns 68a28b7e14 Fix return signature of buffer.{followLink,focusElement}. 2008-12-23 22:07:55 +11:00
Doug Kearns 483b3f4b00 Document return value of util.cloneObject. 2008-12-23 22:07:54 +11:00
Doug Kearns dba08286e8 Prefer let over var in Highlights and Bookmarks. 2008-12-23 22:07:53 +11:00
Doug Kearns f96b522ec1 Handle the silly exception thrown from options.resetPref. 2008-12-23 00:21:38 +11:00
Doug Kearns fbb1f33fab Use the RegExp global function rather than calling the constructor. 2008-12-21 22:07:16 +11:00
Doug Kearns 5b4a1d11f8 prefer let over var in Mappings, Modes, and Options 2008-12-21 00:28:19 +11:00
Doug Kearns 29817b5d72 add NEWS item about new option value quoting requirement 2008-12-21 00:12:24 +11:00
Doug Kearns 80672176a0 remove unused variable in :set completer 2008-12-21 00:12:23 +11:00
Doug Kearns 16c49fe786 fix some help typos 2008-12-20 11:24:11 +11:00
Doug Kearns f6b04d4eca add note about :hardcopy >filename not being available on Windows to help 2008-12-20 10:30:34 +11:00
Doug Kearns 86f14b77cc document :hardcopy >{filename}...since it was committed 2008-12-20 01:12:31 +11:00
Doug Kearns 03fed06b39 fix search highlighting when 'incsearch' is set - Algardas <algardas@gmail.com> 2008-12-20 00:31:13 +11:00
Doug Kearns ad61bc83ff fix transposed defaults in showmode and shell help 2008-12-20 00:15:13 +11:00
Doug Kearns b98b367776 trivial refactoring of :emenu and :chdir actions 2008-12-19 23:59:25 +11:00
Doug Kearns 3801efb9ad minor refactoring of :command action 2008-12-19 23:50:12 +11:00
Doug Kearns 7bba6004d9 minor refactoring of :dialog action 2008-12-19 23:24:31 +11:00
Doug Kearns 695b3ed9ea minor refactoring of "b" action 2008-12-19 23:17:52 +11:00
Doug Kearns 92f9fcfc8d declare variable in getMenuItems#addChildren() 2008-12-19 23:12:06 +11:00
Doug Kearns 4b896f3706 remove some ancient cruft 2008-12-19 23:09:37 +11:00
Doug Kearns d60c81ef23 add missing semicolons 2008-12-19 23:00:14 +11:00
Doug Kearns d65b23be3d prefer let over var in Hints 2008-12-19 19:14:38 +11:00
Doug Kearns 0827c5fdaa prefer let over var in liberator 2008-12-19 19:13:34 +11:00
Doug Kearns 1ff25093c0 whitespace fix 2008-12-19 19:12:55 +11:00
Doug Kearns 194aaf46eb brace formatting fixes 2008-12-19 19:07:17 +11:00
Doug Kearns 0841a01e15 access MarkupDocumentViewer via getBrowser() - only FF defines getMarkupDocumentViewer 2008-12-18 21:06:54 +11:00
Doug Kearns c11e153766 whitespace fixes 2008-12-18 21:06:51 +11:00
Doug Kearns a216ec45d9 fix typo in Makefile asciidoc test message 2008-12-18 19:09:05 +11:00
Doug Kearns 0e9aa05bfd really mention :optionusage! in muttator help this time 2008-12-18 03:46:11 +11:00
Doug Kearns 994bc00a4f nsIWebNavigation -> Ci.nsIWebNavigation in liberator.open for Muttator 2008-12-18 03:26:22 +11:00
Doug Kearns 1432758373 TODO: add support for filename special characters such as % 2008-12-18 01:37:05 +11:00
Doug Kearns 2d9d4736d6 improve user-command custom completer error handling 2008-12-18 01:33:48 +11:00
Doug Kearns 44589146fe improve QuickMarks and local marks help formatting 2008-12-17 21:29:11 +11:00
Doug Kearns 3adc77eca1 fix :back/:forward completers 2008-12-17 21:25:07 +11:00
Doug Kearns e7635cc329 revert quick fix for asciidoc 8.3.x, help is completely broken when generated with this version 2008-12-17 21:24:25 +11:00
Doug Kearns 69b541eae5 mention :optionusage! in muttator help 2008-12-17 20:45:59 +11:00
Doug Kearns e6a15b1487 provide defaults for missing mode args to completion.{abbreviation,userMapping} 2008-12-17 18:23:07 +11:00
Doug Kearns 58514ffd4f delay user-command custom completer evaluation until call time 2008-12-17 17:46:39 +11:00
Doug Kearns 1b481067f4 address Martin's intentional breaking of the message system 2008-12-17 13:48:52 +11:00
Doug Kearns 6a653c0177 remove use of <center> element from :help as it's not defined in XHTML 1.1 2008-12-17 13:24:29 +11:00
Doug Kearns 2290230e65 change "g." mapping to "g<" 2008-12-17 13:15:35 +11:00
Doug Kearns 4d4ad5886c fix :dialog help formatting 2008-12-17 13:15:32 +11:00
Doug Kearns ece99169c5 fix typo in intro of tutorial.txt 2008-12-17 13:15:29 +11:00
Doug Kearns dd432fe6b1 fix duplicate use of ':echoe' help tag 2008-12-17 13:15:27 +11:00
Doug Kearns d5b6e6ea3c fix duplicate use of 'listing-tabs' help tag 2008-12-17 13:15:24 +11:00
Doug Kearns d86d71e22b :set noshowmode | :echo 'foobar\n'<ESC> doesn't clear the more prompt 2008-12-16 20:24:39 +11:00
Doug Kearns 3506a6212d allow hints to function on pages where authorStyleDisabled has been set via means other than 'usermode' 2008-12-16 18:34:29 +11:00
Doug Kearns 70c82c0f19 address Kris's double barrelled blasphemy 2008-12-15 21:50:04 +11:00
Doug Kearns 2315887077 document -max option to :history and :bmarks 2008-12-14 23:08:04 +11:00
Doug Kearns 1d1c4d5936 escape the URL macros in the help for :qmark 2008-12-14 13:34:54 +11:00
Doug Kearns 7d93fdd272 trivial help formatting improvements 2008-12-14 13:34:51 +11:00
Doug Kearns 961a18138f TODO: :redir and 'verbosefile' 2008-12-14 13:34:48 +11:00
Doug Kearns 919d712af4 separate warnings from special informational notes in the help 2008-12-14 13:34:46 +11:00
Doug Kearns 56d5e2a097 add a title tag for each help page 2008-12-14 13:34:44 +11:00
Doug Kearns 248c791263 don't use asciidoc's xhtml11-quirks.css as it's for IE6 2008-12-14 13:34:41 +11:00
Doug Kearns b63bbcfaee update :set examples in help now that it uses parseArgs() 2008-12-14 13:34:38 +11:00
Doug Kearns e127db3273 add fold markers to CompletionContext 2008-12-13 02:01:37 +11:00
Doug Kearns 51840817fc don't use FORCE_SINGELINE with echomsg() 2008-12-13 01:51:21 +11:00
Doug Kearns 64f00164cc prefer let over var in Editor 2008-12-13 01:25:38 +11:00
Doug Kearns e9c53d3776 add abbreviation completion 2008-12-13 01:25:35 +11:00
Doug Kearns 05ac5cce49 minor rewording of :abbreviate help 2008-12-13 01:25:32 +11:00
Doug Kearns d7da534a88 use argCount: "?" for :tab{previous,next,close} 2008-12-13 01:25:28 +11:00
Doug Kearns d182429dd3 allow for partial match filtering in :abbreviation list commands 2008-12-12 14:03:34 +11:00
Doug Kearns f27c461c7f replace some echo() calls with echomsg() 2008-12-12 14:03:31 +11:00
Doug Kearns 8ad705334b echo a msg, not an err, from :abbrev when there are no abbreviations 2008-12-12 14:03:29 +11:00
Doug Kearns dd737ad3c0 use literalArg with :sidebar - this is debatable 2008-12-12 14:03:26 +11:00
Doug Kearns f5a8158d5f use literalArg with :help 2008-12-12 14:03:24 +11:00