diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index cb0522e7..0f672e9c 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -812,7 +812,7 @@ var g_mappings = [/*{{{*/ [";"], "Start ExtendedHint mode", "ExtendedHint mode is useful, since in this mode you can yank link locations, or open them in a new window.
"+ - "If you want to yank the location of hint AB, press ; to start this hint mode.
"+ + "E.g., if you want to yank the location of hint AB, press ; to start this hint mode.
"+ "Then press AB to select the hint. Now press y to yank its location.
"+ "Actions for selected hints in ExtendedHint mode are:
"+ ""+ - "Multiple hints can be seperated by commas where it makes sense. ;AB,AC,ADt opens AB, AC and AD in a new tab.
"+ + "Multiple hints can be seperated by commas where it makes sense. ;ab,ac,adt opens AB, AC and AD in a new tab.
"+ "Hintable elements for this mode can be set in the 'extendedhinttags' XPath string.", function(count) { hah.enableHahMode(HINT_MODE_EXTENDED); } ], diff --git a/chrome/content/vimperator/help.js b/chrome/content/vimperator/help.js index 84e16974..ed5f9f90 100644 --- a/chrome/content/vimperator/help.js +++ b/chrome/content/vimperator/help.js @@ -109,20 +109,23 @@ table.settings th {\ var header = '

Vimperator

' + - '

First there was a Navigator, then there was an Explorer. Later it was time for a Konqueror. Now it\'s time for an Imperator, the VIMperator :)

' + '

First there was a Navigator, then there was an Explorer.
'+ + 'Later it was time for a Konqueror. Now it\'s time for an Imperator, the VIMperator :)

'; var introduction = '

Introduction

' + - '

Vimperator is a free browser add-on for Firefox, which makes it look and behave like the Vim text editor. ' + + '

Vimperator is a free browser add-on for Firefox, which makes it look and behave like the Vim text editor.
' + 'It has similar key bindings, and you could call it a modal webbrowser, as key bindings differ according to which mode you are in.

' + - '

Warning: To provide the most authentic Vim experience, the Firefox menubar and toolbar were hidden. If you really need them, type: :set guioptions=mT to get it back. ' + - 'If you don\'t like Vimperator at all, you can uninstall it by typing :addons and remove/disable it. ' + + '

Warning: To provide the most authentic Vim experience, the Firefox menubar and toolbar were hidden.
'+ + 'If you really need them, type: :set guioptions=mT to get it back.
' + + 'If you don\'t like Vimperator at all, you can uninstall it by typing :addons and remove/disable it.
' + 'If you like it, but can\'t remember the shortcuts, press F1 or :help to get this help window back.

' + - '

Since Vimperator\'s GUI is embedded into a toolbar, it may look too 3D-like with the default theme. For best experience, I therefore recommend the Whitehart theme.

' + + '

Since Vimperator\'s GUI is embedded into a toolbar, it may look too 3D-like with the default theme.
'+ + 'For best experience, I therefore recommend the Whitehart theme.

' + - '

Vimperator was written by Martin Stubenschrott. If you appreciate my work on Vimperator, you can either send me greetings, patches ' + - 'or make a donation: ' + + '

Vimperator was written by Martin Stubenschrott. If you appreciate my work on Vimperator, you can either
'+ + 'send me greetings, patches or make a donation: ' + '

' + '' + @@ -132,7 +135,7 @@ table.settings th {\ '' + '
' + - 'Of course as a believer in free open source software, only make a donation if you really like Vimperator, and the money doesn\'t hurt - otherwise just use it, recommend it and like it :)' + 'Of course as a believer in free open source software, only make a donation if you really like Vimperator, and the money doesn\'t hurt - otherwise just use it, recommend it and like it :)

' // xxx: for firebug: :exec Firebug.toggleBar(true) @@ -155,7 +158,7 @@ table.settings th {\ cmd_name = cmd_name.replace(/>/g, ">"); ret += "" +beg+ cmd_name +end+ ''; } - ret += ''; + ret += ''; for (var j=0; j < commands[i][USAGE].length; j++) { var usage = commands[i][USAGE][j]; @@ -230,13 +233,13 @@ table.settings th {\ var fulldoc = 'Vimperator help' + style + - '' + + '
' + // should change that to: white-space: pre-wrap; once CSS3 hits firefox
         header +
         introduction +
         mappings +
         commands +
         settings +
-        ''
+        '
' doc.open(); doc.write(fulldoc); diff --git a/chrome/content/vimperator/settings.js b/chrome/content/vimperator/settings.js index f033acf8..b0ad65d9 100644 --- a/chrome/content/vimperator/settings.js +++ b/chrome/content/vimperator/settings.js @@ -240,19 +240,19 @@ var g_settings = [/*{{{*/ ["wildmode", "wim"], ["wildmode", "wim"], "Define how command line completion works", - "It is a comma-separated list of parts, where each part specifies" + - "what to do for each consecutive use of the completion key. The first part" + - "specifies the behavior for the first use of the completion key, the second part" + + "It is a comma-separated list of parts, where each part specifies " + + "what to do for each consecutive use of the completion key. The first part " + + "specifies the behavior for the first use of the completion key, the second part " + "for the second use, etc.
" + "These are the possible values for each part:
" + - "" + + "
"+
         "
" + "" + "" + "" + "" + "" + - "
''Complete only the first match
'full'Complete the next full match. After the last, the original string is used.
'longest'Complete till the longest common string.
'list'When more than one match, list all matches.
'list:full'When more than one match, list all matches and complete first match.
'list:longest'When more than one match, list all matches and complete till the longest common string.
" + + "" + "When there is only a single match, it is fully completed regardless of the case.", "stringlist", null, diff --git a/update.rdf.in b/update.rdf.in new file mode 100644 index 00000000..34b6b764 --- /dev/null +++ b/update.rdf.in @@ -0,0 +1,26 @@ + + + + + + + + + ###VERSION### + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 2.0 + 3.0 + http://downloads.mozdev.org/vimperator/vimperator_###VERSION###.xpi + + + + + + + ###VERSION### + http://downloads.mozdev.org/vimperator/vimperator-###VERSION###.xpi + +