Implemented the auto scroller for the new web browser.

Sat, 30 Apr 2016 20:01:30 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 30 Apr 2016 20:01:30 +0200
changeset 4958
ef400197e7d5
parent 4957
55c9bb589b0a
child 4959
8cae2a004559

Implemented the auto scroller for the new web browser.

APIs/Python3/eric6.api file | annotate | diff | comparison | revisions
APIs/Python3/eric6.bas file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric6.WebBrowser.AutoScroll.AutoScroller.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.WebBrowser.AutoScroll.FrameScroller.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.WebBrowser.WebBrowserView.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric6.WebBrowser.AutoScroll.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric6.WebBrowser.html file | annotate | diff | comparison | revisions
Preferences/ConfigurationPages/WebBrowserPage.py file | annotate | diff | comparison | revisions
Preferences/ConfigurationPages/WebBrowserPage.ui file | annotate | diff | comparison | revisions
Preferences/__init__.py file | annotate | diff | comparison | revisions
WebBrowser/AutoScroll/AutoScroller.py file | annotate | diff | comparison | revisions
WebBrowser/AutoScroll/FrameScroller.py file | annotate | diff | comparison | revisions
WebBrowser/AutoScroll/__init__.py file | annotate | diff | comparison | revisions
WebBrowser/WebBrowserView.py file | annotate | diff | comparison | revisions
WebBrowser/WebBrowserWindow.py file | annotate | diff | comparison | revisions
eric6.e4p file | annotate | diff | comparison | revisions
i18n/eric6_cs.ts file | annotate | diff | comparison | revisions
i18n/eric6_de.qm file | annotate | diff | comparison | revisions
i18n/eric6_de.ts file | annotate | diff | comparison | revisions
i18n/eric6_en.ts file | annotate | diff | comparison | revisions
i18n/eric6_es.ts file | annotate | diff | comparison | revisions
i18n/eric6_fr.ts file | annotate | diff | comparison | revisions
i18n/eric6_it.ts file | annotate | diff | comparison | revisions
i18n/eric6_pt.ts file | annotate | diff | comparison | revisions
i18n/eric6_ru.ts file | annotate | diff | comparison | revisions
i18n/eric6_tr.ts file | annotate | diff | comparison | revisions
i18n/eric6_zh_CN.ts file | annotate | diff | comparison | revisions
icons/default/scrollAll.png file | annotate | diff | comparison | revisions
icons/default/scrollHorizontal.png file | annotate | diff | comparison | revisions
icons/default/scrollVertical.png file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric6.api	Sat Apr 30 13:07:13 2016 +0200
+++ b/APIs/Python3/eric6.api	Sat Apr 30 20:01:30 2016 +0200
@@ -9626,6 +9626,20 @@
 eric6.WebBrowser.AdBlock.AdBlockTreeWidget.AdBlockTreeWidget?1(subscription, parent=None)
 eric6.WebBrowser.AdBlock.AdBlockUrlInterceptor.AdBlockUrlInterceptor.interceptRequest?4(info)
 eric6.WebBrowser.AdBlock.AdBlockUrlInterceptor.AdBlockUrlInterceptor?1(manager, parent=None)
+eric6.WebBrowser.AutoScroll.AutoScroller.AutoScroller.eventFilter?4(obj, evt)
+eric6.WebBrowser.AutoScroll.AutoScroller.AutoScroller.isEnabled?4()
+eric6.WebBrowser.AutoScroll.AutoScroller.AutoScroller.mouseMove?4(evt)
+eric6.WebBrowser.AutoScroll.AutoScroller.AutoScroller.mousePress?4(view, evt)
+eric6.WebBrowser.AutoScroll.AutoScroller.AutoScroller.mouseRelease?4(evt)
+eric6.WebBrowser.AutoScroll.AutoScroller.AutoScroller.preferencesChanged?4()
+eric6.WebBrowser.AutoScroll.AutoScroller.AutoScroller.wheel?4()
+eric6.WebBrowser.AutoScroll.AutoScroller.AutoScroller?1(parent=None)
+eric6.WebBrowser.AutoScroll.FrameScroller.FrameScroller.scrollDivider?4()
+eric6.WebBrowser.AutoScroll.FrameScroller.FrameScroller.setPage?4(page)
+eric6.WebBrowser.AutoScroll.FrameScroller.FrameScroller.setScrollDivider?4(divider)
+eric6.WebBrowser.AutoScroll.FrameScroller.FrameScroller.startScrolling?4(lengthX, lengthY)
+eric6.WebBrowser.AutoScroll.FrameScroller.FrameScroller.stopScrolling?4()
+eric6.WebBrowser.AutoScroll.FrameScroller.FrameScroller?1(parent=None)
 eric6.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.accept?4()
 eric6.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.addedNode?4()
 eric6.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.currentIndex?4()
@@ -10790,6 +10804,7 @@
 eric6.WebBrowser.WebBrowserView.WebBrowserView._gestureEvent?5(evt)
 eric6.WebBrowser.WebBrowserView.WebBrowserView._keyPressEvent?5(evt)
 eric6.WebBrowser.WebBrowserView.WebBrowserView._keyReleaseEvent?5(evt)
+eric6.WebBrowser.WebBrowserView.WebBrowserView._mouseMoveEvent?5(evt)
 eric6.WebBrowser.WebBrowserView.WebBrowserView._mousePressEvent?5(evt)
 eric6.WebBrowser.WebBrowserView.WebBrowserView._mouseReleaseEvent?5(evt)
 eric6.WebBrowser.WebBrowserView.WebBrowserView._wheelEvent?5(evt)
@@ -10821,6 +10836,7 @@
 eric6.WebBrowser.WebBrowserView.WebBrowserView.home?4()
 eric6.WebBrowser.WebBrowserView.WebBrowserView.icon?4()
 eric6.WebBrowser.WebBrowserView.WebBrowserView.iconChanged?7
+eric6.WebBrowser.WebBrowserView.WebBrowserView.inputWidget?4()
 eric6.WebBrowser.WebBrowserView.WebBrowserView.isBackwardAvailable?4()
 eric6.WebBrowser.WebBrowserView.WebBrowserView.isForwardAvailable?4()
 eric6.WebBrowser.WebBrowserView.WebBrowserView.isFullScreen?4()
@@ -10858,6 +10874,7 @@
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.BrowserWindows?7
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.UseQtHelp?7
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow._adblockManager?8
+eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow._autoScroller?8
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow._bookmarksManager?8
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow._cookieJar?8
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow._downloadManager?8
@@ -10880,6 +10897,7 @@
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow._webProfile?8
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.adBlockIcon?4()
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.adBlockManager?4()
+eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.autoScroller?4()
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.bookmarkAll?4()
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.bookmarksManager?4()
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.browserAt?4(index)
--- a/APIs/Python3/eric6.bas	Sat Apr 30 13:07:13 2016 +0200
+++ b/APIs/Python3/eric6.bas	Sat Apr 30 20:01:30 2016 +0200
@@ -29,6 +29,7 @@
 Attribute ClbrBaseClasses.Attribute VisibilityMixin
 AuthenticationDialog QDialog Ui_AuthenticationDialog
 AutoSaver QObject
+AutoScroller QObject
 BackgroundService QTcpServer
 BinaryModel QAbstractTableModel
 BookmarkActionSelectionDialog QDialog Ui_BookmarkActionSelectionDialog
@@ -280,6 +281,7 @@
 FollowRedirectReply QObject
 FontDialogWizard QObject
 FontDialogWizardDialog QDialog Ui_FontDialogWizardDialog
+FrameScroller QObject
 FtpAccessHandler SchemeAccessHandler
 FtpDirLineParser QObject
 FtpDirLineParserError Exception
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sat Apr 30 13:07:13 2016 +0200
+++ b/Documentation/Help/source.qhp	Sat Apr 30 20:01:30 2016 +0200
@@ -1071,6 +1071,10 @@
               <section title="eric6.WebBrowser.AdBlock.AdBlockTreeWidget" ref="eric6.WebBrowser.AdBlock.AdBlockTreeWidget.html" />
               <section title="eric6.WebBrowser.AdBlock.AdBlockUrlInterceptor" ref="eric6.WebBrowser.AdBlock.AdBlockUrlInterceptor.html" />
             </section>
+            <section title="eric6.WebBrowser.AutoScroll" ref="index-eric6.WebBrowser.AutoScroll.html">
+              <section title="eric6.WebBrowser.AutoScroll.AutoScroller" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html" />
+              <section title="eric6.WebBrowser.AutoScroll.FrameScroller" ref="eric6.WebBrowser.AutoScroll.FrameScroller.html" />
+            </section>
             <section title="eric6.WebBrowser.Bookmarks" ref="index-eric6.WebBrowser.Bookmarks.html">
               <section title="eric6.WebBrowser.Bookmarks.BookmarksImporters" ref="index-eric6.WebBrowser.Bookmarks.BookmarksImporters.html">
                 <section title="eric6.WebBrowser.Bookmarks.BookmarksImporters.BookmarksImporter" ref="eric6.WebBrowser.Bookmarks.BookmarksImporters.BookmarksImporter.html" />
@@ -1922,6 +1926,20 @@
       <keyword name="AutoSaver.changeOccurred" id="AutoSaver.changeOccurred" ref="eric6.Utilities.AutoSaver.html#AutoSaver.changeOccurred" />
       <keyword name="AutoSaver.saveIfNeccessary" id="AutoSaver.saveIfNeccessary" ref="eric6.Utilities.AutoSaver.html#AutoSaver.saveIfNeccessary" />
       <keyword name="AutoSaver.timerEvent" id="AutoSaver.timerEvent" ref="eric6.Utilities.AutoSaver.html#AutoSaver.timerEvent" />
+      <keyword name="AutoScroll (Package)" id="AutoScroll (Package)" ref="index-eric6.WebBrowser.AutoScroll.html" />
+      <keyword name="AutoScroller" id="AutoScroller" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html#AutoScroller" />
+      <keyword name="AutoScroller (Constructor)" id="AutoScroller (Constructor)" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html#AutoScroller.__init__" />
+      <keyword name="AutoScroller (Module)" id="AutoScroller (Module)" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html" />
+      <keyword name="AutoScroller.__indicatorGlobalRect" id="AutoScroller.__indicatorGlobalRect" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html#AutoScroller.__indicatorGlobalRect" />
+      <keyword name="AutoScroller.__showIndicator" id="AutoScroller.__showIndicator" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html#AutoScroller.__showIndicator" />
+      <keyword name="AutoScroller.__stopScrolling" id="AutoScroller.__stopScrolling" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html#AutoScroller.__stopScrolling" />
+      <keyword name="AutoScroller.eventFilter" id="AutoScroller.eventFilter" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html#AutoScroller.eventFilter" />
+      <keyword name="AutoScroller.isEnabled" id="AutoScroller.isEnabled" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html#AutoScroller.isEnabled" />
+      <keyword name="AutoScroller.mouseMove" id="AutoScroller.mouseMove" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html#AutoScroller.mouseMove" />
+      <keyword name="AutoScroller.mousePress" id="AutoScroller.mousePress" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html#AutoScroller.mousePress" />
+      <keyword name="AutoScroller.mouseRelease" id="AutoScroller.mouseRelease" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html#AutoScroller.mouseRelease" />
+      <keyword name="AutoScroller.preferencesChanged" id="AutoScroller.preferencesChanged" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html#AutoScroller.preferencesChanged" />
+      <keyword name="AutoScroller.wheel" id="AutoScroller.wheel" ref="eric6.WebBrowser.AutoScroll.AutoScroller.html#AutoScroller.wheel" />
       <keyword name="BackgroundClient" id="BackgroundClient" ref="eric6.Utilities.BackgroundClient.html#BackgroundClient" />
       <keyword name="BackgroundClient (Constructor)" id="BackgroundClient (Constructor)" ref="eric6.Utilities.BackgroundClient.html#BackgroundClient.__init__" />
       <keyword name="BackgroundClient (Module)" id="BackgroundClient (Module)" ref="eric6.Utilities.BackgroundClient.html" />
@@ -6019,6 +6037,15 @@
       <keyword name="FontDialogWizardDialog.on_buttonBox_clicked" id="FontDialogWizardDialog.on_buttonBox_clicked" ref="eric6.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_buttonBox_clicked" />
       <keyword name="FontDialogWizardDialog.on_eVariable_textChanged" id="FontDialogWizardDialog.on_eVariable_textChanged" ref="eric6.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_eVariable_textChanged" />
       <keyword name="FontDialogWizardDialog.on_fontButton_clicked" id="FontDialogWizardDialog.on_fontButton_clicked" ref="eric6.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_fontButton_clicked" />
+      <keyword name="FrameScroller" id="FrameScroller" ref="eric6.WebBrowser.AutoScroll.FrameScroller.html#FrameScroller" />
+      <keyword name="FrameScroller (Constructor)" id="FrameScroller (Constructor)" ref="eric6.WebBrowser.AutoScroll.FrameScroller.html#FrameScroller.__init__" />
+      <keyword name="FrameScroller (Module)" id="FrameScroller (Module)" ref="eric6.WebBrowser.AutoScroll.FrameScroller.html" />
+      <keyword name="FrameScroller.__scrollStep" id="FrameScroller.__scrollStep" ref="eric6.WebBrowser.AutoScroll.FrameScroller.html#FrameScroller.__scrollStep" />
+      <keyword name="FrameScroller.scrollDivider" id="FrameScroller.scrollDivider" ref="eric6.WebBrowser.AutoScroll.FrameScroller.html#FrameScroller.scrollDivider" />
+      <keyword name="FrameScroller.setPage" id="FrameScroller.setPage" ref="eric6.WebBrowser.AutoScroll.FrameScroller.html#FrameScroller.setPage" />
+      <keyword name="FrameScroller.setScrollDivider" id="FrameScroller.setScrollDivider" ref="eric6.WebBrowser.AutoScroll.FrameScroller.html#FrameScroller.setScrollDivider" />
+      <keyword name="FrameScroller.startScrolling" id="FrameScroller.startScrolling" ref="eric6.WebBrowser.AutoScroll.FrameScroller.html#FrameScroller.startScrolling" />
+      <keyword name="FrameScroller.stopScrolling" id="FrameScroller.stopScrolling" ref="eric6.WebBrowser.AutoScroll.FrameScroller.html#FrameScroller.stopScrolling" />
       <keyword name="FtpAccessHandler" id="FtpAccessHandler" ref="eric6.Helpviewer.Network.FtpAccessHandler.html#FtpAccessHandler" />
       <keyword name="FtpAccessHandler (Constructor)" id="FtpAccessHandler (Constructor)" ref="eric6.Helpviewer.Network.FtpAccessHandler.html#FtpAccessHandler.__init__" />
       <keyword name="FtpAccessHandler (Module)" id="FtpAccessHandler (Module)" ref="eric6.Helpviewer.Network.FtpAccessHandler.html" />
@@ -15336,6 +15363,7 @@
       <keyword name="WebBrowserView._gestureEvent" id="WebBrowserView._gestureEvent" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView._gestureEvent" />
       <keyword name="WebBrowserView._keyPressEvent" id="WebBrowserView._keyPressEvent" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView._keyPressEvent" />
       <keyword name="WebBrowserView._keyReleaseEvent" id="WebBrowserView._keyReleaseEvent" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView._keyReleaseEvent" />
+      <keyword name="WebBrowserView._mouseMoveEvent" id="WebBrowserView._mouseMoveEvent" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView._mouseMoveEvent" />
       <keyword name="WebBrowserView._mousePressEvent" id="WebBrowserView._mousePressEvent" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView._mousePressEvent" />
       <keyword name="WebBrowserView._mouseReleaseEvent" id="WebBrowserView._mouseReleaseEvent" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView._mouseReleaseEvent" />
       <keyword name="WebBrowserView._wheelEvent" id="WebBrowserView._wheelEvent" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView._wheelEvent" />
@@ -15363,6 +15391,7 @@
       <keyword name="WebBrowserView.hasSelection" id="WebBrowserView.hasSelection" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView.hasSelection" />
       <keyword name="WebBrowserView.home" id="WebBrowserView.home" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView.home" />
       <keyword name="WebBrowserView.icon" id="WebBrowserView.icon" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView.icon" />
+      <keyword name="WebBrowserView.inputWidget" id="WebBrowserView.inputWidget" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView.inputWidget" />
       <keyword name="WebBrowserView.isBackwardAvailable" id="WebBrowserView.isBackwardAvailable" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView.isBackwardAvailable" />
       <keyword name="WebBrowserView.isForwardAvailable" id="WebBrowserView.isForwardAvailable" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView.isForwardAvailable" />
       <keyword name="WebBrowserView.isFullScreen" id="WebBrowserView.isFullScreen" ref="eric6.WebBrowser.WebBrowserView.html#WebBrowserView.isFullScreen" />
@@ -15514,6 +15543,7 @@
       <keyword name="WebBrowserWindow.__zoomValueChanged" id="WebBrowserWindow.__zoomValueChanged" ref="eric6.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__zoomValueChanged" />
       <keyword name="WebBrowserWindow.adBlockIcon" id="WebBrowserWindow.adBlockIcon" ref="eric6.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.adBlockIcon" />
       <keyword name="WebBrowserWindow.adBlockManager" id="WebBrowserWindow.adBlockManager" ref="eric6.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.adBlockManager" />
+      <keyword name="WebBrowserWindow.autoScroller" id="WebBrowserWindow.autoScroller" ref="eric6.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.autoScroller" />
       <keyword name="WebBrowserWindow.bookmarkAll" id="WebBrowserWindow.bookmarkAll" ref="eric6.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.bookmarkAll" />
       <keyword name="WebBrowserWindow.bookmarksManager" id="WebBrowserWindow.bookmarksManager" ref="eric6.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.bookmarksManager" />
       <keyword name="WebBrowserWindow.browserAt" id="WebBrowserWindow.browserAt" ref="eric6.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.browserAt" />
@@ -17431,6 +17461,8 @@
       <file>eric6.WebBrowser.AdBlock.AdBlockSubscription.html</file>
       <file>eric6.WebBrowser.AdBlock.AdBlockTreeWidget.html</file>
       <file>eric6.WebBrowser.AdBlock.AdBlockUrlInterceptor.html</file>
+      <file>eric6.WebBrowser.AutoScroll.AutoScroller.html</file>
+      <file>eric6.WebBrowser.AutoScroll.FrameScroller.html</file>
       <file>eric6.WebBrowser.Bookmarks.AddBookmarkDialog.html</file>
       <file>eric6.WebBrowser.Bookmarks.BookmarkNode.html</file>
       <file>eric6.WebBrowser.Bookmarks.BookmarkPropertiesDialog.html</file>
@@ -17722,6 +17754,7 @@
       <file>index-eric6.VCS.html</file>
       <file>index-eric6.ViewManager.html</file>
       <file>index-eric6.WebBrowser.AdBlock.html</file>
+      <file>index-eric6.WebBrowser.AutoScroll.html</file>
       <file>index-eric6.WebBrowser.Bookmarks.BookmarksImporters.html</file>
       <file>index-eric6.WebBrowser.Bookmarks.html</file>
       <file>index-eric6.WebBrowser.CookieJar.html</file>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric6.WebBrowser.AutoScroll.AutoScroller.html	Sat Apr 30 20:01:30 2016 +0200
@@ -0,0 +1,275 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.WebBrowser.AutoScroll.AutoScroller</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body><a NAME="top" ID="top"></a>
+<h1>eric6.WebBrowser.AutoScroll.AutoScroller</h1>
+<p>
+Module implementing the automatic scroller.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#AutoScroller">AutoScroller</a></td>
+<td>Class implementing the automatic scroller.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="AutoScroller" ID="AutoScroller"></a>
+<h2>AutoScroller</h2>
+<p>
+    Class implementing the automatic scroller.
+</p>
+<h3>Derived from</h3>
+QObject
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#AutoScroller.__init__">AutoScroller</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#AutoScroller.__indicatorGlobalRect">__indicatorGlobalRect</a></td>
+<td>Private method to calculate the global indicator parameters.</td>
+</tr><tr>
+<td><a href="#AutoScroller.__showIndicator">__showIndicator</a></td>
+<td>Private method to show the auto scroll indicator.</td>
+</tr><tr>
+<td><a href="#AutoScroller.__stopScrolling">__stopScrolling</a></td>
+<td>Private method to stop scrolling.</td>
+</tr><tr>
+<td><a href="#AutoScroller.eventFilter">eventFilter</a></td>
+<td>Public method to handle event for an object.</td>
+</tr><tr>
+<td><a href="#AutoScroller.isEnabled">isEnabled</a></td>
+<td>Public method to get the enabled state.</td>
+</tr><tr>
+<td><a href="#AutoScroller.mouseMove">mouseMove</a></td>
+<td>Public method to handle mouse move events.</td>
+</tr><tr>
+<td><a href="#AutoScroller.mousePress">mousePress</a></td>
+<td>Public method to handle mouse button presses.</td>
+</tr><tr>
+<td><a href="#AutoScroller.mouseRelease">mouseRelease</a></td>
+<td>Public method to handle mouse button releases.</td>
+</tr><tr>
+<td><a href="#AutoScroller.preferencesChanged">preferencesChanged</a></td>
+<td>Public method to handle a change of the settings.</td>
+</tr><tr>
+<td><a href="#AutoScroller.wheel">wheel</a></td>
+<td>Public method to handle a mouse wheel event.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="AutoScroller.__init__" ID="AutoScroller.__init__"></a>
+<h4>AutoScroller (Constructor)</h4>
+<b>AutoScroller</b>(<i>parent=None</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>parent</i> (QObject)</dt>
+<dd>
+reference to the parent object
+</dd>
+</dl><a NAME="AutoScroller.__indicatorGlobalRect" ID="AutoScroller.__indicatorGlobalRect"></a>
+<h4>AutoScroller.__indicatorGlobalRect</h4>
+<b>__indicatorGlobalRect</b>(<i></i>)
+<p>
+        Private method to calculate the global indicator parameters.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+global indicator parameters
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+QRect
+</dd>
+</dl><a NAME="AutoScroller.__showIndicator" ID="AutoScroller.__showIndicator"></a>
+<h4>AutoScroller.__showIndicator</h4>
+<b>__showIndicator</b>(<i>view, pos</i>)
+<p>
+        Private method to show the auto scroll indicator.
+</p><dl>
+<dt><i>view</i> (WebBrowserView)</dt>
+<dd>
+reference to the view to show the indicator on
+</dd><dt><i>pos</i> (QPoint)</dt>
+<dd>
+position to show the indicator at
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating, that the indicator is shown
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl><a NAME="AutoScroller.__stopScrolling" ID="AutoScroller.__stopScrolling"></a>
+<h4>AutoScroller.__stopScrolling</h4>
+<b>__stopScrolling</b>(<i></i>)
+<p>
+        Private method to stop scrolling.
+</p><a NAME="AutoScroller.eventFilter" ID="AutoScroller.eventFilter"></a>
+<h4>AutoScroller.eventFilter</h4>
+<b>eventFilter</b>(<i>obj, evt</i>)
+<p>
+        Public method to handle event for an object.
+</p><dl>
+<dt><i>obj</i> (QObject)</dt>
+<dd>
+refernce to the object sending the event
+</dd><dt><i>evt</i> (QEvent)</dt>
+<dd>
+reference to the event to be handled
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating, that the event was handled
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl><a NAME="AutoScroller.isEnabled" ID="AutoScroller.isEnabled"></a>
+<h4>AutoScroller.isEnabled</h4>
+<b>isEnabled</b>(<i></i>)
+<p>
+        Public method to get the enabled state.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+enabled state
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl><a NAME="AutoScroller.mouseMove" ID="AutoScroller.mouseMove"></a>
+<h4>AutoScroller.mouseMove</h4>
+<b>mouseMove</b>(<i>evt</i>)
+<p>
+        Public method to handle mouse move events.
+</p><dl>
+<dt><i>evt</i> (QMouseEvent)</dt>
+<dd>
+reference to the mouse move event
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating, that the event was handled
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl><a NAME="AutoScroller.mousePress" ID="AutoScroller.mousePress"></a>
+<h4>AutoScroller.mousePress</h4>
+<b>mousePress</b>(<i>view, evt</i>)
+<p>
+        Public method to handle mouse button presses.
+</p><dl>
+<dt><i>view</i> (WebBrowserView)</dt>
+<dd>
+reference to the web view the button was pressed on
+</dd><dt><i>evt</i> (QMouseEvent)</dt>
+<dd>
+reference to the mouse button press event
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating, that the event was handled
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl><a NAME="AutoScroller.mouseRelease" ID="AutoScroller.mouseRelease"></a>
+<h4>AutoScroller.mouseRelease</h4>
+<b>mouseRelease</b>(<i>evt</i>)
+<p>
+        Public method to handle mouse button releases.
+</p><dl>
+<dt><i>evt</i> (QMouseEvent)</dt>
+<dd>
+reference to the mouse button release event
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating, that the event was handled
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl><a NAME="AutoScroller.preferencesChanged" ID="AutoScroller.preferencesChanged"></a>
+<h4>AutoScroller.preferencesChanged</h4>
+<b>preferencesChanged</b>(<i></i>)
+<p>
+        Public method to handle a change of the settings.
+</p><a NAME="AutoScroller.wheel" ID="AutoScroller.wheel"></a>
+<h4>AutoScroller.wheel</h4>
+<b>wheel</b>(<i></i>)
+<p>
+        Public method to handle a mouse wheel event.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating, that the event was handled
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric6.WebBrowser.AutoScroll.FrameScroller.html	Sat Apr 30 20:01:30 2016 +0200
@@ -0,0 +1,157 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.WebBrowser.AutoScroll.FrameScroller</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body><a NAME="top" ID="top"></a>
+<h1>eric6.WebBrowser.AutoScroll.FrameScroller</h1>
+<p>
+Module implementing an object to scroll a web page.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#FrameScroller">FrameScroller</a></td>
+<td>Class implementing a web page scroller object.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="FrameScroller" ID="FrameScroller"></a>
+<h2>FrameScroller</h2>
+<p>
+    Class implementing a web page scroller object.
+</p>
+<h3>Derived from</h3>
+QObject
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#FrameScroller.__init__">FrameScroller</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#FrameScroller.__scrollStep">__scrollStep</a></td>
+<td>Private slot to scroll one step.</td>
+</tr><tr>
+<td><a href="#FrameScroller.scrollDivider">scrollDivider</a></td>
+<td>Public method to get the current scroll divider value.</td>
+</tr><tr>
+<td><a href="#FrameScroller.setPage">setPage</a></td>
+<td>Public method to set the web page to be scrolled.</td>
+</tr><tr>
+<td><a href="#FrameScroller.setScrollDivider">setScrollDivider</a></td>
+<td>Public method to set the scroll divider value.</td>
+</tr><tr>
+<td><a href="#FrameScroller.startScrolling">startScrolling</a></td>
+<td>Public method to start scrolling.</td>
+</tr><tr>
+<td><a href="#FrameScroller.stopScrolling">stopScrolling</a></td>
+<td>Public method to stop scrolling.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="FrameScroller.__init__" ID="FrameScroller.__init__"></a>
+<h4>FrameScroller (Constructor)</h4>
+<b>FrameScroller</b>(<i>parent=None</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>parent</i> (QObject)</dt>
+<dd>
+reference to the parent object
+</dd>
+</dl><a NAME="FrameScroller.__scrollStep" ID="FrameScroller.__scrollStep"></a>
+<h4>FrameScroller.__scrollStep</h4>
+<b>__scrollStep</b>(<i></i>)
+<p>
+        Private slot to scroll one step.
+</p><a NAME="FrameScroller.scrollDivider" ID="FrameScroller.scrollDivider"></a>
+<h4>FrameScroller.scrollDivider</h4>
+<b>scrollDivider</b>(<i></i>)
+<p>
+        Public method to get the current scroll divider value.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+scroll divider
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+float
+</dd>
+</dl><a NAME="FrameScroller.setPage" ID="FrameScroller.setPage"></a>
+<h4>FrameScroller.setPage</h4>
+<b>setPage</b>(<i>page</i>)
+<p>
+        Public method to set the web page to be scrolled.
+</p><dl>
+<dt><i>page</i> (WebBrowserPage)</dt>
+<dd>
+page to be scrolled
+</dd>
+</dl><a NAME="FrameScroller.setScrollDivider" ID="FrameScroller.setScrollDivider"></a>
+<h4>FrameScroller.setScrollDivider</h4>
+<b>setScrollDivider</b>(<i>divider</i>)
+<p>
+        Public method to set the scroll divider value.
+</p><dl>
+<dt><i>divider</i> (float)</dt>
+<dd>
+scroll divider
+</dd>
+</dl><a NAME="FrameScroller.startScrolling" ID="FrameScroller.startScrolling"></a>
+<h4>FrameScroller.startScrolling</h4>
+<b>startScrolling</b>(<i>lengthX, lengthY</i>)
+<p>
+        Public method to start scrolling.
+</p><dl>
+<dt><i>lengthX</i> (int)</dt>
+<dd>
+X distance from scroll indicator
+</dd><dt><i>lengthY</i> (int)</dt>
+<dd>
+Y distance from scroll indicator
+</dd>
+</dl><a NAME="FrameScroller.stopScrolling" ID="FrameScroller.stopScrolling"></a>
+<h4>FrameScroller.stopScrolling</h4>
+<b>stopScrolling</b>(<i></i>)
+<p>
+        Public method to stop scrolling.
+</p>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file
--- a/Documentation/Source/eric6.WebBrowser.WebBrowserView.html	Sat Apr 30 13:07:13 2016 +0200
+++ b/Documentation/Source/eric6.WebBrowser.WebBrowserView.html	Sat Apr 30 20:01:30 2016 +0200
@@ -231,6 +231,9 @@
 <td><a href="#WebBrowserView._keyReleaseEvent">_keyReleaseEvent</a></td>
 <td>Protected method called by a key release.</td>
 </tr><tr>
+<td><a href="#WebBrowserView._mouseMoveEvent">_mouseMoveEvent</a></td>
+<td>Protected method to handle mouse move events.</td>
+</tr><tr>
 <td><a href="#WebBrowserView._mousePressEvent">_mousePressEvent</a></td>
 <td>Protected method called by a mouse press event.</td>
 </tr><tr>
@@ -312,6 +315,9 @@
 <td><a href="#WebBrowserView.icon">icon</a></td>
 <td>Public method to get the web site icon.</td>
 </tr><tr>
+<td><a href="#WebBrowserView.inputWidget">inputWidget</a></td>
+<td>Public method to get a reference to the render widget.</td>
+</tr><tr>
 <td><a href="#WebBrowserView.isBackwardAvailable">isBackwardAvailable</a></td>
 <td>Public method to determine, if a backwards move in history is possible.</td>
 </tr><tr>
@@ -803,6 +809,16 @@
 <dd>
 reference to the key event (QKeyEvent)
 </dd>
+</dl><a NAME="WebBrowserView._mouseMoveEvent" ID="WebBrowserView._mouseMoveEvent"></a>
+<h4>WebBrowserView._mouseMoveEvent</h4>
+<b>_mouseMoveEvent</b>(<i>evt</i>)
+<p>
+        Protected method to handle mouse move events.
+</p><dl>
+<dt><i>evt</i></dt>
+<dd>
+reference to the mouse event (QMouseEvent)
+</dd>
 </dl><a NAME="WebBrowserView._mousePressEvent" ID="WebBrowserView._mousePressEvent"></a>
 <h4>WebBrowserView._mousePressEvent</h4>
 <b>_mousePressEvent</b>(<i>evt</i>)
@@ -1079,6 +1095,21 @@
 <dd>
 QIcon
 </dd>
+</dl><a NAME="WebBrowserView.inputWidget" ID="WebBrowserView.inputWidget"></a>
+<h4>WebBrowserView.inputWidget</h4>
+<b>inputWidget</b>(<i></i>)
+<p>
+        Public method to get a reference to the render widget.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+reference to the render widget
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+QWidget
+</dd>
 </dl><a NAME="WebBrowserView.isBackwardAvailable" ID="WebBrowserView.isBackwardAvailable"></a>
 <h4>WebBrowserView.isBackwardAvailable</h4>
 <b>isBackwardAvailable</b>(<i></i>)
--- a/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html	Sat Apr 30 13:07:13 2016 +0200
+++ b/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html	Sat Apr 30 20:01:30 2016 +0200
@@ -58,7 +58,7 @@
 E5MainWindow
 <h3>Class Attributes</h3>
 <table>
-<tr><td>BrowserWindows</td></tr><tr><td>UseQtHelp</td></tr><tr><td>_adblockManager</td></tr><tr><td>_bookmarksManager</td></tr><tr><td>_cookieJar</td></tr><tr><td>_downloadManager</td></tr><tr><td>_featurePermissionManager</td></tr><tr><td>_feedsManager</td></tr><tr><td>_flashCookieManager</td></tr><tr><td>_fromEric</td></tr><tr><td>_greaseMonkeyManager</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_imageSearchEngine</td></tr><tr><td>_isPrivate</td></tr><tr><td>_networkManager</td></tr><tr><td>_notification</td></tr><tr><td>_passwordManager</td></tr><tr><td>_personalInformationManager</td></tr><tr><td>_speedDial</td></tr><tr><td>_syncManager</td></tr><tr><td>_userAgentsManager</td></tr><tr><td>_webProfile</td></tr>
+<tr><td>BrowserWindows</td></tr><tr><td>UseQtHelp</td></tr><tr><td>_adblockManager</td></tr><tr><td>_autoScroller</td></tr><tr><td>_bookmarksManager</td></tr><tr><td>_cookieJar</td></tr><tr><td>_downloadManager</td></tr><tr><td>_featurePermissionManager</td></tr><tr><td>_feedsManager</td></tr><tr><td>_flashCookieManager</td></tr><tr><td>_fromEric</td></tr><tr><td>_greaseMonkeyManager</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_imageSearchEngine</td></tr><tr><td>_isPrivate</td></tr><tr><td>_networkManager</td></tr><tr><td>_notification</td></tr><tr><td>_passwordManager</td></tr><tr><td>_personalInformationManager</td></tr><tr><td>_speedDial</td></tr><tr><td>_syncManager</td></tr><tr><td>_userAgentsManager</td></tr><tr><td>_webProfile</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>
@@ -66,6 +66,9 @@
 <td><a href="#WebBrowserWindow.adBlockManager">adBlockManager</a></td>
 <td>Class method to get a reference to the AdBlock manager.</td>
 </tr><tr>
+<td><a href="#WebBrowserWindow.autoScroller">autoScroller</a></td>
+<td>Class method to get a reference to the auto scroller.</td>
+</tr><tr>
 <td><a href="#WebBrowserWindow.bookmarksManager">bookmarksManager</a></td>
 <td>Class method to get a reference to the bookmarks manager.</td>
 </tr><tr>
@@ -568,6 +571,21 @@
 <dd>
 reference to the AdBlock manager (AdBlockManager)
 </dd>
+</dl><a NAME="WebBrowserWindow.autoScroller" ID="WebBrowserWindow.autoScroller"></a>
+<h4>WebBrowserWindow.autoScroller (class method)</h4>
+<b>autoScroller</b>(<i></i>)
+<p>
+        Class method to get a reference to the auto scroller.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+reference to the auto scroller object
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+AutoScroller
+</dd>
 </dl><a NAME="WebBrowserWindow.bookmarksManager" ID="WebBrowserWindow.bookmarksManager"></a>
 <h4>WebBrowserWindow.bookmarksManager (class method)</h4>
 <b>bookmarksManager</b>(<i></i>)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/index-eric6.WebBrowser.AutoScroll.html	Sat Apr 30 20:01:30 2016 +0200
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.WebBrowser.AutoScroll</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body>
+<h1>eric6.WebBrowser.AutoScroll</h1>
+<p>
+Package implementing the auto scroll function.
+</p>
+
+
+<h3>Modules</h3>
+<table>
+<tr>
+<td><a href="eric6.WebBrowser.AutoScroll.AutoScroller.html">AutoScroller</a></td>
+<td>Module implementing the automatic scroller.</td>
+</tr><tr>
+<td><a href="eric6.WebBrowser.AutoScroll.FrameScroller.html">FrameScroller</a></td>
+<td>Module implementing an object to scroll a web page.</td>
+</tr>
+</table>
+</body></html>
\ No newline at end of file
--- a/Documentation/Source/index-eric6.WebBrowser.html	Sat Apr 30 13:07:13 2016 +0200
+++ b/Documentation/Source/index-eric6.WebBrowser.html	Sat Apr 30 20:01:30 2016 +0200
@@ -37,6 +37,9 @@
 <td><a href="index-eric6.WebBrowser.AdBlock.html">AdBlock</a></td>
 <td>Package implementing the advertisements blocker functionality.</td>
 </tr><tr>
+<td><a href="index-eric6.WebBrowser.AutoScroll.html">AutoScroll</a></td>
+<td>Package implementing the auto scroll function.</td>
+</tr><tr>
 <td><a href="index-eric6.WebBrowser.Bookmarks.html">Bookmarks</a></td>
 <td>Package implementing the bookmarks system.</td>
 </tr><tr>
--- a/Preferences/ConfigurationPages/WebBrowserPage.py	Sat Apr 30 13:07:13 2016 +0200
+++ b/Preferences/ConfigurationPages/WebBrowserPage.py	Sat Apr 30 20:01:30 2016 +0200
@@ -145,6 +145,11 @@
         self.xssAuditingCheckBox.setChecked(
             Preferences.getWebBrowser("XSSAuditingEnabled"))
         
+        self.autoScrollGroupBox.setChecked(
+            Preferences.getWebBrowser("AutoScrollEnabled"))
+        self.autoScrollDividerSpinBox.setValue(
+            Preferences.getWebBrowser("AutoScrollDivider"))
+        
         self.webInspectorGroup.setChecked(
             Preferences.getWebBrowser("WebInspectorEnabled"))
         self.webInspectorPortSpinBox.setValue(
@@ -261,6 +266,13 @@
             self.xssAuditingCheckBox.isChecked())
         
         Preferences.setWebBrowser(
+            "AutoScrollEnabled",
+            self.autoScrollGroupBox.isChecked())
+        Preferences.setWebBrowser(
+            "AutoScrollDivider",
+            self.autoScrollDividerSpinBox.value())
+        
+        Preferences.setWebBrowser(
             "WebInspectorEnabled",
             self.webInspectorGroup.isChecked())
         Preferences.setWebBrowser(
--- a/Preferences/ConfigurationPages/WebBrowserPage.ui	Sat Apr 30 13:07:13 2016 +0200
+++ b/Preferences/ConfigurationPages/WebBrowserPage.ui	Sat Apr 30 20:01:30 2016 +0200
@@ -7,10 +7,10 @@
     <x>0</x>
     <y>0</y>
     <width>616</width>
-    <height>1329</height>
+    <height>1533</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout">
+  <layout class="QVBoxLayout" name="verticalLayout_3">
    <item>
     <widget class="QLabel" name="headerLabel">
      <property name="text">
@@ -606,6 +606,84 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="autoScrollGroupBox">
+     <property name="toolTip">
+      <string>Select to enable the auto-scroller</string>
+     </property>
+     <property name="title">
+      <string>Automatic Scrolling</string>
+     </property>
+     <property name="checkable">
+      <bool>true</bool>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout">
+      <item>
+       <widget class="QLabel" name="label_11">
+        <property name="text">
+         <string>This function is activated by a Mouse Middle Click.</string>
+        </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <layout class="QHBoxLayout" name="horizontalLayout_5">
+        <item>
+         <widget class="QLabel" name="label_9">
+          <property name="text">
+           <string>Scroll Divider:</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QDoubleSpinBox" name="autoScrollDividerSpinBox">
+          <property name="toolTip">
+           <string>Enter the auto-scroll divider value</string>
+          </property>
+          <property name="alignment">
+           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+          </property>
+          <property name="decimals">
+           <number>1</number>
+          </property>
+          <property name="minimum">
+           <double>1.000000000000000</double>
+          </property>
+          <property name="maximum">
+           <double>99.900000000000006</double>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <spacer name="horizontalSpacer_7">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+       </layout>
+      </item>
+      <item>
+       <widget class="QLabel" name="label_10">
+        <property name="text">
+         <string>&lt;b&gt;Note:&lt;/b&gt; Setting higher divider will slow down scrolling.</string>
+        </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="webInspectorGroup">
      <property name="toolTip">
       <string>Select to enable the Web Inspector tool</string>
@@ -710,6 +788,8 @@
   <tabstop>imageSearchComboBox</tabstop>
   <tabstop>spatialCheckBox</tabstop>
   <tabstop>linksInFocusChainCheckBox</tabstop>
+  <tabstop>autoScrollGroupBox</tabstop>
+  <tabstop>autoScrollDividerSpinBox</tabstop>
   <tabstop>webInspectorGroup</tabstop>
   <tabstop>webInspectorPortSpinBox</tabstop>
  </tabstops>
--- a/Preferences/__init__.py	Sat Apr 30 13:07:13 2016 +0200
+++ b/Preferences/__init__.py	Sat Apr 30 20:01:30 2016 +0200
@@ -1041,6 +1041,9 @@
         "FilterTrackingCookies": True,
         "SaveUrlColor": QColor(184, 248, 169),
         "UserAgent": "",
+        # Auto Scroller
+        "AutoScrollEnabled": True,
+        "AutoScrollDivider": 8.0,
         # Grease Monkey
         "GreaseMonkeyDisabledScripts": [],
         # Downloads
@@ -2627,7 +2630,7 @@
                  "SyncEncryptPasswordsOnly",
                  "WarnOnMultipleClose", "ClickToFlashEnabled",
                  "FlashCookiesDeleteOnStartExit", "FlashCookieAutoRefresh",
-                 "FlashCookieNotify",
+                 "FlashCookieNotify", 
                  ]:
         return toBool(prefClass.settings.value(
             "Help/" + key, prefClass.helpDefaults[key]))
@@ -2810,6 +2813,7 @@
                  "DoNotTrack", "SendReferer", "FilterTrackingCookies",
                  "AdBlockEnabled", "AdBlockUseLimitedEasyList",
                  "PluginsEnabled", "FullScreenSupportEnabled",
+                 "AutoScrollEnabled",
                  ]:
         return toBool(prefClass.settings.value(
             "WebBrowser/" + key, prefClass.webBrowserDefaults[key]))
@@ -2818,6 +2822,9 @@
                  ]:
         return toList(prefClass.settings.value(
             "WebBrowser/" + key, prefClass.helpDefaults[key]))
+    elif key in ["AutoScrollDivider"]:
+        return float(prefClass.settings.value(
+            "WebBrowser/" + key, prefClass.webBrowserDefaults[key]))
     else:
         return prefClass.settings.value("WebBrowser/" + key,
                                         prefClass.webBrowserDefaults[key])
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebBrowser/AutoScroll/AutoScroller.py	Sat Apr 30 20:01:30 2016 +0200
@@ -0,0 +1,260 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2016 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Module implementing the automatic scroller.
+"""
+
+#
+# This module is based on the Qupzilla auto scroller.
+# Copyright (C) 2014  David Rosca <nowrep@gmail.com>
+#
+
+from __future__ import unicode_literals
+
+from PyQt5.QtCore import Qt, QObject, QRect, QEvent, QPoint
+from PyQt5.QtWidgets import QApplication, QLabel
+
+from .FrameScroller import FrameScroller
+
+import Preferences
+import UI.PixmapCache
+
+
+class AutoScroller(QObject):
+    """
+    Class implementing the automatic scroller.
+    """
+    def __init__(self, parent=None):
+        """
+        Constructor
+        
+        @param parent reference to the parent object
+        @type QObject
+        """
+        super(AutoScroller, self).__init__(parent)
+        
+        self.__view = None
+        
+        self.__indicator = QLabel()
+        self.__indicator.resize(32, 32)
+        self.__indicator.setContentsMargins(0, 0, 0, 0)
+        self.__indicator.installEventFilter(self)
+        
+        self.__scroller = FrameScroller(self)
+        self.__scroller.setScrollDivider(
+            Preferences.getWebBrowser("AutoScrollDivider"))
+        
+        self.__enabled = Preferences.getWebBrowser("AutoScrollEnabled")
+    
+    def isEnabled(self):
+        """
+        Public method to get the enabled state.
+        
+        @return enabled state
+        @rtype bool
+        """
+        return self.__enabled
+    
+    def mouseMove(self, evt):
+        """
+        Public method to handle mouse move events.
+        
+        @param evt reference to the mouse move event
+        @type QMouseEvent
+        @return flag indicating, that the event was handled
+        @rtype bool
+        """
+        if self.__enabled and self.__indicator.isVisible():
+            rect = self.__indicatorGlobalRect()
+            xlen = 0
+            ylen = 0
+            egp = evt.globalPos()
+            
+            if rect.left() > egp.x():
+                xlen = egp.x() - rect.left()
+            elif rect.right() < egp.x():
+                xlen = egp.x() - rect.right()
+            
+            if rect.top() > egp.y():
+                ylen = egp.y() - rect.top()
+            elif rect.bottom() < egp.y():
+                ylen = egp.y() - rect.bottom()
+            
+            self.__scroller.startScrolling(xlen, ylen)
+        
+        return False
+    
+    def mousePress(self, view, evt):
+        """
+        Public method to handle mouse button presses.
+        
+        @param view reference to the web view the button was pressed on
+        @type WebBrowserView
+        @param evt reference to the mouse button press event
+        @type QMouseEvent
+        @return flag indicating, that the event was handled
+        @rtype bool
+        """
+        if self.__enabled:
+            middleButton = evt.buttons() == Qt.MiddleButton
+            
+            if view:
+                # test for start
+                if self.__view != view and middleButton:
+                    return self.__showIndicator(view, evt.pos())
+                elif not self.__indicator.isVisible() and middleButton:
+                    return self.__showIndicator(view, evt.pos())
+                
+                # test for stop
+                if self.__indicator.isVisible():
+                    self.__stopScrolling()
+                    return True
+        
+        return False
+    
+    def mouseRelease(self, evt):
+        """
+        Public method to handle mouse button releases.
+        
+        @param evt reference to the mouse button release event
+        @type QMouseEvent
+        @return flag indicating, that the event was handled
+        @rtype bool
+        """
+        if self.__enabled and self.__indicator.isVisible():
+            if not self.__indicatorGlobalRect().contains(
+                    evt.globalPos()):
+                self.__stopScrolling()
+            return True
+        
+        return False
+    
+    def wheel(self):
+        """
+        Public method to handle a mouse wheel event.
+        
+        @return flag indicating, that the event was handled
+        @rtype bool
+        """
+        if self.__enabled and self.__indicator.isVisible():
+            self.__stopScrolling()
+            return True
+        
+        return False
+    
+    def preferencesChanged(self):
+        """
+        Public method to handle a change of the settings.
+        """
+        enabled = Preferences.getWebBrowser("AutoScrollEnabled")
+        if enabled != self.__enabled:
+            if self.__indicator.isVisible():
+                self.__stopScrolling()
+            self.__enabled = enabled
+        
+        self.__scroller.setScrollDivider(
+            Preferences.getWebBrowser("AutoScrollDivider"))
+    
+    def eventFilter(self, obj, evt):
+        """
+        Public method to handle event for an object.
+        
+        @param obj refernce to the object sending the event
+        @type QObject
+        @param evt reference to the event to be handled
+        @type QEvent
+        @return flag indicating, that the event was handled
+        @rtype bool
+        """
+        if obj == self.__indicator:
+            if evt.type() == QEvent.Enter:
+                self.__scroller.stopScrolling()
+            elif evt.type() in [QEvent.Wheel, QEvent.Hide,
+                                QEvent.MouseButtonPress]:
+                self.__stopScrolling()
+        
+        return False
+    
+    def __showIndicator(self, view, pos):
+        """
+        Private method to show the auto scroll indicator.
+        
+        @param view reference to the view to show the indicator on
+        @type WebBrowserView
+        @param pos position to show the indicator at
+        @type QPoint
+        @return flag indicating, that the indicator is shown
+        @rtype bool
+        """
+        hit = view.page().hitTestContent(pos)
+        
+        if hit.isContentEditable() or not hit.linkUrl().isEmpty():
+            return False
+        
+        jsSource = """
+            var out = {
+             vertical: 
+                window.innerWidth > document.documentElement.clientWidth,
+             horizontal: 
+                window.innerHeight > document.documentElement.clientHeight
+            };
+            out;"""
+        
+        res = view.page().execJavaScript(jsSource)
+        vertical = res["vertical"]
+        horizontal = res["horizontal"]
+        if not vertical and not horizontal:
+            return False
+        
+        if vertical and horizontal:
+            self.__indicator.setPixmap(
+                UI.PixmapCache.getPixmap("scrollAll.png"))
+        elif vertical:
+            self.__indicator.setPixmap(
+                UI.PixmapCache.getPixmap("scrollVertical.png"))
+        else:
+            self.__indicator.setPixmap(
+                UI.PixmapCache.getPixmap("scrollHorizontal.png"))
+        
+        self.__view = view
+        p = QPoint(
+            pos.x() - self.__indicator.pixmap().width() // 2,
+            pos.y() - self.__indicator.pixmap().height() // 2
+        )
+        
+        self.__indicator.setParent(self.__view)
+        self.__indicator.move(p)
+        self.__indicator.show()
+        
+        self.__scroller.setPage(view.page())
+        
+        self.__view.inputWidget().grabMouse()
+        QApplication.setOverrideCursor(Qt.ArrowCursor)
+        
+        return True
+    
+    def __stopScrolling(self):
+        """
+        Private method to stop scrolling.
+        """
+        self.__view.inputWidget().releaseMouse()
+        QApplication.restoreOverrideCursor()
+        
+        self.__indicator.hide()
+        self.__indicator.setParent(None)
+        self.__scroller.stopScrolling()
+    
+    def __indicatorGlobalRect(self):
+        """
+        Private method to calculate the global indicator parameters.
+        
+        @return global indicator parameters
+        @rtype QRect
+        """
+        pos = self.__indicator.parentWidget().mapToGlobal(
+            self.__indicator.geometry().topLeft())
+        return QRect(pos.x(), pos.y(),
+                     self.__indicator.width(), self.__indicator.height())
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebBrowser/AutoScroll/FrameScroller.py	Sat Apr 30 20:01:30 2016 +0200
@@ -0,0 +1,103 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2016 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Module implementing an object to scroll a web page.
+"""
+
+#
+# This module is based on the Qupzilla frame scroller.
+# Copyright (C) 2014  David Rosca <nowrep@gmail.com>
+#
+
+from __future__ import unicode_literals
+
+import math
+
+from PyQt5.QtCore import pyqtSlot, QObject, QTimer
+
+
+class FrameScroller(QObject):
+    """
+    Class implementing a web page scroller object.
+    """
+    def __init__(self, parent=None):
+        """
+        Constructor
+        
+        @param parent reference to the parent object
+        @type QObject
+        """
+        super(FrameScroller, self).__init__(parent)
+        
+        self.__page = None
+        
+        self.__lengthX = 0
+        self.__lengthY = 0
+        self.__divider = 8.0
+        
+        self.__timer = QTimer(self)
+        self.__timer.setInterval(10)
+        self.__timer.timeout.connect(self.__scrollStep)
+    
+    def setPage(self, page):
+        """
+        Public method to set the web page to be scrolled.
+        
+        @param page page to be scrolled
+        @type WebBrowserPage 
+        """
+        self.__page = page
+    
+    def scrollDivider(self):
+        """
+        Public method to get the current scroll divider value.
+        
+        @return scroll divider
+        @rtype float
+        """
+        return self.__divider
+    
+    def setScrollDivider(self, divider):
+        """
+        Public method to set the scroll divider value.
+        
+        @param divider scroll divider
+        @type float
+        """
+        self.__divider = divider
+    
+    def startScrolling(self, lengthX, lengthY):
+        """
+        Public method to start scrolling.
+        
+        @param lengthX X distance from scroll indicator
+        @type int
+        @param lengthY Y distance from scroll indicator
+        @type int
+        """
+        self.__lengthX = lengthX
+        self.__lengthY = lengthY
+        
+        if not self.__lengthX and not self.__lengthY:
+            self.__timer.stop()
+        elif not self.__timer.isActive():
+            self.__timer.start()
+    
+    def stopScrolling(self):
+        """
+        Public method to stop scrolling.
+        """
+        self.__timer.stop()
+    
+    @pyqtSlot()
+    def __scrollStep(self):
+        """
+        Private slot to scroll one step.
+        """
+        self.__page.scroll(
+            math.ceil(self.__lengthX / self.__divider),
+            math.ceil(self.__lengthY / self.__divider)
+        )
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebBrowser/AutoScroll/__init__.py	Sat Apr 30 20:01:30 2016 +0200
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2016 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Package implementing the auto scroll function.
+"""
--- a/WebBrowser/WebBrowserView.py	Sat Apr 30 13:07:13 2016 +0200
+++ b/WebBrowser/WebBrowserView.py	Sat Apr 30 20:01:30 2016 +0200
@@ -23,6 +23,7 @@
 
 from E5Gui import E5MessageBox
 
+from WebBrowser.WebBrowserWindow import WebBrowserWindow
 from .WebBrowserPage import WebBrowserPage
 
 from .Tools.WebIconLoader import WebIconLoader
@@ -76,7 +77,6 @@
         self.__rwhvqt = None
         self.installEventFilter(self)
         
-        from WebBrowser.WebBrowserWindow import WebBrowserWindow
         self.__speedDial = WebBrowserWindow.speedDial()
         
         self.__page = WebBrowserPage(self)
@@ -578,8 +578,6 @@
         @param hitTest reference to the hit test object
         @type WebHitTestResult
         """
-        from WebBrowser.WebBrowserWindow import WebBrowserWindow
-        
         if not menu.isEmpty():
             menu.addSeparator()
         
@@ -987,7 +985,6 @@
         """
         Private slot to add a block rule for an image URL.
         """
-        from WebBrowser.WebBrowserWindow import WebBrowserWindow
         act = self.sender()
         url = act.data()
         dlg = WebBrowserWindow.adBlockManager().showDialog()
@@ -1173,13 +1170,19 @@
         
         @param evt reference to the mouse event (QMouseEvent)
         """
+        if WebBrowserWindow.autoScroller().mousePress(self, evt):
+            evt.accept()
+            return
+        
         self.__mw.setEventMouseButtons(evt.buttons())
         self.__mw.setEventKeyboardModifiers(evt.modifiers())
         
         if evt.button() == Qt.XButton1:
             self.pageAction(QWebEnginePage.Back).trigger()
+            evt.accept()
         elif evt.button() == Qt.XButton2:
             self.pageAction(QWebEnginePage.Forward).trigger()
+            evt.accept()
         else:
             super(WebBrowserView, self).mousePressEvent(evt)
     
@@ -1189,6 +1192,10 @@
         
         @param evt reference to the mouse event (QMouseEvent)
         """
+        if WebBrowserWindow.autoScroller().mouseRelease(evt):
+            evt.accept()
+            return
+        
         accepted = evt.isAccepted()
         self.__page.event(evt)
         if not evt.isAccepted() and \
@@ -1202,12 +1209,25 @@
                 self.setSource(url)
         evt.setAccepted(accepted)
     
+    def _mouseMoveEvent(self, evt):
+        """
+        Protected method to handle mouse move events.
+        
+        @param evt reference to the mouse event (QMouseEvent)
+        """
+        if WebBrowserWindow.autoScroller().mouseMove(evt):
+            evt.accept()
+    
     def _wheelEvent(self, evt):
         """
         Protected method to handle wheel events.
         
         @param evt reference to the wheel event (QWheelEvent)
         """
+        if WebBrowserWindow.autoScroller().wheel():
+            evt.accept()
+            return
+        
         delta = evt.angleDelta().y()
         if evt.modifiers() & Qt.ControlModifier:
             if delta < 0:
@@ -1322,6 +1342,8 @@
                 self._mousePressEvent(evt)
             elif evt.type() == QEvent.MouseButtonRelease:
                 self._mouseReleaseEvent(evt)
+            elif evt.type() == QEvent.MouseMove:
+                self._mouseMoveEvent(evt)
             elif evt.type() == QEvent.Wheel:
                 self._wheelEvent(evt)
             elif evt.type() == QEvent.Gesture:
@@ -1340,6 +1362,15 @@
         
         return super(WebBrowserView, self).eventFilter(obj, evt)
     
+    def inputWidget(self):
+        """
+        Public method to get a reference to the render widget.
+        
+        @return reference to the render widget
+        @rtype QWidget
+        """
+        return self.__rwhvqt
+    
     def clearHistory(self):
         """
         Public slot to clear the history.
--- a/WebBrowser/WebBrowserWindow.py	Sat Apr 30 13:07:13 2016 +0200
+++ b/WebBrowser/WebBrowserWindow.py	Sat Apr 30 20:01:30 2016 +0200
@@ -98,6 +98,7 @@
     _featurePermissionManager = None
     _flashCookieManager = None
     _imageSearchEngine = None
+    _autoScroller = None
     
     def __init__(self, home, path, parent, name, fromEric=False,
                  initShortcutsOnly=False, searchWord=None,
@@ -2683,6 +2684,8 @@
         
         self.searchEdit.preferencesChanged()
         
+        self.autoScroller().preferencesChanged()
+        
         if not self.isPrivate():
             profile = self.webProfile()
             if Preferences.getWebBrowser("DiskCacheEnabled"):
@@ -3464,6 +3467,20 @@
         return cls._imageSearchEngine
         
     @classmethod
+    def autoScroller(cls):
+        """
+        Class method to get a reference to the auto scroller.
+        
+        @return reference to the auto scroller object
+        @rtype AutoScroller
+        """
+        if cls._autoScroller is None:
+            from .AutoScroll.AutoScroller import AutoScroller
+            cls._autoScroller = AutoScroller()
+        
+        return cls._autoScroller
+        
+    @classmethod
     def mainWindow(cls):
         """
         Class method to get a reference to the main window.
--- a/eric6.e4p	Sat Apr 30 13:07:13 2016 +0200
+++ b/eric6.e4p	Sat Apr 30 20:01:30 2016 +0200
@@ -26,6 +26,54 @@
     <Source>DataViews/PyCoverageDialog.py</Source>
     <Source>DataViews/PyProfileDialog.py</Source>
     <Source>DataViews/__init__.py</Source>
+    <Source>DebugClients/Python/AsyncFile.py</Source>
+    <Source>DebugClients/Python/AsyncIO.py</Source>
+    <Source>DebugClients/Python/DCTestResult.py</Source>
+    <Source>DebugClients/Python/DebugBase.py</Source>
+    <Source>DebugClients/Python/DebugClient.py</Source>
+    <Source>DebugClients/Python/DebugClientBase.py</Source>
+    <Source>DebugClients/Python/DebugClientCapabilities.py</Source>
+    <Source>DebugClients/Python/DebugClientThreads.py</Source>
+    <Source>DebugClients/Python/DebugConfig.py</Source>
+    <Source>DebugClients/Python/DebugProtocol.py</Source>
+    <Source>DebugClients/Python/DebugThread.py</Source>
+    <Source>DebugClients/Python/FlexCompleter.py</Source>
+    <Source>DebugClients/Python/PyProfile.py</Source>
+    <Source>DebugClients/Python/__init__.py</Source>
+    <Source>DebugClients/Python/coverage/__init__.py</Source>
+    <Source>DebugClients/Python/coverage/__main__.py</Source>
+    <Source>DebugClients/Python/coverage/annotate.py</Source>
+    <Source>DebugClients/Python/coverage/backunittest.py</Source>
+    <Source>DebugClients/Python/coverage/backward.py</Source>
+    <Source>DebugClients/Python/coverage/bytecode.py</Source>
+    <Source>DebugClients/Python/coverage/cmdline.py</Source>
+    <Source>DebugClients/Python/coverage/collector.py</Source>
+    <Source>DebugClients/Python/coverage/config.py</Source>
+    <Source>DebugClients/Python/coverage/control.py</Source>
+    <Source>DebugClients/Python/coverage/data.py</Source>
+    <Source>DebugClients/Python/coverage/debug.py</Source>
+    <Source>DebugClients/Python/coverage/env.py</Source>
+    <Source>DebugClients/Python/coverage/execfile.py</Source>
+    <Source>DebugClients/Python/coverage/files.py</Source>
+    <Source>DebugClients/Python/coverage/html.py</Source>
+    <Source>DebugClients/Python/coverage/misc.py</Source>
+    <Source>DebugClients/Python/coverage/monkey.py</Source>
+    <Source>DebugClients/Python/coverage/parser.py</Source>
+    <Source>DebugClients/Python/coverage/phystokens.py</Source>
+    <Source>DebugClients/Python/coverage/pickle2json.py</Source>
+    <Source>DebugClients/Python/coverage/plugin.py</Source>
+    <Source>DebugClients/Python/coverage/plugin_support.py</Source>
+    <Source>DebugClients/Python/coverage/python.py</Source>
+    <Source>DebugClients/Python/coverage/pytracer.py</Source>
+    <Source>DebugClients/Python/coverage/report.py</Source>
+    <Source>DebugClients/Python/coverage/results.py</Source>
+    <Source>DebugClients/Python/coverage/summary.py</Source>
+    <Source>DebugClients/Python/coverage/templite.py</Source>
+    <Source>DebugClients/Python/coverage/test_helpers.py</Source>
+    <Source>DebugClients/Python/coverage/version.py</Source>
+    <Source>DebugClients/Python/coverage/xmlreport.py</Source>
+    <Source>DebugClients/Python/eric6dbgstub.py</Source>
+    <Source>DebugClients/Python/getpass.py</Source>
     <Source>DebugClients/Python3/AsyncFile.py</Source>
     <Source>DebugClients/Python3/AsyncIO.py</Source>
     <Source>DebugClients/Python3/DCTestResult.py</Source>
@@ -75,54 +123,6 @@
     <Source>DebugClients/Python3/coverage/xmlreport.py</Source>
     <Source>DebugClients/Python3/eric6dbgstub.py</Source>
     <Source>DebugClients/Python3/getpass.py</Source>
-    <Source>DebugClients/Python/AsyncFile.py</Source>
-    <Source>DebugClients/Python/AsyncIO.py</Source>
-    <Source>DebugClients/Python/DCTestResult.py</Source>
-    <Source>DebugClients/Python/DebugBase.py</Source>
-    <Source>DebugClients/Python/DebugClient.py</Source>
-    <Source>DebugClients/Python/DebugClientBase.py</Source>
-    <Source>DebugClients/Python/DebugClientCapabilities.py</Source>
-    <Source>DebugClients/Python/DebugClientThreads.py</Source>
-    <Source>DebugClients/Python/DebugConfig.py</Source>
-    <Source>DebugClients/Python/DebugProtocol.py</Source>
-    <Source>DebugClients/Python/DebugThread.py</Source>
-    <Source>DebugClients/Python/FlexCompleter.py</Source>
-    <Source>DebugClients/Python/PyProfile.py</Source>
-    <Source>DebugClients/Python/__init__.py</Source>
-    <Source>DebugClients/Python/coverage/__init__.py</Source>
-    <Source>DebugClients/Python/coverage/__main__.py</Source>
-    <Source>DebugClients/Python/coverage/annotate.py</Source>
-    <Source>DebugClients/Python/coverage/backunittest.py</Source>
-    <Source>DebugClients/Python/coverage/backward.py</Source>
-    <Source>DebugClients/Python/coverage/bytecode.py</Source>
-    <Source>DebugClients/Python/coverage/cmdline.py</Source>
-    <Source>DebugClients/Python/coverage/collector.py</Source>
-    <Source>DebugClients/Python/coverage/config.py</Source>
-    <Source>DebugClients/Python/coverage/control.py</Source>
-    <Source>DebugClients/Python/coverage/data.py</Source>
-    <Source>DebugClients/Python/coverage/debug.py</Source>
-    <Source>DebugClients/Python/coverage/env.py</Source>
-    <Source>DebugClients/Python/coverage/execfile.py</Source>
-    <Source>DebugClients/Python/coverage/files.py</Source>
-    <Source>DebugClients/Python/coverage/html.py</Source>
-    <Source>DebugClients/Python/coverage/misc.py</Source>
-    <Source>DebugClients/Python/coverage/monkey.py</Source>
-    <Source>DebugClients/Python/coverage/parser.py</Source>
-    <Source>DebugClients/Python/coverage/phystokens.py</Source>
-    <Source>DebugClients/Python/coverage/pickle2json.py</Source>
-    <Source>DebugClients/Python/coverage/plugin.py</Source>
-    <Source>DebugClients/Python/coverage/plugin_support.py</Source>
-    <Source>DebugClients/Python/coverage/python.py</Source>
-    <Source>DebugClients/Python/coverage/pytracer.py</Source>
-    <Source>DebugClients/Python/coverage/report.py</Source>
-    <Source>DebugClients/Python/coverage/results.py</Source>
-    <Source>DebugClients/Python/coverage/summary.py</Source>
-    <Source>DebugClients/Python/coverage/templite.py</Source>
-    <Source>DebugClients/Python/coverage/test_helpers.py</Source>
-    <Source>DebugClients/Python/coverage/version.py</Source>
-    <Source>DebugClients/Python/coverage/xmlreport.py</Source>
-    <Source>DebugClients/Python/eric6dbgstub.py</Source>
-    <Source>DebugClients/Python/getpass.py</Source>
     <Source>DebugClients/__init__.py</Source>
     <Source>Debugger/BreakPointModel.py</Source>
     <Source>Debugger/BreakPointViewer.py</Source>
@@ -1276,6 +1276,9 @@
     <Source>WebBrowser/AdBlock/AdBlockTreeWidget.py</Source>
     <Source>WebBrowser/AdBlock/AdBlockUrlInterceptor.py</Source>
     <Source>WebBrowser/AdBlock/__init__.py</Source>
+    <Source>WebBrowser/AutoScroll/AutoScroller.py</Source>
+    <Source>WebBrowser/AutoScroll/FrameScroller.py</Source>
+    <Source>WebBrowser/AutoScroll/__init__.py</Source>
     <Source>WebBrowser/Bookmarks/AddBookmarkDialog.py</Source>
     <Source>WebBrowser/Bookmarks/BookmarkNode.py</Source>
     <Source>WebBrowser/Bookmarks/BookmarkPropertiesDialog.py</Source>
@@ -1954,14 +1957,14 @@
   <Interfaces/>
   <Others>
     <Other>.hgignore</Other>
+    <Other>APIs/Python/zope-2.10.7.api</Other>
+    <Other>APIs/Python/zope-2.11.2.api</Other>
+    <Other>APIs/Python/zope-3.3.1.api</Other>
     <Other>APIs/Python3/PyQt4.bas</Other>
     <Other>APIs/Python3/PyQt5.bas</Other>
     <Other>APIs/Python3/QScintilla2.bas</Other>
     <Other>APIs/Python3/eric6.api</Other>
     <Other>APIs/Python3/eric6.bas</Other>
-    <Other>APIs/Python/zope-2.10.7.api</Other>
-    <Other>APIs/Python/zope-2.11.2.api</Other>
-    <Other>APIs/Python/zope-3.3.1.api</Other>
     <Other>APIs/QSS/qss.api</Other>
     <Other>APIs/Ruby/Ruby-1.8.7.api</Other>
     <Other>APIs/Ruby/Ruby-1.8.7.bas</Other>
@@ -1970,8 +1973,8 @@
     <Other>CSSs</Other>
     <Other>CodeTemplates</Other>
     <Other>DTDs</Other>
+    <Other>DebugClients/Python/coverage/doc</Other>
     <Other>DebugClients/Python3/coverage/doc</Other>
-    <Other>DebugClients/Python/coverage/doc</Other>
     <Other>DesignerTemplates</Other>
     <Other>Dictionaries</Other>
     <Other>Documentation/Help</Other>
--- a/i18n/eric6_cs.ts	Sat Apr 30 13:07:13 2016 +0200
+++ b/i18n/eric6_cs.ts	Sat Apr 30 20:01:30 2016 +0200
@@ -38397,27 +38397,27 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="../Preferences/__init__.py" line="1502"/>
+        <location filename="../Preferences/__init__.py" line="1505"/>
         <source>Export Preferences</source>
         <translation>Předvolby exportu</translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1530"/>
+        <location filename="../Preferences/__init__.py" line="1533"/>
         <source>Import Preferences</source>
         <translation>Předvolby importu</translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1530"/>
+        <location filename="../Preferences/__init__.py" line="1533"/>
         <source>Properties File (*.ini);;All Files (*)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1632"/>
+        <location filename="../Preferences/__init__.py" line="1635"/>
         <source>Select Python{0} Interpreter</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1632"/>
+        <location filename="../Preferences/__init__.py" line="1635"/>
         <source>Select the Python{0} interpreter to be used:</source>
         <translation type="unfinished"></translation>
     </message>
@@ -67528,65 +67528,110 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="574"/>
+        <source>Navigation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="580"/>
+        <source>Select to enable the spatial navigation feature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="583"/>
+        <source>&lt;b&gt;Enable Spatial Navigation&lt;/b&gt;
+&lt;p&gt;This enables or disables the Spatial Navigation feature, which consists in the ability to navigate between focusable elements in a Web page, such as hyperlinks and form controls, by using Left, Right, Up and Down arrow keys. For example, if a user presses the Right key, heuristics determine whether there is an element he might be trying to reach towards the right and which element he probably wants.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="587"/>
+        <source>Enable Spatial Navigation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="594"/>
+        <source>Select to include links in focus chain</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="597"/>
+        <source>&lt;b&gt;Include Links in Focus Chain&lt;/b&gt;
+&lt;p&gt;This selects whether hyperlinks should be included in the keyboard focus chain.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="601"/>
+        <source>Include Links in Focus Chain</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="689"/>
+        <source>Select to enable the Web Inspector tool</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="692"/>
+        <source>Enable Web Development (Web Inspector)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="704"/>
+        <source>Web Inspector Port:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="711"/>
+        <source>Enter the port to be used by the web inspector</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="740"/>
+        <source>&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; Web Inspector settings are activated after a restart of the application.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="538"/>
-        <source>Navigation</source>
+        <source>Image Search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="544"/>
-        <source>Select to enable the spatial navigation feature</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="547"/>
-        <source>&lt;b&gt;Enable Spatial Navigation&lt;/b&gt;
-&lt;p&gt;This enables or disables the Spatial Navigation feature, which consists in the ability to navigate between focusable elements in a Web page, such as hyperlinks and form controls, by using Left, Right, Up and Down arrow keys. For example, if a user presses the Right key, heuristics determine whether there is an element he might be trying to reach towards the right and which element he probably wants.&lt;/p&gt;</source>
+        <source>Default Search Engine:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="551"/>
-        <source>Enable Spatial Navigation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="558"/>
-        <source>Select to include links in focus chain</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="561"/>
-        <source>&lt;b&gt;Include Links in Focus Chain&lt;/b&gt;
-&lt;p&gt;This selects whether hyperlinks should be included in the keyboard focus chain.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="565"/>
-        <source>Include Links in Focus Chain</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="575"/>
-        <source>Select to enable the Web Inspector tool</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="578"/>
-        <source>Enable Web Development (Web Inspector)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="590"/>
-        <source>Web Inspector Port:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="597"/>
-        <source>Enter the port to be used by the web inspector</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="626"/>
-        <source>&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; Web Inspector settings are activated after a restart of the application.&lt;/font&gt;</source>
+        <source>Select the default search engine for image searches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="611"/>
+        <source>Select to enable the auto-scroller</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="614"/>
+        <source>Automatic Scrolling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="623"/>
+        <source>This function is activated by a Mouse Middle Click.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="635"/>
+        <source>Scroll Divider:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="642"/>
+        <source>Enter the auto-scroll divider value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="676"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Setting higher divider will slow down scrolling.</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -67814,182 +67859,182 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="587"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="585"/>
         <source>Open Image in New Tab</source>
         <translation type="unfinished">Otevřít obrázek v novém tabu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="592"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="590"/>
         <source>Save Image</source>
         <translation type="unfinished">Uložit obrázek</translation>
     </message>
     <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="593"/>
+        <source>Copy Image to Clipboard</source>
+        <translation type="unfinished">Kopíroavt obrázek do schránky</translation>
+    </message>
+    <message>
         <location filename="../WebBrowser/WebBrowserView.py" line="595"/>
-        <source>Copy Image to Clipboard</source>
-        <translation type="unfinished">Kopíroavt obrázek do schránky</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="597"/>
         <source>Copy Image Location to Clipboard</source>
         <translation type="unfinished">Kopírovat cestu obrázku do schránky</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="601"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="599"/>
         <source>Send Image Link</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="628"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="626"/>
         <source>Block Image</source>
         <translation type="unfinished">Blokovat obrázek</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="634"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="632"/>
         <source>Scan Image with VirusTotal</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="652"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="650"/>
         <source>Play</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="656"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="654"/>
         <source>Pause</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="660"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="658"/>
         <source>Unmute</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="664"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="662"/>
         <source>Mute</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="668"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="666"/>
         <source>Copy Media Address to Clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="672"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="670"/>
         <source>Send Media Address</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="676"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="674"/>
         <source>Save Media</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="694"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="692"/>
         <source>Send Text</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="701"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="699"/>
         <source>Search with &apos;{0}&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="707"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="705"/>
         <source>Search with...</source>
         <translation type="unfinished">Hledat s...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="840"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="838"/>
         <source>Google Translate</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="736"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="734"/>
         <source>Dictionary</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="744"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="742"/>
         <source>Go to web address</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="767"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="765"/>
         <source>Add New Page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="770"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="768"/>
         <source>Configure Speed Dial</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="774"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="772"/>
         <source>Reload All Dials</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="782"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="780"/>
         <source>Bookmark this Page</source>
         <translation type="unfinished">Záložka na tuto stranu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="785"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="783"/>
         <source>Copy Page Link</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="788"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="786"/>
         <source>Send Page Link</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="794"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="792"/>
         <source>User Agent</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="821"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="819"/>
         <source>Validate Page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="878"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="876"/>
         <source>Add to web search toolbar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="1445"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1476"/>
         <source>Failed loading page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="1446"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1477"/>
         <source>Something went wrong while loading this page.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="1449"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1480"/>
         <source>Try reloading the page or closing some tabs to make more memory available.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="1454"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1485"/>
         <source>Reload Page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="778"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="776"/>
         <source>Reset to Default Dials</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="619"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="617"/>
         <source>Search image in {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="616"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="614"/>
         <source>Search image with...</source>
         <translation type="unfinished"></translation>
     </message>
@@ -68025,1837 +68070,1837 @@
 <context>
     <name>WebBrowserWindow</name>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3042"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3045"/>
         <source>eric6 Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="218"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="219"/>
         <source>Contents</source>
         <translation type="unfinished">Obsah</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1350"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1351"/>
         <source>Index</source>
         <translation type="unfinished">Index</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1364"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1365"/>
         <source>Search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1641"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1642"/>
         <source>JavaScript Console</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="487"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="488"/>
         <source>New Tab</source>
         <translation type="unfinished">Nový Tab</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="487"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="488"/>
         <source>&amp;New Tab</source>
         <translation type="unfinished">&amp;Nový tab</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="487"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="488"/>
         <source>Ctrl+T</source>
         <comment>File|New Tab</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="493"/>
-        <source>Open a new web browser tab</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="494"/>
+        <source>Open a new web browser tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="495"/>
         <source>&lt;b&gt;New Tab&lt;/b&gt;&lt;p&gt;This opens a new web browser tab.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="502"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="503"/>
         <source>New Window</source>
         <translation type="unfinished">Nové okno</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="502"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="503"/>
         <source>New &amp;Window</source>
         <translation type="unfinished">&amp;Nové okno</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="502"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="503"/>
         <source>Ctrl+N</source>
         <comment>File|New Window</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="508"/>
-        <source>Open a new web browser window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="509"/>
+        <source>Open a new web browser window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="510"/>
         <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new web browser window in the current privacy mode.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2115"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2116"/>
         <source>New Private Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="518"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="519"/>
         <source>New &amp;Private Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="518"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="519"/>
         <source>Ctrl+Shift+P</source>
         <comment>File|New Private Window</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="524"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="525"/>
         <source>Open a new private web browser window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="526"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="527"/>
         <source>&lt;b&gt;New Private Window&lt;/b&gt;&lt;p&gt;This opens a new private web browser window by starting a new web browser instance in private mode.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2148"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2149"/>
         <source>Open File</source>
         <translation type="unfinished">Otevřít soubor</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="535"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="536"/>
         <source>&amp;Open File</source>
         <translation type="unfinished">&amp;Otevřít soubor</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="535"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="536"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="541"/>
-        <source>Open a file for display</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="542"/>
+        <source>Open a file for display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="543"/>
         <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a new file for display. It pops up a file selection dialog.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="551"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="552"/>
         <source>Open File in New Tab</source>
         <translation type="unfinished">Otevřít soubor v novém tabu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="551"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="552"/>
         <source>Open File in New &amp;Tab</source>
         <translation type="unfinished">Otevřít soubor do nového &amp;tabu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="551"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="552"/>
         <source>Shift+Ctrl+O</source>
         <comment>File|Open in new tab</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="557"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="558"/>
         <source>Open a file for display in a new tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="559"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="560"/>
         <source>&lt;b&gt;Open File in New Tab&lt;/b&gt;&lt;p&gt;This opens a new file for display in a new tab. It pops up a file selection dialog.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="585"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="586"/>
         <source>Save Page Screen</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="585"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="586"/>
         <source>Save Page Screen...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="590"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="591"/>
         <source>Save the current page as a screen shot</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="592"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="593"/>
         <source>&lt;b&gt;Save Page Screen...&lt;/b&gt;&lt;p&gt;Saves the current page as a screen shot.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="600"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="601"/>
         <source>Save Visible Page Screen</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="600"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="601"/>
         <source>Save Visible Page Screen...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="605"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="606"/>
         <source>Save the visible part of the current page as a screen shot</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="608"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="609"/>
         <source>&lt;b&gt;Save Visible Page Screen...&lt;/b&gt;&lt;p&gt;Saves the visible part of the current page as a screen shot.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="619"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="620"/>
         <source>Import Bookmarks</source>
         <translation type="unfinished">Importovat záložky</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="619"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="620"/>
         <source>&amp;Import Bookmarks...</source>
         <translation type="unfinished">&amp;Importovat záložky...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="623"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="624"/>
         <source>Import bookmarks from other browsers</source>
         <translation type="unfinished">Import záložek z jiných prohlížečů</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="625"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="626"/>
         <source>&lt;b&gt;Import Bookmarks&lt;/b&gt;&lt;p&gt;Import bookmarks from other browsers.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Import záložek&lt;/b&gt;&lt;p&gt;Import záložek z jiných prohlížečů.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="634"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="635"/>
         <source>Export Bookmarks</source>
         <translation type="unfinished">Export záložek</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="634"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="635"/>
         <source>&amp;Export Bookmarks...</source>
         <translation type="unfinished">&amp;Exportovat záložky...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="638"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="639"/>
         <source>Export the bookmarks into a file</source>
         <translation type="unfinished">Export záložek do souboru</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="640"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="641"/>
         <source>&lt;b&gt;Export Bookmarks&lt;/b&gt;&lt;p&gt;Export the bookmarks into a file.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Export záložek&lt;/b&gt;&lt;p&gt;Export záložek do souboru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="649"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="650"/>
         <source>Print</source>
         <translation type="unfinished">Tisk</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="649"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="650"/>
         <source>&amp;Print</source>
         <translation type="unfinished">&amp;Tisk</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="649"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="650"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="655"/>
-        <source>Print the displayed help</source>
-        <translation type="unfinished">Tisknout zobrazenou nápovědu</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="656"/>
+        <source>Print the displayed help</source>
+        <translation type="unfinished">Tisknout zobrazenou nápovědu</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="657"/>
         <source>&lt;b&gt;Print&lt;/b&gt;&lt;p&gt;Print the displayed help text.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Tisk&lt;/b&gt;&lt;p&gt;Tisknout zobrazenou nápovědu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="665"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="666"/>
         <source>Print as PDF</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="670"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="671"/>
         <source>Print the displayed help as PDF</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="672"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="673"/>
         <source>&lt;b&gt;Print as PDF&lt;/b&gt;&lt;p&gt;Print the displayed help text as a PDF file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="683"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="684"/>
         <source>Print Preview</source>
         <translation type="unfinished">Náhled tisku</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="688"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="689"/>
         <source>Print preview of the displayed help</source>
         <translation type="unfinished">Tisknout náhled zobrazené nápovědy</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="690"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="691"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the displayed help text.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Vytisknout náhled&lt;/b&gt;&lt;p&gt;Tisknout náhled zobrazeného textu nápovědy.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="699"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="700"/>
         <source>Close</source>
         <translation type="unfinished">Zavřít</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="699"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="700"/>
         <source>&amp;Close</source>
         <translation type="unfinished">&amp;Zavřít</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="699"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="700"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="705"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="706"/>
         <source>Close the current help window</source>
         <translation type="unfinished">Zavřít aktuální okno nápovědy</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="707"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="708"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;Closes the current web browser window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="715"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="716"/>
         <source>Close All</source>
         <translation type="unfinished">Zavřít vše</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="715"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="716"/>
         <source>Close &amp;All</source>
         <translation type="unfinished">Z&amp;avřít vše</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="719"/>
-        <source>Close all help windows</source>
-        <translation type="unfinished">Zavřít všechna okna s nápovědou</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="720"/>
+        <source>Close all help windows</source>
+        <translation type="unfinished">Zavřít všechna okna s nápovědou</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="721"/>
         <source>&lt;b&gt;Close All&lt;/b&gt;&lt;p&gt;Closes all web browser windows except the first one.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="729"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="730"/>
         <source>Quit</source>
         <translation type="unfinished">Konec</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="729"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="730"/>
         <source>&amp;Quit</source>
         <translation type="unfinished">&amp;Konec</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="729"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="730"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="735"/>
-        <source>Quit the eric6 Web Browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="736"/>
+        <source>Quit the eric6 Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="737"/>
         <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the eric6 Web Browser.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="747"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="748"/>
         <source>Backward</source>
         <translation type="unfinished">Nazpět</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="747"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="748"/>
         <source>&amp;Backward</source>
         <translation type="unfinished">&amp;Nazpět</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="747"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="748"/>
         <source>Alt+Left</source>
         <comment>Go|Backward</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="753"/>
-        <source>Move one screen backward</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="754"/>
+        <source>Move one screen backward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="755"/>
         <source>&lt;b&gt;Backward&lt;/b&gt;&lt;p&gt;Moves one screen backward. If none is available, this action is disabled.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="763"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/>
         <source>Forward</source>
         <translation type="unfinished">Dopředu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="763"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/>
         <source>&amp;Forward</source>
         <translation type="unfinished">&amp;Dopředu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="763"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/>
         <source>Alt+Right</source>
         <comment>Go|Forward</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="769"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="770"/>
         <source>Move one screen forward</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="771"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="772"/>
         <source>&lt;b&gt;Forward&lt;/b&gt;&lt;p&gt;Moves one screen forward. If none is available, this action is disabled.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="780"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/>
         <source>Home</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="780"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/>
         <source>&amp;Home</source>
         <translation type="unfinished">&amp;Hlavní strana</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="780"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/>
         <source>Ctrl+Home</source>
         <comment>Go|Home</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="786"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="787"/>
         <source>Move to the initial help screen</source>
         <translation type="unfinished">Posun na hlavní stranu nápovědy</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="788"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="789"/>
         <source>&lt;b&gt;Home&lt;/b&gt;&lt;p&gt;Moves to the initial screen.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="797"/>
         <source>Reload</source>
         <translation type="unfinished">Obnovit</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="797"/>
         <source>&amp;Reload</source>
         <translation type="unfinished">&amp;Obnovit</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="797"/>
         <source>Ctrl+R</source>
         <comment>Go|Reload</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="797"/>
         <source>F5</source>
         <comment>Go|Reload</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="803"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="804"/>
         <source>Reload the current screen</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="805"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="806"/>
         <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;Reloads the current screen.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
         <source>Stop</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
         <source>&amp;Stop</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
         <source>Ctrl+.</source>
         <comment>Go|Stop</comment>
         <translation type="unfinished">Ctrl+.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
         <source>Esc</source>
         <comment>Go|Stop</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="820"/>
-        <source>Stop loading</source>
-        <translation type="unfinished">Zastavit načítání</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="821"/>
+        <source>Stop loading</source>
+        <translation type="unfinished">Zastavit načítání</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="822"/>
         <source>&lt;b&gt;Stop&lt;/b&gt;&lt;p&gt;Stops loading of the current tab.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Zastavit&lt;/b&gt;&lt;p&gt;Zastavit načítání aktuálního tabu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/>
         <source>Copy</source>
         <translation type="unfinished">Kopírovat</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/>
         <source>&amp;Copy</source>
         <translation type="unfinished">&amp;Kopírovat</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="835"/>
-        <source>Copy the selected text</source>
-        <translation type="unfinished">Kopírovat vybraný text</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="836"/>
+        <source>Copy the selected text</source>
+        <translation type="unfinished">Kopírovat vybraný text</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="837"/>
         <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Kopírovat&lt;/b&gt;&lt;p&gt;Kopírovat vybraný text do schránky.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="844"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="845"/>
         <source>Cut</source>
         <translation type="unfinished">Vyjmout</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="844"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="845"/>
         <source>Cu&amp;t</source>
         <translation type="unfinished">Vyjmou&amp;t</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="844"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="845"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="850"/>
-        <source>Cut the selected text</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="851"/>
+        <source>Cut the selected text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="852"/>
         <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="859"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="860"/>
         <source>Paste</source>
         <translation type="unfinished">Vložit</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="859"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="860"/>
         <source>&amp;Paste</source>
         <translation type="unfinished">V&amp;ložit</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="859"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="860"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="865"/>
-        <source>Paste text from the clipboard</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="866"/>
+        <source>Paste text from the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="867"/>
         <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste some text from the clipboard.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="874"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="875"/>
         <source>Undo</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="874"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="875"/>
         <source>&amp;Undo</source>
         <translation type="unfinished">&amp;Vrátit</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="874"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="875"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="880"/>
-        <source>Undo the last edit action</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="881"/>
+        <source>Undo the last edit action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="882"/>
         <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last edit action.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="889"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="890"/>
         <source>Redo</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="889"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="890"/>
         <source>&amp;Redo</source>
         <translation type="unfinished">&amp;Znovu použít</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="889"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="890"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="895"/>
-        <source>Redo the last edit action</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="896"/>
+        <source>Redo the last edit action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="897"/>
         <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last edit action.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="904"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="905"/>
         <source>Select All</source>
         <translation type="unfinished">Vybrat vše</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="904"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="905"/>
         <source>&amp;Select All</source>
         <translation type="unfinished">Vybrat vš&amp;e</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="904"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="905"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select All</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="910"/>
-        <source>Select all text</source>
-        <translation type="unfinished">Vybrat všechen text</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="911"/>
+        <source>Select all text</source>
+        <translation type="unfinished">Vybrat všechen text</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="912"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current browser.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="919"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="920"/>
         <source>Find...</source>
         <translation type="unfinished">Hledat...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="919"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="920"/>
         <source>&amp;Find...</source>
         <translation type="unfinished">&amp;Hledat...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="919"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="920"/>
         <source>Ctrl+F</source>
         <comment>Edit|Find</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="925"/>
-        <source>Find text in page</source>
-        <translation type="unfinished">Hledat text na stránce</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="926"/>
+        <source>Find text in page</source>
+        <translation type="unfinished">Hledat text na stránce</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="927"/>
         <source>&lt;b&gt;Find&lt;/b&gt;&lt;p&gt;Find text in the current page.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Hledat&lt;/b&gt;&lt;p&gt;Hledá se text na aktuální straně.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="934"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="935"/>
         <source>Find next</source>
         <translation type="unfinished">Najít další</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="934"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="935"/>
         <source>Find &amp;next</source>
         <translation type="unfinished">Hledat &amp;následující</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="934"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="935"/>
         <source>F3</source>
         <comment>Edit|Find next</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="940"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="941"/>
         <source>Find next occurrence of text in page</source>
         <translation type="unfinished">Hledat následující výskyt textu na straně</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="942"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="943"/>
         <source>&lt;b&gt;Find next&lt;/b&gt;&lt;p&gt;Find the next occurrence of text in the current page.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Hledat následující&lt;/b&gt;&lt;p&gt;Vyhledá se následující výskyt textu na aktuální straně.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="950"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="951"/>
         <source>Find previous</source>
         <translation type="unfinished">Najít předchozí</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="950"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="951"/>
         <source>Find &amp;previous</source>
         <translation type="unfinished">Hledat &amp;předchozí</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="950"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="951"/>
         <source>Shift+F3</source>
         <comment>Edit|Find previous</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="956"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="957"/>
         <source>Find previous occurrence of text in page</source>
         <translation type="unfinished">Hledat předchozí výskyt textu na stránce</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="958"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="959"/>
         <source>&lt;b&gt;Find previous&lt;/b&gt;&lt;p&gt;Find the previous occurrence of text in the current page.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Hledat předchozí&lt;/b&gt;&lt;p&gt;Vyhledá předchozí výskyt textu na aktuální straně.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="968"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="969"/>
         <source>Manage Bookmarks</source>
         <translation type="unfinished">Správa záložek</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="968"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="969"/>
         <source>&amp;Manage Bookmarks...</source>
         <translation type="unfinished">&amp;Správa záložek...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="968"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="969"/>
         <source>Ctrl+Shift+B</source>
         <comment>Help|Manage bookmarks</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="973"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="974"/>
         <source>Open a dialog to manage the bookmarks.</source>
         <translation type="unfinished">Otevřít dialog pro správu záložek.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="975"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="976"/>
         <source>&lt;b&gt;Manage Bookmarks...&lt;/b&gt;&lt;p&gt;Open a dialog to manage the bookmarks.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Správa záložek&lt;/b&gt;&lt;p&gt;Otevřít dialog pro správu záložek.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="984"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="985"/>
         <source>Add Bookmark</source>
         <translation type="unfinished">Přidat záložku</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="984"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="985"/>
         <source>Add &amp;Bookmark...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="984"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="985"/>
         <source>Ctrl+D</source>
         <comment>Help|Add bookmark</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="991"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="992"/>
         <source>Open a dialog to add a bookmark.</source>
         <translation type="unfinished">Otevřít dialog pro přidání záložky.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="993"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/>
         <source>&lt;b&gt;Add Bookmark&lt;/b&gt;&lt;p&gt;Open a dialog to add the current URL as a bookmark.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Přidat záložku&lt;/b&gt;&lt;p&gt;Otevřít dialog pro přidání aktuální URL jako záložky.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1001"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1002"/>
         <source>Add Folder</source>
         <translation type="unfinished">Přidat složku</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1001"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1002"/>
         <source>Add &amp;Folder...</source>
         <translation type="unfinished">Přidat s&amp;ložku...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1005"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1006"/>
         <source>Open a dialog to add a new bookmarks folder.</source>
         <translation type="unfinished">Otevřít dialog pro přidání nové složky záložek.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1007"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1008"/>
         <source>&lt;b&gt;Add Folder...&lt;/b&gt;&lt;p&gt;Open a dialog to add a new bookmarks folder.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Přidat složku...&lt;/b&gt;&lt;p&gt;Otevřít dialog pro přidání nové složky záložek.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1016"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1017"/>
         <source>Bookmark All Tabs</source>
         <translation type="unfinished">Vytvořit záložky pro všechny taby</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1016"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1017"/>
         <source>Bookmark All Tabs...</source>
         <translation type="unfinished">Vytvořit záložky pro všechny taby...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1020"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1021"/>
         <source>Bookmark all open tabs.</source>
         <translation type="unfinished">Vytvořit záložky pro všechny otevřené taby.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1022"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1023"/>
         <source>&lt;b&gt;Bookmark All Tabs...&lt;/b&gt;&lt;p&gt;Open a dialog to add a new bookmarks folder for all open tabs.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Vytvořit záložky pro všechny taby...&lt;/b&gt;&lt;p&gt;Otevřít dialog pro přidání nové složky záložek pro všechny otevřené taby.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1031"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1032"/>
         <source>What&apos;s This?</source>
         <translation type="unfinished">Co je to?</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1031"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1032"/>
         <source>&amp;What&apos;s This?</source>
         <translation type="unfinished">&amp;Co je to?</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1031"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1032"/>
         <source>Shift+F1</source>
         <comment>Help|What&apos;s This?&apos;</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1037"/>
-        <source>Context sensitive help</source>
-        <translation type="unfinished">Kontextově senzitivní nápověda</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1038"/>
+        <source>Context sensitive help</source>
+        <translation type="unfinished">Kontextově senzitivní nápověda</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1039"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Zobrazit kontextově senzitivní nápovědu&lt;/b&gt;&lt;p&gt;V režimu &quot;Co je to?&quot; se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1050"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1051"/>
         <source>About</source>
         <translation type="unfinished">O aplikaci</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1050"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1051"/>
         <source>&amp;About</source>
         <translation type="unfinished">O &amp;aplikaci</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1054"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1055"/>
         <source>Display information about this software</source>
         <translation type="unfinished">Zobrazit informace a tomto software</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1056"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1057"/>
         <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;O aplikaci&lt;/b&gt;&lt;p&gt;Zobrazí se informace o tomto software.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1064"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1065"/>
         <source>About Qt</source>
         <translation type="unfinished">O Qt</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1064"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1065"/>
         <source>About &amp;Qt</source>
         <translation type="unfinished">O &amp;Qt</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1068"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1069"/>
         <source>Display information about the Qt toolkit</source>
         <translation type="unfinished">Zobrazit informace o Qt toolkitu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1070"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1071"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1078"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1079"/>
         <source>Zoom in</source>
         <translation type="unfinished">Přiblížit</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1078"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1079"/>
         <source>Zoom &amp;in</source>
         <translation type="unfinished">Př&amp;iblížit</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1078"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1079"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1078"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1079"/>
         <source>Zoom In</source>
         <comment>View|Zoom in</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1085"/>
-        <source>Zoom in on the web page</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1086"/>
+        <source>Zoom in on the web page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1087"/>
         <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the web page. This makes the web page bigger.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1095"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1096"/>
         <source>Zoom out</source>
         <translation type="unfinished">Oddálit</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1095"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1096"/>
         <source>Zoom &amp;out</source>
         <translation type="unfinished">&amp;Oddálit</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1095"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1096"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1095"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1096"/>
         <source>Zoom Out</source>
         <comment>View|Zoom out</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1102"/>
-        <source>Zoom out on the web page</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1103"/>
+        <source>Zoom out on the web page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1104"/>
         <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the web page. This makes the web page smaller.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1112"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1113"/>
         <source>Zoom reset</source>
         <translation type="unfinished">Resetovat lupu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1112"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1113"/>
         <source>Zoom &amp;reset</source>
         <translation type="unfinished">&amp;Resetovat lupu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1112"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1113"/>
         <source>Ctrl+0</source>
         <comment>View|Zoom reset</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1118"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1119"/>
         <source>Reset the zoom of the web page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1120"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1121"/>
         <source>&lt;b&gt;Zoom reset&lt;/b&gt;&lt;p&gt;Reset the zoom of the web page. This sets the zoom factor to 100%.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1129"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1130"/>
         <source>Show page source</source>
         <translation type="unfinished">Zobrazit zdroj strany</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1129"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1130"/>
         <source>Ctrl+U</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1134"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1135"/>
         <source>Show the page source in an editor</source>
         <translation type="unfinished">Zobrazit zdroj strany v editoru</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1136"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1137"/>
         <source>&lt;b&gt;Show page source&lt;/b&gt;&lt;p&gt;Show the page source in an editor.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Zobrazit zdroj strany&lt;/b&gt;&lt;p&gt;Zobrazit zdroj strany v editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2545"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2546"/>
         <source>Full Screen</source>
         <translation type="unfinished">Celá obrazovka</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1145"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1146"/>
         <source>&amp;Full Screen</source>
         <translation type="unfinished">&amp;Celá obrazovka</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1145"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1146"/>
         <source>F11</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1156"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1157"/>
         <source>Show next tab</source>
         <translation type="unfinished">Zobrazit následující tab</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1156"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1157"/>
         <source>Ctrl+Alt+Tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1166"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1167"/>
         <source>Show previous tab</source>
         <translation type="unfinished">Zobrazit předchozí tab</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1166"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1167"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1176"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1177"/>
         <source>Switch between tabs</source>
         <translation type="unfinished">Přepnout mezi taby</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1176"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1177"/>
         <source>Ctrl+1</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1186"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1187"/>
         <source>Preferences</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1186"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1187"/>
         <source>&amp;Preferences...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1190"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1191"/>
         <source>Set the prefered configuration</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1192"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1193"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1201"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1202"/>
         <source>Languages</source>
         <translation type="unfinished">Jazyky</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1201"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1202"/>
         <source>&amp;Languages...</source>
         <translation type="unfinished">&amp;Jazyky...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1206"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1207"/>
         <source>Configure the accepted languages for web pages</source>
         <translation type="unfinished">Nastavit polovené jazyky pro web strany</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1208"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1209"/>
         <source>&lt;b&gt;Languages&lt;/b&gt;&lt;p&gt;Configure the accepted languages for web pages.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Jazyky&lt;/b&gt;&lt;p&gt;Nastavit polovené jazyky pro web strany.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1217"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1218"/>
         <source>Cookies</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1217"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1218"/>
         <source>C&amp;ookies...</source>
         <translation type="unfinished">C&amp;ookies...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1221"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1222"/>
         <source>Configure cookies handling</source>
         <translation type="unfinished">Nastavit ovládání cookies</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1223"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1224"/>
         <source>&lt;b&gt;Cookies&lt;/b&gt;&lt;p&gt;Configure cookies handling.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Cookies&lt;/b&gt;&lt;p&gt;Nastavit ovládání cookies.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1232"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1233"/>
         <source>Flash Cookies</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1232"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1233"/>
         <source>&amp;Flash Cookies...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1237"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1238"/>
         <source>Manage flash cookies</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1240"/>
         <source>&lt;b&gt;Flash Cookies&lt;/b&gt;&lt;p&gt;Show a dialog to manage the flash cookies.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1248"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1249"/>
         <source>Personal Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1248"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1249"/>
         <source>Personal Information...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1254"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1255"/>
         <source>Configure personal information for completing form fields</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1256"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1257"/>
         <source>&lt;b&gt;Personal Information...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the personal information used for completing form fields.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1266"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1267"/>
         <source>GreaseMonkey Scripts</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1266"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1267"/>
         <source>GreaseMonkey Scripts...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1272"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1273"/>
         <source>Configure the GreaseMonkey Scripts</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1274"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1275"/>
         <source>&lt;b&gt;GreaseMonkey Scripts...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the available GreaseMonkey Scripts.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1284"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1285"/>
         <source>Edit Message Filters</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1284"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1285"/>
         <source>Edit Message Filters...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1289"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1290"/>
         <source>Edit the message filters used to suppress unwanted messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1291"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1292"/>
         <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1302"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1303"/>
         <source>Edit HTML5 Feature Permissions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1302"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1303"/>
         <source>Edit HTML5 Feature Permissions...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1307"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1308"/>
         <source>Edit the remembered HTML5 feature permissions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1309"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1310"/>
         <source>&lt;b&gt;Edit HTML5 Feature Permissions&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the remembered HTML5 feature permissions.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1320"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1321"/>
         <source>Sync with Table of Contents</source>
         <translation type="unfinished">Sync obsahu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1325"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1326"/>
         <source>Synchronizes the table of contents with current page</source>
         <translation type="unfinished">Synchronizuje obsah s aktuální stranou</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1327"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1328"/>
         <source>&lt;b&gt;Sync with Table of Contents&lt;/b&gt;&lt;p&gt;Synchronizes the table of contents with current page.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Sync obsah&lt;/b&gt;&lt;p&gt;Synchronizuje obsah s aktuální stranou.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1336"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1337"/>
         <source>Table of Contents</source>
         <translation type="unfinished">Obsah</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1340"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1341"/>
         <source>Shows the table of contents window</source>
         <translation type="unfinished">Zobrazit okno s obsahem</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1342"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1343"/>
         <source>&lt;b&gt;Table of Contents&lt;/b&gt;&lt;p&gt;Shows the table of contents window.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Obsah&lt;/b&gt;&lt;p&gt;Zobrazit okno s obsahem.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1354"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1355"/>
         <source>Shows the index window</source>
         <translation type="unfinished">Zobrazit index okna</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1356"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1357"/>
         <source>&lt;b&gt;Index&lt;/b&gt;&lt;p&gt;Shows the index window.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Index&lt;/b&gt;&lt;p&gt;Zobrazit index okna.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1368"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1369"/>
         <source>Shows the search window</source>
         <translation type="unfinished">Zobrazit okno hledání</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1370"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1371"/>
         <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Shows the search window.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Hledání&lt;/b&gt;&lt;p&gt;Zobrazit okno hledání.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1379"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1380"/>
         <source>Manage QtHelp Documents</source>
         <translation type="unfinished">Uspořádat dokumenty QtNápovědy</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1379"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1380"/>
         <source>Manage QtHelp &amp;Documents</source>
         <translation type="unfinished">Uspořádat QtHelp &amp;dokumenty</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1383"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1384"/>
         <source>Shows a dialog to manage the QtHelp documentation set</source>
         <translation type="unfinished">Zobrazit dialog pro uspořádání QtNápovědy</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1385"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1386"/>
         <source>&lt;b&gt;Manage QtHelp Documents&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the QtHelp documentation set.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Uspořádat dokumenty QtNápovědy&lt;/b&gt;&lt;p&gt;Zobrazit dialog pro uspořádání QtNápovědy.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1395"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1396"/>
         <source>Manage QtHelp Filters</source>
         <translation type="unfinished">Uspořádat filtry QtNápovědy</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1395"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1396"/>
         <source>Manage QtHelp &amp;Filters</source>
         <translation type="unfinished">Uspořádat QtHelp &amp;filtry</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1399"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1400"/>
         <source>Shows a dialog to manage the QtHelp filters</source>
         <translation type="unfinished">Zobrazit dialog pro uspořádání filtrů QtNápovědy</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1401"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1402"/>
         <source>&lt;b&gt;Manage QtHelp Filters&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the QtHelp filters.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Uspořádat filtry QtNápovědy&lt;/b&gt;&lt;p&gt;Zobrazit dialog pro uspořádání filtrů QtNápovědy.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1410"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1411"/>
         <source>Reindex Documentation</source>
         <translation type="unfinished">Znovu indexovat dokumentaci</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1410"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1411"/>
         <source>&amp;Reindex Documentation</source>
         <translation type="unfinished">Přeinde&amp;xovat dokumentaci</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1414"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1415"/>
         <source>Reindexes the documentation set</source>
         <translation type="unfinished">Přeindexuje dokumentaci</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1416"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1417"/>
         <source>&lt;b&gt;Reindex Documentation&lt;/b&gt;&lt;p&gt;Reindexes the documentation set.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Znovu indexovat dokumentaci&lt;/b&gt;&lt;p&gt;Přeindexuje dokumentaci.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1430"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1431"/>
         <source>Clear private data</source>
         <translation type="unfinished">Smazat soukromá data</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1425"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1426"/>
         <source>&amp;Clear private data</source>
         <translation type="unfinished">Smazat &amp;soukromá data</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1432"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1433"/>
         <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like browsing history, search history or the favicons database.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Smazat soukromá data&lt;/b&gt;&lt;p&gt;Smaže soukromá data jako je historie prohlížení, vyhledávání a databáze favicon.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1442"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1443"/>
         <source>Clear icons database</source>
         <translation type="unfinished">Vyčistit ikony databáze</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1442"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1443"/>
         <source>Clear &amp;icons database</source>
         <translation type="unfinished">Smazat databázi &amp;ikon</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1447"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1448"/>
         <source>Clear the database of favicons</source>
         <translation type="unfinished">Vyčistit databázi favicons</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1449"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1450"/>
         <source>&lt;b&gt;Clear icons database&lt;/b&gt;&lt;p&gt;Clears the database of favicons of previously visited URLs.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Vyčistit databázi favicons&lt;/b&gt;&lt;p&gt;Vyčistit databázi favicons navštívených URL.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1458"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1459"/>
         <source>Manage saved Favicons</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1464"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1465"/>
         <source>Show a dialog to manage the saved favicons</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1466"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1467"/>
         <source>&lt;b&gt;Manage saved Favicons&lt;/b&gt;&lt;p&gt;This shows a dialog to manage the saved favicons of previously visited URLs.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1475"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1476"/>
         <source>Configure Search Engines</source>
         <translation type="unfinished">Konfigurovat vyhledávací enginy</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1475"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1476"/>
         <source>Configure Search &amp;Engines...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1480"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1481"/>
         <source>Configure the available search engines</source>
         <translation type="unfinished">Konfigurovat dostupné vyhledávací enginy</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1482"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1483"/>
         <source>&lt;b&gt;Configure Search Engines...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the available search engines.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Konfigurivat vyhledávací enginy...&lt;/b&gt;&lt;p&gt;Otevře dialog pro konfiguraci dostupných vyhledávacích enginů.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1492"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1493"/>
         <source>Manage Saved Passwords</source>
         <translation type="unfinished">Spravovat uložená hesla</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1492"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1493"/>
         <source>Manage Saved Passwords...</source>
         <translation type="unfinished">Spravovat uložená hesla...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1498"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1499"/>
         <source>Manage the saved passwords</source>
         <translation type="unfinished">Spravovat vaše uložená hesla</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1500"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1501"/>
         <source>&lt;b&gt;Manage Saved Passwords...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved passwords.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Spravovat uložená hesla...&lt;/b&gt;&lt;p&gt;Otevře dialog pro spravování uložených hesel.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1508"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1509"/>
         <source>Ad Block</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1508"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1509"/>
         <source>&amp;Ad Block...</source>
         <translation type="unfinished">&amp;Ad Block...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1514"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1515"/>
         <source>Configure AdBlock subscriptions and rules</source>
         <translation type="unfinished">Konfigurovat AdBlock odebírání a pravidla</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1516"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1517"/>
         <source>&lt;b&gt;Ad Block...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure AdBlock subscriptions and rules.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Ad Block...&lt;/b&gt;&lt;p&gt;Otevře dialog pro konfiguraci AdBlock odebírání a pravidel.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1525"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1526"/>
         <source>Manage SSL Certificate Errors</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1525"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1526"/>
         <source>Manage SSL Certificate Errors...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1531"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1532"/>
         <source>Manage the accepted SSL certificate Errors</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1533"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1534"/>
         <source>&lt;b&gt;Manage SSL Certificate Errors...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the accepted SSL certificate errors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1543"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1544"/>
         <source>Downloads</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1547"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1548"/>
         <source>Shows the downloads window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1549"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1550"/>
         <source>&lt;b&gt;Downloads&lt;/b&gt;&lt;p&gt;Shows the downloads window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1558"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1559"/>
         <source>RSS Feeds Dialog</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1558"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1559"/>
         <source>&amp;RSS Feeds Dialog...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1558"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1559"/>
         <source>Ctrl+Shift+F</source>
         <comment>Help|RSS Feeds Dialog</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1564"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1565"/>
         <source>Open a dialog showing the configured RSS feeds.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1566"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1567"/>
         <source>&lt;b&gt;RSS Feeds Dialog...&lt;/b&gt;&lt;p&gt;Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1576"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1577"/>
         <source>Siteinfo Dialog</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1576"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1577"/>
         <source>&amp;Siteinfo Dialog...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1576"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1577"/>
         <source>Ctrl+Shift+I</source>
         <comment>Help|Siteinfo Dialog</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1582"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1583"/>
         <source>Open a dialog showing some information about the current site.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1584"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1585"/>
         <source>&lt;b&gt;Siteinfo Dialog...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the current site.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1593"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1594"/>
         <source>Manage User Agent Settings</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1593"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1594"/>
         <source>Manage &amp;User Agent Settings</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1597"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1598"/>
         <source>Shows a dialog to manage the User Agent settings</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1599"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1600"/>
         <source>&lt;b&gt;Manage User Agent Settings&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the User Agent settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1608"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1609"/>
         <source>Synchronize data</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1608"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1609"/>
         <source>&amp;Synchronize Data...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1613"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1614"/>
         <source>Shows a dialog to synchronize data via the network</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1615"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1616"/>
         <source>&lt;b&gt;Synchronize Data...&lt;/b&gt;&lt;p&gt;This shows a dialog to synchronize data via the network.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1625"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1626"/>
         <source>Manage Saved Zoom Values</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1625"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1626"/>
         <source>Manage Saved Zoom Values...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1631"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1632"/>
         <source>Manage the saved zoom values</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1633"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1634"/>
         <source>&lt;b&gt;Manage Saved Zoom Values...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved zoom values.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1645"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1646"/>
         <source>Toggle the JavaScript console window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1647"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1648"/>
         <source>&lt;b&gt;JavaScript Console&lt;/b&gt;&lt;p&gt;This toggles the JavaScript console window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1677"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1678"/>
         <source>&amp;File</source>
         <translation type="unfinished">S&amp;oubor</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1700"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1701"/>
         <source>&amp;Edit</source>
         <translation type="unfinished">&amp;Edit</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1715"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1716"/>
         <source>&amp;View</source>
         <translation type="unfinished">Poh&amp;led</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1723"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1724"/>
         <source>Text Encoding</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1729"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1730"/>
         <source>&amp;Go</source>
         <translation type="unfinished">&amp;Jít</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1744"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1745"/>
         <source>H&amp;istory</source>
         <translation type="unfinished">H&amp;istorie</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1752"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1753"/>
         <source>&amp;Bookmarks</source>
         <translation type="unfinished">&amp;Záložky</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1767"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1768"/>
         <source>&amp;Settings</source>
         <translation type="unfinished">Na&amp;stavení</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1794"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1795"/>
         <source>Global User Agent</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1807"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1808"/>
         <source>&amp;Tools</source>
         <translation type="unfinished">&amp;Nástroje</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1814"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1815"/>
         <source>&amp;Window</source>
         <translation type="unfinished">O&amp;kno</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1826"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1827"/>
         <source>&amp;Help</source>
         <translation type="unfinished">&amp;Nápověda</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1837"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1838"/>
         <source>File</source>
         <translation type="unfinished">Soubor</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1865"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1866"/>
         <source>Edit</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1877"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1878"/>
         <source>View</source>
         <translation type="unfinished">Pohled</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1886"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1887"/>
         <source>Find</source>
         <translation type="unfinished">Hledat</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1894"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1895"/>
         <source>Filter</source>
         <translation type="unfinished">Filtr</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1899"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1900"/>
         <source>Filtered by: </source>
         <translation type="unfinished">Filtrováno: </translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1906"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1907"/>
         <source>Settings</source>
         <translation type="unfinished">Nastavení</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1917"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1918"/>
         <source>Tools</source>
         <translation type="unfinished">Nástroje</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1925"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1926"/>
         <source>Help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1932"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1933"/>
         <source>Go</source>
         <translation type="unfinished">Jít</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1985"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1986"/>
         <source>VirusTotal</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1989"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1990"/>
         <source>Scan current site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3865"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3882"/>
         <source>IP Address Report</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3875"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3892"/>
         <source>Domain Report</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2115"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2116"/>
         <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2115"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2116"/>
         <source>OK</source>
         <translation type="unfinished">OK</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2148"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2149"/>
         <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source>
         <translation type="unfinished">Help soubory (*.html *.htm);;PDF soubory (*.pdf);;CHM soubory (*.chm);;Všechny soubory (*)</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2200"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2201"/>
         <source>&lt;b&gt;eric6 Web Browser - {0}&lt;/b&gt;&lt;p&gt;The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.&lt;/p&gt;&lt;p&gt;It is based on QtWebEngine {1} and Chrome {2}.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2313"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2314"/>
         <source>Saved Tabs</source>
         <translation type="unfinished">Uložkt taby</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2552"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2553"/>
         <source>Restore Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2859"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2862"/>
         <source>Could not find an associated content.</source>
         <translation type="unfinished">Asociovaný obsah nelze nalézt.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2962"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2965"/>
         <source>Updating search index</source>
         <translation type="unfinished">Aktualizovat index pro hledání</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3032"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3035"/>
         <source>Looking for Documentation...</source>
         <translation type="unfinished">Vyhledat dokumentaci...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3067"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3070"/>
         <source>Unfiltered</source>
         <translation type="unfinished">Nefiltrováno</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3086"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3089"/>
         <source>Help Engine</source>
         <translation type="unfinished">Engine nápovědy</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3543"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3560"/>
         <source>ISO</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3544"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3561"/>
         <source>Windows</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3545"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3562"/>
         <source>ISCII</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3546"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3563"/>
         <source>Unicode</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3547"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3564"/>
         <source>Other</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3548"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3565"/>
         <source>IBM</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3570"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3587"/>
         <source>Default Encoding</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3830"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3847"/>
         <source>VirusTotal Scan</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3830"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3847"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3856"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3873"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3865"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3882"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3875"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3892"/>
         <source>Enter a valid domain name:</source>
         <translation type="unfinished"></translation>
     </message>
Binary file i18n/eric6_de.qm has changed
--- a/i18n/eric6_de.ts	Sat Apr 30 13:07:13 2016 +0200
+++ b/i18n/eric6_de.ts	Sat Apr 30 20:01:30 2016 +0200
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="de">
+<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage="">
 <context>
     <name>AboutDialog</name>
     <message>
@@ -1878,8 +1877,8 @@
     </message>
     <message>
         <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="145"/>
-        <source>Open in New &amp;Tab	Ctrl+LMB</source>
-        <translation>In neuem &amp;Register öffnen	Strg+LMK</translation>
+        <source>Open in New &amp;Tab<byte value="x9"/>Ctrl+LMB</source>
+        <translation>In neuem &amp;Register öffnen<byte value="x9"/>Strg+LMK</translation>
     </message>
     <message>
         <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="142"/>
@@ -1888,8 +1887,8 @@
     </message>
     <message>
         <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="145"/>
-        <source>Open in New Tab	Ctrl+LMB</source>
-        <translation>In neuem Register öffnen	Strg+LMK</translation>
+        <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source>
+        <translation>In neuem Register öffnen<byte value="x9"/>Strg+LMK</translation>
     </message>
     <message>
         <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="148"/>
@@ -1977,8 +1976,8 @@
     </message>
     <message>
         <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="93"/>
-        <source>Open in New &amp;Tab	Ctrl+LMB</source>
-        <translation>In neuem &amp;Register öffnen	Strg+LMK</translation>
+        <source>Open in New &amp;Tab<byte value="x9"/>Ctrl+LMB</source>
+        <translation>In neuem &amp;Register öffnen<byte value="x9"/>Strg+LMK</translation>
     </message>
     <message>
         <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="86"/>
@@ -1987,8 +1986,8 @@
     </message>
     <message>
         <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="89"/>
-        <source>Open in New Tab	Ctrl+LMB</source>
-        <translation>In neuem Register öffnen	Strg+LMK</translation>
+        <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source>
+        <translation>In neuem Register öffnen<byte value="x9"/>Strg+LMK</translation>
     </message>
     <message>
         <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="92"/>
@@ -16571,8 +16570,8 @@
     </message>
     <message>
         <location filename="../Helpviewer/HelpBrowserWV.py" line="1208"/>
-        <source>Open Link in New Tab	Ctrl+LMB</source>
-        <translation>Link in neuem Fenster öffnen	Strg+LMK</translation>
+        <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source>
+        <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation>
     </message>
     <message>
         <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/>
@@ -37876,27 +37875,27 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="../Preferences/__init__.py" line="1502"/>
+        <location filename="../Preferences/__init__.py" line="1505"/>
         <source>Export Preferences</source>
         <translation>Einstellungen exportieren</translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1530"/>
+        <location filename="../Preferences/__init__.py" line="1533"/>
         <source>Import Preferences</source>
         <translation>Einstellungen importieren</translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1530"/>
+        <location filename="../Preferences/__init__.py" line="1533"/>
         <source>Properties File (*.ini);;All Files (*)</source>
         <translation>Properties-Dateien (*.ini);;Alle Dateien (*)</translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1632"/>
+        <location filename="../Preferences/__init__.py" line="1635"/>
         <source>Select Python{0} Interpreter</source>
         <translation>Wähle den Python{0}-Interpreter</translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1632"/>
+        <location filename="../Preferences/__init__.py" line="1635"/>
         <source>Select the Python{0} interpreter to be used:</source>
         <translation>Wähle den zu verwendenden Python{0}-Interpreter aus:</translation>
     </message>
@@ -66877,69 +66876,114 @@
         <translation>Wähle die für die Onlinesuche zu verwendende Sprache</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="538"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="574"/>
         <source>Navigation</source>
         <translation>Navigation</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="544"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="580"/>
         <source>Select to enable the spatial navigation feature</source>
         <translation>Auswählen, um die räumliche Navigation zu aktivieren</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="547"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="583"/>
         <source>&lt;b&gt;Enable Spatial Navigation&lt;/b&gt;
 &lt;p&gt;This enables or disables the Spatial Navigation feature, which consists in the ability to navigate between focusable elements in a Web page, such as hyperlinks and form controls, by using Left, Right, Up and Down arrow keys. For example, if a user presses the Right key, heuristics determine whether there is an element he might be trying to reach towards the right and which element he probably wants.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Räumliche Navigation aktivieren&lt;/b&gt;
 &lt;p&gt;Dies aktiviert oder deaktiviert die räumliche Navigation, welche in der Fähigkeit besteht, zwischen ansteuerbaren Elementen einer Web Seite, wie Hyperlinks und Eingabeelementen, mit den Links-, Rechts-, Hoch- und Runter-Tasten zu navigieren. Wenn der Nutzer z.B. die Rechts-Taste drückt, ermittelt eine Heuristik, ob es ein Element zur Rechten gibt, das er zu erreichen versucht, und welches er am wahrscheinlichsten möchte.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="551"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="587"/>
         <source>Enable Spatial Navigation</source>
         <translation>Räumliche Navigation aktivieren</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="558"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="594"/>
         <source>Select to include links in focus chain</source>
         <translation>Auswählen, um Links in der Fokuskette einzuschließen</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="561"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="597"/>
         <source>&lt;b&gt;Include Links in Focus Chain&lt;/b&gt;
 &lt;p&gt;This selects whether hyperlinks should be included in the keyboard focus chain.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Links in Fokuskette einbinden&lt;/b&gt;
 &lt;p&gt;Dies wählt aus, ob Hyperlinks in der mit der Tastatur ansteuerbaren Fokuskette enthalten sein sollen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="565"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="601"/>
         <source>Include Links in Focus Chain</source>
         <translation>Links in Fokuskette einbinden</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="575"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="689"/>
         <source>Select to enable the Web Inspector tool</source>
         <translation>Auswählen, um das Web-Inspektor Werkzeug zu aktivieren</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="578"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="692"/>
         <source>Enable Web Development (Web Inspector)</source>
         <translation>Web-Entwicklung (Web-Inspektor) aktivieren</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="590"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="704"/>
         <source>Web Inspector Port:</source>
         <translation>Web-Inspektor Port:</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="597"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="711"/>
         <source>Enter the port to be used by the web inspector</source>
         <translation>Gib den durch Web-Inspektor zu verwendenden Port ein</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="626"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="740"/>
         <source>&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; Web Inspector settings are activated after a restart of the application.&lt;/font&gt;</source>
         <translation>&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Hinweis:&lt;/b&gt; Die Web-Inspektor Einstellungen werden beim nächsten Start der Anwendung aktiv.&lt;/font&gt;</translation>
     </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="538"/>
+        <source>Image Search</source>
+        <translation>Bildsuche</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="544"/>
+        <source>Default Search Engine:</source>
+        <translation>Standardsuchmaschine:</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="551"/>
+        <source>Select the default search engine for image searches</source>
+        <translation>Wähle die Standardsuchmaschine für die Bildsuche</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="611"/>
+        <source>Select to enable the auto-scroller</source>
+        <translation>Auswählen, um automatisches Rollen einzuschalten</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="614"/>
+        <source>Automatic Scrolling</source>
+        <translation>Automatisches Rollen</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="623"/>
+        <source>This function is activated by a Mouse Middle Click.</source>
+        <translation>Diese Funktion wird durch einen Klick des mittleren Knopfes aktiviert.</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="635"/>
+        <source>Scroll Divider:</source>
+        <translation>Teiler:</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="642"/>
+        <source>Enter the auto-scroll divider value</source>
+        <translation>Gib den Teilerwert ein</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="676"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Setting higher divider will slow down scrolling.</source>
+        <translation>&lt;b&gt;Hinweis:&lt;/b&gt; Höhere Werte für den Teiler verlangsamen das Rollen.</translation>
+    </message>
 </context>
 <context>
     <name>WebBrowserTabWidget</name>
@@ -67127,8 +67171,8 @@
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserView.py" line="537"/>
-        <source>Open Link in New Tab	Ctrl+LMB</source>
-        <translation>Link in neuem Fenster öffnen	Strg+LMK</translation>
+        <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source>
+        <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserView.py" line="541"/>
@@ -67166,182 +67210,182 @@
         <translation>Link mit VirusTotal überprüfen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="587"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="585"/>
         <source>Open Image in New Tab</source>
         <translation>Bild in neuem Register öffnen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="592"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="590"/>
         <source>Save Image</source>
         <translation>Bild speichern</translation>
     </message>
     <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="593"/>
+        <source>Copy Image to Clipboard</source>
+        <translation>Bild in die Zwischenablage kopieren</translation>
+    </message>
+    <message>
         <location filename="../WebBrowser/WebBrowserView.py" line="595"/>
-        <source>Copy Image to Clipboard</source>
-        <translation>Bild in die Zwischenablage kopieren</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="597"/>
         <source>Copy Image Location to Clipboard</source>
         <translation>Bildadresse in die Zwischenablage kopieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="601"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="599"/>
         <source>Send Image Link</source>
         <translation>Link auf Bild verschicken</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="628"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="626"/>
         <source>Block Image</source>
         <translation>Bild blockieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="634"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="632"/>
         <source>Scan Image with VirusTotal</source>
         <translation>Bild mit VirusTotal überprüfen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="652"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="650"/>
         <source>Play</source>
         <translation>Abspielen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="656"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="654"/>
         <source>Pause</source>
         <translation>Pause</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="660"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="658"/>
         <source>Unmute</source>
         <translation>Laut</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="664"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="662"/>
         <source>Mute</source>
         <translation>Stumm</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="668"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="666"/>
         <source>Copy Media Address to Clipboard</source>
         <translation>Medienadresse in die Zwischenablage kopieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="672"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="670"/>
         <source>Send Media Address</source>
         <translation>Medienadresse verschicken</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="676"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="674"/>
         <source>Save Media</source>
         <translation>Medium speichern</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="694"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="692"/>
         <source>Send Text</source>
         <translation>Text verschicken</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="701"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="699"/>
         <source>Search with &apos;{0}&apos;</source>
         <translation>Mit &apos;{0}&apos; suchen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="707"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="705"/>
         <source>Search with...</source>
         <translation>Suchen mit...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="840"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="838"/>
         <source>Google Translate</source>
         <translation>Google Übersetzer</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="736"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="734"/>
         <source>Dictionary</source>
         <translation>Wörterbuch</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="744"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="742"/>
         <source>Go to web address</source>
         <translation>Zur Web-Adresse springen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="767"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="765"/>
         <source>Add New Page</source>
         <translation>Neue Seite hinzufügen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="770"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="768"/>
         <source>Configure Speed Dial</source>
         <translation>Schnellwahleinstellungen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="774"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="772"/>
         <source>Reload All Dials</source>
         <translation>Alle Schnellwahlen neu laden</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="782"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="780"/>
         <source>Bookmark this Page</source>
         <translation>Lesezeichen für diese Seite hinzufügen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="785"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="783"/>
         <source>Copy Page Link</source>
         <translation>Link der Seite kopieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="788"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="786"/>
         <source>Send Page Link</source>
         <translation>Link der Seite verschicken</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="794"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="792"/>
         <source>User Agent</source>
         <translation>User Agent</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="821"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="819"/>
         <source>Validate Page</source>
         <translation>Seite validieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="878"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="876"/>
         <source>Add to web search toolbar</source>
         <translation>Zur Websuchleiste hinzufügen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="1445"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1476"/>
         <source>Failed loading page</source>
         <translation>Laden der Seite fehlgeschlagen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="1446"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1477"/>
         <source>Something went wrong while loading this page.</source>
         <translation>Etwas ist bei Laden der Seite schiefgelaufen.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="1449"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1480"/>
         <source>Try reloading the page or closing some tabs to make more memory available.</source>
         <translation>Versuche die Seite neu zu laden oder schließe einige Register, um Speicher freizumachen.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="1454"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1485"/>
         <source>Reload Page</source>
         <translation>Seite neu laden</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="778"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="776"/>
         <source>Reset to Default Dials</source>
         <translation>Alle Schnellwahlen zurücksetzen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="619"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="617"/>
         <source>Search image in {0}</source>
         <translation>Bild mit {0} suchen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="616"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="614"/>
         <source>Search image with...</source>
         <translation>Bild suchen mit ...</translation>
     </message>
@@ -67377,1838 +67421,1838 @@
 <context>
     <name>WebBrowserWindow</name>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3042"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3045"/>
         <source>eric6 Web Browser</source>
         <translation>eric6 Web-Browser</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="218"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="219"/>
         <source>Contents</source>
         <translation>Inhalt</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1350"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1351"/>
         <source>Index</source>
         <translation>Index</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1364"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1365"/>
         <source>Search</source>
         <translation>Suchen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1641"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1642"/>
         <source>JavaScript Console</source>
         <translation>JavaScript-Konsole</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="487"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="488"/>
         <source>New Tab</source>
         <translation>Neues Register</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="487"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="488"/>
         <source>&amp;New Tab</source>
         <translation>&amp;Neues Register</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="487"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="488"/>
         <source>Ctrl+T</source>
         <comment>File|New Tab</comment>
         <translation>Ctrl+T</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="493"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="494"/>
         <source>Open a new web browser tab</source>
         <translation>Öffne ein neues Web-Browser Register</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="494"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="495"/>
         <source>&lt;b&gt;New Tab&lt;/b&gt;&lt;p&gt;This opens a new web browser tab.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Neues Register&lt;/b&gt;&lt;p&gt;Dies öffnet ein neues Web-Browser Register.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="502"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="503"/>
         <source>New Window</source>
         <translation>Neues Fenster</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="502"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="503"/>
         <source>New &amp;Window</source>
         <translation>Neues &amp;Fenster</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="502"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="503"/>
         <source>Ctrl+N</source>
         <comment>File|New Window</comment>
         <translation>Ctrl+N</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="508"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="509"/>
         <source>Open a new web browser window</source>
         <translation>Öffne ein neues Web-Browser Fenster</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="509"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="510"/>
         <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new web browser window in the current privacy mode.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Neues Fenster&lt;/b&gt;&lt;p&gt;Dies öffnet ein neues Web-Browser Fenster im aktuellen Privatsphärenmodus.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2115"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2116"/>
         <source>New Private Window</source>
         <translation>Neues Privates Fenster</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="518"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="519"/>
         <source>New &amp;Private Window</source>
         <translation>Neues &amp;Privates Fenster</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="518"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="519"/>
         <source>Ctrl+Shift+P</source>
         <comment>File|New Private Window</comment>
         <translation>Ctrl+Shift+P</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="524"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="525"/>
         <source>Open a new private web browser window</source>
         <translation>Öffnet ein neues privates Web-Browser Fenster</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="526"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="527"/>
         <source>&lt;b&gt;New Private Window&lt;/b&gt;&lt;p&gt;This opens a new private web browser window by starting a new web browser instance in private mode.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Neues Privates Fenster&lt;/b&gt;&lt;p&gt;Dies startet ein neues privates Web-Browser Fenster durch Starten einer neuen Web-Browser Instanz im Privatmodus.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2148"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2149"/>
         <source>Open File</source>
         <translation>Datei öffnen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="535"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="536"/>
         <source>&amp;Open File</source>
         <translation>Datei &amp;öffnen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="535"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="536"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation>Ctrl+O</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="541"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="542"/>
         <source>Open a file for display</source>
         <translation>Öffnet eine Datei zur Anzeige</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="542"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="543"/>
         <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a new file for display. It pops up a file selection dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Datei öffnen&lt;/b&gt;&lt;p&gt;Dies öffnet eine neue Datei zur Anzeige. Es wird zunächst ein Dateiauswahldialog angezeigt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="551"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="552"/>
         <source>Open File in New Tab</source>
         <translation>Datei in neuem Register öffnen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="551"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="552"/>
         <source>Open File in New &amp;Tab</source>
         <translation>Datei in neuem &amp;Register öffnen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="551"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="552"/>
         <source>Shift+Ctrl+O</source>
         <comment>File|Open in new tab</comment>
         <translation>Shift+Ctrl+O</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="557"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="558"/>
         <source>Open a file for display in a new tab</source>
         <translation>Öffnet eine Datei zur Anzeige in einem neuen Register</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="559"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="560"/>
         <source>&lt;b&gt;Open File in New Tab&lt;/b&gt;&lt;p&gt;This opens a new file for display in a new tab. It pops up a file selection dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Datei in neuem Register öffnen&lt;/b&gt;&lt;p&gt;Dies öffnet eine Datei zur Anzeige in einem neuen Register. Es wird zunächst ein Dateiauswahldialog angezeigt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="585"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="586"/>
         <source>Save Page Screen</source>
         <translation>Bildschirmfoto speichern</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="585"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="586"/>
         <source>Save Page Screen...</source>
         <translation>Bildschirmfoto speichern...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="590"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="591"/>
         <source>Save the current page as a screen shot</source>
         <translation>Speichert die aktuelle Seite als Bildschirmfoto</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="592"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="593"/>
         <source>&lt;b&gt;Save Page Screen...&lt;/b&gt;&lt;p&gt;Saves the current page as a screen shot.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Bildschirmfoto speichern...&lt;/b&gt;&lt;p&gt;Dies speichert die aktuelle Seite als Bildschirmfoto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="600"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="601"/>
         <source>Save Visible Page Screen</source>
         <translation>Bildschirmfoto (sichtbarer Bereich) speichern</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="600"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="601"/>
         <source>Save Visible Page Screen...</source>
         <translation>Bildschirmfoto (sichtbarer Bereich) speichern...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="605"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="606"/>
         <source>Save the visible part of the current page as a screen shot</source>
         <translation>Speichert den sichtbaren Bereich der aktuellen Seite als Bildschirmfoto</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="608"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="609"/>
         <source>&lt;b&gt;Save Visible Page Screen...&lt;/b&gt;&lt;p&gt;Saves the visible part of the current page as a screen shot.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Bildschirmfoto (sichtbarer Bereich) speichern...&lt;/b&gt;&lt;p&gt;Dies speichert den sichtbaren Bereich der aktuellen Seite als Bildschirmfoto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="619"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="620"/>
         <source>Import Bookmarks</source>
         <translation>Lesezeichen importieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="619"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="620"/>
         <source>&amp;Import Bookmarks...</source>
         <translation>Lesezeichen &amp;importieren...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="623"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="624"/>
         <source>Import bookmarks from other browsers</source>
         <translation>Importiere Lesezeichen von anderen Browsern</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="625"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="626"/>
         <source>&lt;b&gt;Import Bookmarks&lt;/b&gt;&lt;p&gt;Import bookmarks from other browsers.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Lesezeichen importieren&lt;/b&gt;&lt;p&gt;Importiere Lesezeichen von anderen Browsern.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="634"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="635"/>
         <source>Export Bookmarks</source>
         <translation>Lesezeichen exportieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="634"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="635"/>
         <source>&amp;Export Bookmarks...</source>
         <translation>Lesezeichen &amp;exportieren...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="638"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="639"/>
         <source>Export the bookmarks into a file</source>
         <translation>Exportiert die Lesezeichen in eine Datei</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="640"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="641"/>
         <source>&lt;b&gt;Export Bookmarks&lt;/b&gt;&lt;p&gt;Export the bookmarks into a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Lesezeichen exportieren&lt;/b&gt;&lt;p&gt;Exportiert die Lesezeichen in eine Datei.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="649"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="650"/>
         <source>Print</source>
         <translation>Drucken</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="649"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="650"/>
         <source>&amp;Print</source>
         <translation>&amp;Drucken</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="649"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="650"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation>Ctrl+P</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="655"/>
-        <source>Print the displayed help</source>
-        <translation>Druckt die angezeigte Hilfe</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="656"/>
+        <source>Print the displayed help</source>
+        <translation>Druckt die angezeigte Hilfe</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="657"/>
         <source>&lt;b&gt;Print&lt;/b&gt;&lt;p&gt;Print the displayed help text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Drucken&lt;/b&gt;&lt;p&gt;Druckt den angezeigten Hilfetext.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="665"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="666"/>
         <source>Print as PDF</source>
         <translation>Als PDF drucken</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="670"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="671"/>
         <source>Print the displayed help as PDF</source>
         <translation>Druckt die angezeigte Hilfe als PDF</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="672"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="673"/>
         <source>&lt;b&gt;Print as PDF&lt;/b&gt;&lt;p&gt;Print the displayed help text as a PDF file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Als PDF drucken&lt;/b&gt;&lt;p&gt;Druckt den angezeigten Hilfetext als PDF-Datei.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="683"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="684"/>
         <source>Print Preview</source>
         <translation>Druckvorschau</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="688"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="689"/>
         <source>Print preview of the displayed help</source>
         <translation>Druckvorschau der angezeigten Hilfe</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="690"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="691"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the displayed help text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Druckvorschau&lt;/b&gt;&lt;p&gt;Zeigt eine Druckvorschau des angezeigten Hilfetextes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="699"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="700"/>
         <source>Close</source>
         <translation>Schließen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="699"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="700"/>
         <source>&amp;Close</source>
         <translation>Schl&amp;ießen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="699"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="700"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation>Ctrl+W</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="705"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="706"/>
         <source>Close the current help window</source>
         <translation>Schließt das aktuelle Fenster</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="707"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="708"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;Closes the current web browser window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schließen&lt;/b&gt;&lt;p&gt;Schließt das aktuelle Web-Browser Fenster.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="715"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="716"/>
         <source>Close All</source>
         <translation>Alle schließen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="715"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="716"/>
         <source>Close &amp;All</source>
         <translation>Alle &amp;schließen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="719"/>
-        <source>Close all help windows</source>
-        <translation>Schließt alle Fenster</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="720"/>
+        <source>Close all help windows</source>
+        <translation>Schließt alle Fenster</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="721"/>
         <source>&lt;b&gt;Close All&lt;/b&gt;&lt;p&gt;Closes all web browser windows except the first one.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Alle schließen&lt;/b&gt;&lt;p&gt;Schließt alle Web-Browser Fenster mit Ausnahme des ersten.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="729"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="730"/>
         <source>Quit</source>
         <translation>Beenden</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="729"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="730"/>
         <source>&amp;Quit</source>
         <translation>B&amp;eenden</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="729"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="730"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Q</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="735"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="736"/>
         <source>Quit the eric6 Web Browser</source>
         <translation>Beendet den eric6 Web-Browser</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="736"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="737"/>
         <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the eric6 Web Browser.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Beenden&lt;/b&gt;&lt;p&gt;Beendet den eric6 Web-Browser.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="747"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="748"/>
         <source>Backward</source>
         <translation>Zurück</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="747"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="748"/>
         <source>&amp;Backward</source>
         <translation>&amp;Zurück</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="747"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="748"/>
         <source>Alt+Left</source>
         <comment>Go|Backward</comment>
         <translation>Alt+Left</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="753"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="754"/>
         <source>Move one screen backward</source>
         <translation>Eine Seite zurück</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="754"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="755"/>
         <source>&lt;b&gt;Backward&lt;/b&gt;&lt;p&gt;Moves one screen backward. If none is available, this action is disabled.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zurück&lt;/b&gt;&lt;p&gt;Bewegt die Anzeige rückwärts. Falls keine Anzeige möglich ist, ist diese Aktion inaktiv.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="763"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/>
         <source>Forward</source>
         <translation>Vorwärts</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="763"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/>
         <source>&amp;Forward</source>
         <translation>&amp;Vorwärts</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="763"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/>
         <source>Alt+Right</source>
         <comment>Go|Forward</comment>
         <translation>Alt+Right</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="769"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="770"/>
         <source>Move one screen forward</source>
         <translation>Eine Seite vorwärts</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="771"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="772"/>
         <source>&lt;b&gt;Forward&lt;/b&gt;&lt;p&gt;Moves one screen forward. If none is available, this action is disabled.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zurück&lt;/b&gt;&lt;p&gt;Bewegt die Anzeige vorwärts. Falls keine Anzeige möglich ist, ist diese Aktion inaktiv.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="780"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/>
         <source>Home</source>
         <translation>Home</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="780"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/>
         <source>&amp;Home</source>
         <translation>&amp;Anfang</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="780"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/>
         <source>Ctrl+Home</source>
         <comment>Go|Home</comment>
         <translation>Ctrl+Home</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="786"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="787"/>
         <source>Move to the initial help screen</source>
         <translation>Zur Startseite</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="788"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="789"/>
         <source>&lt;b&gt;Home&lt;/b&gt;&lt;p&gt;Moves to the initial screen.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Anfang&lt;/b&gt;&lt;p&gt;Zeigt die Startseite an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="797"/>
         <source>Reload</source>
         <translation>Erneut laden</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="797"/>
         <source>&amp;Reload</source>
         <translation>E&amp;rneut laden</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="797"/>
         <source>Ctrl+R</source>
         <comment>Go|Reload</comment>
         <translation>Ctrl+R</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="797"/>
         <source>F5</source>
         <comment>Go|Reload</comment>
         <translation>F5</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="803"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="804"/>
         <source>Reload the current screen</source>
         <translation>Die aktuelle Seite erneut laden</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="805"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="806"/>
         <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;Reloads the current screen.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Erneut laden&lt;/b&gt;&lt;p&gt;Lädt die aktuelle Seite erneut.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
         <source>Stop</source>
         <translation>Anhalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
         <source>&amp;Stop</source>
         <translation>An&amp;halten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
         <source>Ctrl+.</source>
         <comment>Go|Stop</comment>
         <translation>Ctrl+.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
         <source>Esc</source>
         <comment>Go|Stop</comment>
         <translation>Esc</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="820"/>
-        <source>Stop loading</source>
-        <translation>Laden anhalten</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="821"/>
+        <source>Stop loading</source>
+        <translation>Laden anhalten</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="822"/>
         <source>&lt;b&gt;Stop&lt;/b&gt;&lt;p&gt;Stops loading of the current tab.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Anhalten&lt;/b&gt;&lt;p&gt;Hält das Laden der aktuellen Seite an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/>
         <source>Copy</source>
         <translation>Kopieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/>
         <source>&amp;Copy</source>
         <translation>&amp;Kopieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+C</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="835"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="836"/>
         <source>Copy the selected text</source>
         <translation>Kopiert den ausgewählten Text</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="836"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="837"/>
         <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Kopieren&lt;/b&gt;&lt;p&gt;Kopiert den ausgewählten Text in die Zwischenablage.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="844"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="845"/>
         <source>Cut</source>
         <translation>Ausschneiden</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="844"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="845"/>
         <source>Cu&amp;t</source>
         <translation>&amp;Ausschneiden</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="844"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="845"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation>Ctrl+X</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="850"/>
-        <source>Cut the selected text</source>
-        <translation>Schneidet die Auswahl aus</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="851"/>
+        <source>Cut the selected text</source>
+        <translation>Schneidet die Auswahl aus</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="852"/>
         <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ausschneiden&lt;/b&gt;&lt;p&gt;Schneidet den ausgewählten Text aus und legt ihn in die Zwischenablage.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="859"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="860"/>
         <source>Paste</source>
         <translation>Einfügen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="859"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="860"/>
         <source>&amp;Paste</source>
         <translation>Ein&amp;fügen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="859"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="860"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation>Ctrl+V</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="865"/>
-        <source>Paste text from the clipboard</source>
-        <translation>Fügt den Text der Zwischenablage ein</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="866"/>
+        <source>Paste text from the clipboard</source>
+        <translation>Fügt den Text der Zwischenablage ein</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="867"/>
         <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste some text from the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Einfügen&lt;/b&gt;&lt;p&gt;Fügt den Text der Zwischenablage ein.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="874"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="875"/>
         <source>Undo</source>
         <translation>Rückgängig</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="874"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="875"/>
         <source>&amp;Undo</source>
         <translation>&amp;Rückgängig</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="874"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="875"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation>Ctrl+Z</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="880"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="881"/>
         <source>Undo the last edit action</source>
         <translation>Die letzte Bearbeitung rückgängig machen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="881"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="882"/>
         <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last edit action.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rückgängig&lt;/b&gt;&lt;p&gt;Die letzte Bearbeitung rückgängig machen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="889"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="890"/>
         <source>Redo</source>
         <translation>Wiederherstellen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="889"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="890"/>
         <source>&amp;Redo</source>
         <translation>Wieder&amp;herstellen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="889"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="890"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation>Ctrl+Shift+Z</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="895"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="896"/>
         <source>Redo the last edit action</source>
         <translation>Die letzte Bearbeitung wieder herstellen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="896"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="897"/>
         <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last edit action.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Wiederherstellen&lt;/b&gt;&lt;p&gt;Die letzte Bearbeitung wieder herstellen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="904"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="905"/>
         <source>Select All</source>
         <translation>Alles auswählen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="904"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="905"/>
         <source>&amp;Select All</source>
         <translation>&amp;Alles auswählen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="904"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="905"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select All</comment>
         <translation>Ctrl+A</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="910"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="911"/>
         <source>Select all text</source>
         <translation>Gesamten Text auswählen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="911"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="912"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current browser.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Alles auswählen&lt;/b&gt;&lt;p&gt;Dies wählt den gesamten Text des aktuellen Browsers aus.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="919"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="920"/>
         <source>Find...</source>
         <translation>Suchen...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="919"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="920"/>
         <source>&amp;Find...</source>
         <translation>&amp;Suchen...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="919"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="920"/>
         <source>Ctrl+F</source>
         <comment>Edit|Find</comment>
         <translation>Ctrl+F</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="925"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="926"/>
         <source>Find text in page</source>
         <translation>Text in Seite suchen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="926"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="927"/>
         <source>&lt;b&gt;Find&lt;/b&gt;&lt;p&gt;Find text in the current page.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Suchen&lt;/b&gt;&lt;p&gt;Text in der angezeigten Seite suchen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="934"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="935"/>
         <source>Find next</source>
         <translation>Weitersuchen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="934"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="935"/>
         <source>Find &amp;next</source>
         <translation>&amp;Weitersuchen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="934"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="935"/>
         <source>F3</source>
         <comment>Edit|Find next</comment>
         <translation>F3</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="940"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="941"/>
         <source>Find next occurrence of text in page</source>
         <translation>Das nächste Vorkommen des Textes in der Seite suchen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="942"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="943"/>
         <source>&lt;b&gt;Find next&lt;/b&gt;&lt;p&gt;Find the next occurrence of text in the current page.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Weitersuchen&lt;/b&gt;&lt;p&gt;Suche das nächste Vorkommen des Textes in der aktuellen Seite.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="950"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="951"/>
         <source>Find previous</source>
         <translation>Rückwärtssuchen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="950"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="951"/>
         <source>Find &amp;previous</source>
         <translation>&amp;Rückwärtssuchen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="950"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="951"/>
         <source>Shift+F3</source>
         <comment>Edit|Find previous</comment>
         <translation>Shift+F3</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="956"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="957"/>
         <source>Find previous occurrence of text in page</source>
         <translation>Das vorherige Vorkommen des Textes in der Seite suchen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="958"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="959"/>
         <source>&lt;b&gt;Find previous&lt;/b&gt;&lt;p&gt;Find the previous occurrence of text in the current page.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rückwärtssuchen&lt;/b&gt;&lt;p&gt;Suche das vorherige Vorkommen des Textes in der aktuellen Seite.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="968"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="969"/>
         <source>Manage Bookmarks</source>
         <translation>Lesezeichen verwalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="968"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="969"/>
         <source>&amp;Manage Bookmarks...</source>
         <translation>Lesezeichen &amp;verwalten...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="968"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="969"/>
         <source>Ctrl+Shift+B</source>
         <comment>Help|Manage bookmarks</comment>
         <translation>Ctrl+Shift+B</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="973"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="974"/>
         <source>Open a dialog to manage the bookmarks.</source>
         <translation>Öffnet einen Dialog zur Verwaltung der Lesezeichen.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="975"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="976"/>
         <source>&lt;b&gt;Manage Bookmarks...&lt;/b&gt;&lt;p&gt;Open a dialog to manage the bookmarks.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Lesezeichen verwalten...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zur Verwaltung der Lesezeichen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="984"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="985"/>
         <source>Add Bookmark</source>
         <translation>Lesezeichen hinzufügen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="984"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="985"/>
         <source>Add &amp;Bookmark...</source>
         <translation>&amp;Lesezeichen hinzufügen…</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="984"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="985"/>
         <source>Ctrl+D</source>
         <comment>Help|Add bookmark</comment>
         <translation>Ctrl+D</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="991"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="992"/>
         <source>Open a dialog to add a bookmark.</source>
         <translation>Öffnet einen Dialog zum Hinzufügen von Lesezeichen.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="993"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/>
         <source>&lt;b&gt;Add Bookmark&lt;/b&gt;&lt;p&gt;Open a dialog to add the current URL as a bookmark.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Lesezeichen hinzufügen...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Hinzufügen von Lesezeichen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1001"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1002"/>
         <source>Add Folder</source>
         <translation>Ordner hinzufügen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1001"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1002"/>
         <source>Add &amp;Folder...</source>
         <translation>&amp;Ordner hinzufügen...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1005"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1006"/>
         <source>Open a dialog to add a new bookmarks folder.</source>
         <translation>Öffnet einen Dialog zum Hinzufügen eines Lesezeichenordners.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1007"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1008"/>
         <source>&lt;b&gt;Add Folder...&lt;/b&gt;&lt;p&gt;Open a dialog to add a new bookmarks folder.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ordner hinzufügen...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Hinzufügen eines Lesezeichenordners.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1016"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1017"/>
         <source>Bookmark All Tabs</source>
         <translation>Lesezeichen für alle Tabs</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1016"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1017"/>
         <source>Bookmark All Tabs...</source>
         <translation>Lesezeichen für alle Tabs...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1020"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1021"/>
         <source>Bookmark all open tabs.</source>
         <translation>Fügt Lesezeichen für alle offenen Tabs hinzu.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1022"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1023"/>
         <source>&lt;b&gt;Bookmark All Tabs...&lt;/b&gt;&lt;p&gt;Open a dialog to add a new bookmarks folder for all open tabs.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Lesezeichen für alle Tabs...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog, um einen neuen Lesezeichenordner für alle offenen Tabs hinzuzufügen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1031"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1032"/>
         <source>What&apos;s This?</source>
         <translation>Was ist das?</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1031"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1032"/>
         <source>&amp;What&apos;s This?</source>
         <translation>&amp;Was ist das?</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1031"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1032"/>
         <source>Shift+F1</source>
         <comment>Help|What&apos;s This?&apos;</comment>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1037"/>
-        <source>Context sensitive help</source>
-        <translation>Kontextsensitive Hilfe</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1038"/>
+        <source>Context sensitive help</source>
+        <translation>Kontextsensitive Hilfe</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1039"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zeige kontextsensitive Hilfe an&lt;b&gt;&lt;/p&gt;Im „Was ist das?“-Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1050"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1051"/>
         <source>About</source>
         <translation>Über</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1050"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1051"/>
         <source>&amp;About</source>
         <translation>Ü&amp;ber</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1054"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1055"/>
         <source>Display information about this software</source>
         <translation>Zeigt Informationen zu diesem Programm an</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1056"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1057"/>
         <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Über&lt;/b&gt;&lt;p&gt;Zeigt einige Informationen über dieses Programm an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1064"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1065"/>
         <source>About Qt</source>
         <translation>Über Qt</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1064"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1065"/>
         <source>About &amp;Qt</source>
         <translation>Über &amp;Qt</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1068"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1069"/>
         <source>Display information about the Qt toolkit</source>
         <translation>Zeige Informationen über das Qt-Toolkit an</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1070"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1071"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Über Qt&lt;/b&gt;&lt;p&gt;Zeige Informationen über das Qt-Toolkit an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1078"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1079"/>
         <source>Zoom in</source>
         <translation>Vergrößern</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1078"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1079"/>
         <source>Zoom &amp;in</source>
         <translation>Ver&amp;größern</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1078"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1079"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation>Ctrl++</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1078"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1079"/>
         <source>Zoom In</source>
         <comment>View|Zoom in</comment>
         <translation>Vergrößern</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1085"/>
-        <source>Zoom in on the web page</source>
-        <translation>Die angezeigte Seite vergrößern</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1086"/>
+        <source>Zoom in on the web page</source>
+        <translation>Die angezeigte Seite vergrößern</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1087"/>
         <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the web page. This makes the web page bigger.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vergrößern&lt;/b&gt;&lt;p&gt;Die angezeigte Web-Seite vergrößert darstellen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1095"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1096"/>
         <source>Zoom out</source>
         <translation>Verkleinern</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1095"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1096"/>
         <source>Zoom &amp;out</source>
         <translation>Ver&amp;kleinern</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1095"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1096"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation>Ctrl+-</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1095"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1096"/>
         <source>Zoom Out</source>
         <comment>View|Zoom out</comment>
         <translation>Verkleinern</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1102"/>
-        <source>Zoom out on the web page</source>
-        <translation>Die angezeigte Seite verkleinern</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1103"/>
+        <source>Zoom out on the web page</source>
+        <translation>Die angezeigte Seite verkleinern</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1104"/>
         <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the web page. This makes the web page smaller.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Verkleinern&lt;/b&gt;&lt;p&gt;Die angezeigte Web-Seite verkleinert darstellen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1112"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1113"/>
         <source>Zoom reset</source>
         <translation>Vergrößerung zurücksetzen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1112"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1113"/>
         <source>Zoom &amp;reset</source>
         <translation>Vergrößerung &amp;zurücksetzen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1112"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1113"/>
         <source>Ctrl+0</source>
         <comment>View|Zoom reset</comment>
         <translation>Ctrl+0</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1118"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1119"/>
         <source>Reset the zoom of the web page</source>
         <translation>Die Anzeigegröße zurücksetzen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1120"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1121"/>
         <source>&lt;b&gt;Zoom reset&lt;/b&gt;&lt;p&gt;Reset the zoom of the web page. This sets the zoom factor to 100%.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vergrößerung zurücksetzen&lt;/b&gt;&lt;p&gt;Setzt die Vergrößerung auf den Wert 100% zurück.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1129"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1130"/>
         <source>Show page source</source>
         <translation>Seitenquelltext anzeigen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1129"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1130"/>
         <source>Ctrl+U</source>
         <translation>Ctrl+U</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1134"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1135"/>
         <source>Show the page source in an editor</source>
         <translation>Zeige den Seitenquelltext in einem Editor</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1136"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1137"/>
         <source>&lt;b&gt;Show page source&lt;/b&gt;&lt;p&gt;Show the page source in an editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Seitenquelltext anzeigen&lt;/b&gt;&lt;p&gt;Zeige den Seitenquelltext in einem Editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2545"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2546"/>
         <source>Full Screen</source>
         <translation>Vollbild</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1145"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1146"/>
         <source>&amp;Full Screen</source>
         <translation>&amp;Vollbild</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1145"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1146"/>
         <source>F11</source>
         <translation>F11</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1156"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1157"/>
         <source>Show next tab</source>
         <translation>Zeige nächstes Register</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1156"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1157"/>
         <source>Ctrl+Alt+Tab</source>
         <translation>Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1166"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1167"/>
         <source>Show previous tab</source>
         <translation>Zeige vorheriges Register</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1166"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1167"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1176"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1177"/>
         <source>Switch between tabs</source>
         <translation>Zwischen Registern umschalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1176"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1177"/>
         <source>Ctrl+1</source>
         <translation>Ctrl+1</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1186"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1187"/>
         <source>Preferences</source>
         <translation>Einstellungen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1186"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1187"/>
         <source>&amp;Preferences...</source>
         <translation>&amp;Einstellungen...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1190"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1191"/>
         <source>Set the prefered configuration</source>
         <translation>Konfiguriert die Einstellungen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1192"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1193"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Einstellungen&lt;/b&gt;&lt;p&gt;Konfiguriert die einstellbaren Parameter der Applikation nach Ihren Wünschen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1201"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1202"/>
         <source>Languages</source>
         <translation>Sprachen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1201"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1202"/>
         <source>&amp;Languages...</source>
         <translation>&amp;Sprachen...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1206"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1207"/>
         <source>Configure the accepted languages for web pages</source>
         <translation>Konfigurieren der bevorzugten Sprachen für Websites</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1208"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1209"/>
         <source>&lt;b&gt;Languages&lt;/b&gt;&lt;p&gt;Configure the accepted languages for web pages.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sprachen&lt;/b&gt;&lt;p&gt;Konfigurieren der bevorzugten Sprachen für Websites.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1217"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1218"/>
         <source>Cookies</source>
         <translation>Cookies</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1217"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1218"/>
         <source>C&amp;ookies...</source>
         <translation>C&amp;ookies...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1221"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1222"/>
         <source>Configure cookies handling</source>
         <translation>Cookieverwaltung konfigurieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1223"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1224"/>
         <source>&lt;b&gt;Cookies&lt;/b&gt;&lt;p&gt;Configure cookies handling.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cookies&lt;/b&gt;&lt;p&gt;Cookieverwaltung konfigurieren&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1232"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1233"/>
         <source>Flash Cookies</source>
         <translation>Flash Cookies</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1232"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1233"/>
         <source>&amp;Flash Cookies...</source>
         <translation>&amp;Flash Cookies...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1237"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1238"/>
         <source>Manage flash cookies</source>
         <translation>Verwalte Flash Cookies</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1240"/>
         <source>&lt;b&gt;Flash Cookies&lt;/b&gt;&lt;p&gt;Show a dialog to manage the flash cookies.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Flash Cookies&lt;/b&gt;&lt;p&gt;Zeigt einen Dialog zur Verwaltung der Flash Cookies.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1248"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1249"/>
         <source>Personal Information</source>
         <translation>Persönliche Informationen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1248"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1249"/>
         <source>Personal Information...</source>
         <translation>Persönliche Informationen...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1254"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1255"/>
         <source>Configure personal information for completing form fields</source>
         <translation>Persönliche Informationen zum Ausfüllen von Formularen eingeben</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1256"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1257"/>
         <source>&lt;b&gt;Personal Information...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the personal information used for completing form fields.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Persönliche Informationen...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zur Eingabe persönlicher Informationen, die zum Ausfüllen von Formularen verwendet werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1266"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1267"/>
         <source>GreaseMonkey Scripts</source>
         <translation>GreaseMonkey-Skripte</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1266"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1267"/>
         <source>GreaseMonkey Scripts...</source>
         <translation>GreaseMonkey-Skripte...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1272"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1273"/>
         <source>Configure the GreaseMonkey Scripts</source>
         <translation>GreaseMonkey-Skripte konfigurieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1274"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1275"/>
         <source>&lt;b&gt;GreaseMonkey Scripts...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the available GreaseMonkey Scripts.&lt;/p&gt;</source>
         <translation>&lt;b&gt;GreaseMonkey-Skripte...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zur Konfiguration der verfügbaren GreaseMonkey-Skripte.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1284"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1285"/>
         <source>Edit Message Filters</source>
         <translation>Meldungsfilter bearbeiten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1284"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1285"/>
         <source>Edit Message Filters...</source>
         <translation>Meldungsfilter bearbeiten...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1289"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1290"/>
         <source>Edit the message filters used to suppress unwanted messages</source>
         <translation>Bearbeite die Meldungsfilter, die zur Unterdrückung unerwünschter Meldungen verwendet werden</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1291"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1292"/>
         <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Meldungsfilter bearbeiten&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Bearbeitung der Meldungsfilter, die zur Unterdrückung unerwünschter Meldungen verwendet werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1302"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1303"/>
         <source>Edit HTML5 Feature Permissions</source>
         <translation>HTML5 Feature Berechtigungen bearbeiten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1302"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1303"/>
         <source>Edit HTML5 Feature Permissions...</source>
         <translation>HTML5 Feature Berechtigungen bearbeiten...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1307"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1308"/>
         <source>Edit the remembered HTML5 feature permissions</source>
         <translation>Gemerkte HTML5 Feature Berechtigungen bearbeiten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1309"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1310"/>
         <source>&lt;b&gt;Edit HTML5 Feature Permissions&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the remembered HTML5 feature permissions.&lt;/p&gt;</source>
         <translation>&lt;b&gt;HTML5 Feature Berechtigungen bearbeiten&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Bearbeiten der gemerkten HTML5 Feature Berechtigungen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1320"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1321"/>
         <source>Sync with Table of Contents</source>
         <translation>Mit Inhalt synchronisieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1325"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1326"/>
         <source>Synchronizes the table of contents with current page</source>
         <translation>Synchronisiert das Inhaltsverzeichnis mit der aktuellen Seite</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1327"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1328"/>
         <source>&lt;b&gt;Sync with Table of Contents&lt;/b&gt;&lt;p&gt;Synchronizes the table of contents with current page.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mit Inhalt synchronisieren&lt;/b&gt;&lt;p&gt;Synchronisiert das Inhaltsverzeichnis mit der aktuellen Seite.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1336"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1337"/>
         <source>Table of Contents</source>
         <translation>Inhaltsverzeichnis</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1340"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1341"/>
         <source>Shows the table of contents window</source>
         <translation>Zeigt das Fenster mit dem Inhaltsverzeichnis an</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1342"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1343"/>
         <source>&lt;b&gt;Table of Contents&lt;/b&gt;&lt;p&gt;Shows the table of contents window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Inhaltsverzeichnis&lt;/b&gt;&lt;p&gt;Zeigt das Fenster mit dem Inhaltsverzeichnis an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1354"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1355"/>
         <source>Shows the index window</source>
         <translation>Zeigt das Indexfenster an</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1356"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1357"/>
         <source>&lt;b&gt;Index&lt;/b&gt;&lt;p&gt;Shows the index window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Index&lt;/b&gt;&lt;p&gt;Zeigt das Indexfenster an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1368"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1369"/>
         <source>Shows the search window</source>
         <translation>Zeigt das Suchfenster an</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1370"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1371"/>
         <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Shows the search window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Suchen&lt;/b&gt;&lt;p&gt;Zeigt das Suchfenster an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1379"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1380"/>
         <source>Manage QtHelp Documents</source>
         <translation>QtHelp-Dokumente verwalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1379"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1380"/>
         <source>Manage QtHelp &amp;Documents</source>
         <translation>QtHelp &amp;Dokumente verwalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1383"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1384"/>
         <source>Shows a dialog to manage the QtHelp documentation set</source>
         <translation>Zeigt einen Dialog zur Verwaltung der QtHelp-Dokumente</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1385"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1386"/>
         <source>&lt;b&gt;Manage QtHelp Documents&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the QtHelp documentation set.&lt;/p&gt;</source>
         <translation>&lt;b&gt;QtHelp-Dokumente verwalten&lt;/b&gt;&lt;p&gt;Zeigt einen Dialog zur Verwaltung der QtHelp Dokumente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1395"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1396"/>
         <source>Manage QtHelp Filters</source>
         <translation>QtHelp Filter verwalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1395"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1396"/>
         <source>Manage QtHelp &amp;Filters</source>
         <translation>QtHelp &amp;Filter verwalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1399"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1400"/>
         <source>Shows a dialog to manage the QtHelp filters</source>
         <translation>Zeigt einen Dialog zur Verwaltung der QtHelp-Filter</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1401"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1402"/>
         <source>&lt;b&gt;Manage QtHelp Filters&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the QtHelp filters.&lt;/p&gt;</source>
         <translation>&lt;b&gt;QtHelp-Filter verwalten&lt;/b&gt;&lt;p&gt;Zeigt einen Dialog zur Verwaltung der QtHelp-Filter.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1410"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1411"/>
         <source>Reindex Documentation</source>
         <translation>Dokumentation reindizieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1410"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1411"/>
         <source>&amp;Reindex Documentation</source>
         <translation>Dokumentation &amp;reindizieren</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1414"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1415"/>
         <source>Reindexes the documentation set</source>
         <translation>Reindiziert die Dokumentation</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1416"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1417"/>
         <source>&lt;b&gt;Reindex Documentation&lt;/b&gt;&lt;p&gt;Reindexes the documentation set.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dokumentation reindizieren&lt;/b&gt;&lt;p&gt;Reindiziert die Dokumentation.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1430"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1431"/>
         <source>Clear private data</source>
         <translation>Private Daten löschen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1425"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1426"/>
         <source>&amp;Clear private data</source>
         <translation>&amp;Private Daten löschen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1432"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1433"/>
         <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like browsing history, search history or the favicons database.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Private Daten löschen&lt;/b&gt;&lt;p&gt;Löscht private Daten wie die Web-Chronik, Such-Chronik oder die Icondatenbank.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1442"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1443"/>
         <source>Clear icons database</source>
         <translation>Icondatenbank löschen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1442"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1443"/>
         <source>Clear &amp;icons database</source>
         <translation>Icondatenbank &amp;löschen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1447"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1448"/>
         <source>Clear the database of favicons</source>
         <translation>Löscht die Datenbank mit den Favicons</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1449"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1450"/>
         <source>&lt;b&gt;Clear icons database&lt;/b&gt;&lt;p&gt;Clears the database of favicons of previously visited URLs.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Icondatenbank löschen&lt;/b&gt;&lt;p&gt;Löscht die Datenbank mit den Favicons besuchter URLs.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1458"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1459"/>
         <source>Manage saved Favicons</source>
         <translation>Gespeicherte Favicons verwalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1464"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1465"/>
         <source>Show a dialog to manage the saved favicons</source>
         <translation>Zeigt einen Dialog zur Verwaltung der gespeicherten Favicons an</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1466"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1467"/>
         <source>&lt;b&gt;Manage saved Favicons&lt;/b&gt;&lt;p&gt;This shows a dialog to manage the saved favicons of previously visited URLs.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Gespeicherte Favicons verwalten&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog zur Verwaltung der gespeicherten Favicons von besuchten Webseiten an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1475"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1476"/>
         <source>Configure Search Engines</source>
         <translation>Suchmaschinen verwalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1475"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1476"/>
         <source>Configure Search &amp;Engines...</source>
         <translation>Such&amp;maschinen verwalten...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1480"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1481"/>
         <source>Configure the available search engines</source>
         <translation>Verwalte die verfügbaren Suchmaschinen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1482"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1483"/>
         <source>&lt;b&gt;Configure Search Engines...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the available search engines.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Suchmaschinen verwalten...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zur Verwaltung der verfügbaren Suchmaschinen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1492"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1493"/>
         <source>Manage Saved Passwords</source>
         <translation>Gespeicherte Passwörter verwalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1492"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1493"/>
         <source>Manage Saved Passwords...</source>
         <translation>Gespeicherte Passwörter verwalten...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1498"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1499"/>
         <source>Manage the saved passwords</source>
         <translation>Verwalten gespeicherter Passwörter</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1500"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1501"/>
         <source>&lt;b&gt;Manage Saved Passwords...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved passwords.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Gespeicherte Passwörter verwalten...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zur Verwaltung gespeicherter Passwörter.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1508"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1509"/>
         <source>Ad Block</source>
         <translation>Ad Block</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1508"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1509"/>
         <source>&amp;Ad Block...</source>
         <translation>&amp;Ad Block...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1514"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1515"/>
         <source>Configure AdBlock subscriptions and rules</source>
         <translation>Konfiguriert AdBlock Abonnements und Regeln</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1516"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1517"/>
         <source>&lt;b&gt;Ad Block...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure AdBlock subscriptions and rules.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ad Block...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum konfigurieren von AdBlock Abonnements und Regeln&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1525"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1526"/>
         <source>Manage SSL Certificate Errors</source>
         <translation>SSL Zertifikatsfehler verwalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1525"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1526"/>
         <source>Manage SSL Certificate Errors...</source>
         <translation>SSL Zertifikatsfehler verwalten...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1531"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1532"/>
         <source>Manage the accepted SSL certificate Errors</source>
         <translation>Verwalte die akzeptierten SSL Zertifikatsfehler</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1533"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1534"/>
         <source>&lt;b&gt;Manage SSL Certificate Errors...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the accepted SSL certificate errors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;SSL Zertifikatsfehler verwalten&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Verwaltung der akzeptierten SSL Zertifikatsfehler.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1543"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1544"/>
         <source>Downloads</source>
         <translation>Downloads</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1547"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1548"/>
         <source>Shows the downloads window</source>
         <translation>Zeig das Downloadsfenster an</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1549"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1550"/>
         <source>&lt;b&gt;Downloads&lt;/b&gt;&lt;p&gt;Shows the downloads window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Downloads&lt;/b&gt;&lt;p&gt;Zeig das Downloadsfenster an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1558"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1559"/>
         <source>RSS Feeds Dialog</source>
         <translation>RSS-Feeds-Dialog</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1558"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1559"/>
         <source>&amp;RSS Feeds Dialog...</source>
         <translation>&amp;RSS-Feeds-Dialog...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1558"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1559"/>
         <source>Ctrl+Shift+F</source>
         <comment>Help|RSS Feeds Dialog</comment>
         <translation>Ctrl+Shift+F</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1564"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1565"/>
         <source>Open a dialog showing the configured RSS feeds.</source>
         <translation>Öffnet einen Dialog mit den konfigurierten RSS-Feeds.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1566"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1567"/>
         <source>&lt;b&gt;RSS Feeds Dialog...&lt;/b&gt;&lt;p&gt;Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.&lt;/p&gt;</source>
         <translation>&lt;b&gt;RSS-Feeds-Dialog...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Anzeige der konfigurierten RSS-Feeds. Er kann verwendet werden, um sie zu verwalten und ihren Inhalt anzuzeigen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1576"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1577"/>
         <source>Siteinfo Dialog</source>
         <translation>Seiteninformationen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1576"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1577"/>
         <source>&amp;Siteinfo Dialog...</source>
         <translation>&amp;Seiteninformationen...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1576"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1577"/>
         <source>Ctrl+Shift+I</source>
         <comment>Help|Siteinfo Dialog</comment>
         <translation>Ctrl+Shift+I</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1582"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1583"/>
         <source>Open a dialog showing some information about the current site.</source>
         <translation>Öffnet einen Dialog zur Anzeige von Informationen über die aktuelle Site.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1584"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1585"/>
         <source>&lt;b&gt;Siteinfo Dialog...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the current site.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Site Informationen...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zur Anzeige von Informationen über die aktuelle Site.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1593"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1594"/>
         <source>Manage User Agent Settings</source>
         <translation>User-Agent-Einstellungen verwalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1593"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1594"/>
         <source>Manage &amp;User Agent Settings</source>
         <translation>User-&amp;Agent-Einstellungen verwalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1597"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1598"/>
         <source>Shows a dialog to manage the User Agent settings</source>
         <translation>Zeigt einen Dialog zum Verwalten der User-Agent-Einstellungen an</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1599"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1600"/>
         <source>&lt;b&gt;Manage User Agent Settings&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the User Agent settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;User-Agent-Einstellungen verwalten&lt;/b&gt;&lt;p&gt;Zeigt einen Dialog zum Verwalten der User-Agent-Einstellungen an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1608"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1609"/>
         <source>Synchronize data</source>
         <translation>Synchronisation</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1608"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1609"/>
         <source>&amp;Synchronize Data...</source>
         <translation>&amp;Synchronisation...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1613"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1614"/>
         <source>Shows a dialog to synchronize data via the network</source>
         <translation>Zeigt einen Dialog zum Synchronisieren von Daten über das Netzwerk</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1615"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1616"/>
         <source>&lt;b&gt;Synchronize Data...&lt;/b&gt;&lt;p&gt;This shows a dialog to synchronize data via the network.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Synchronisation...&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog zum Synchronisieren von Daten über das Netzwerk.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1625"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1626"/>
         <source>Manage Saved Zoom Values</source>
         <translation>Gespeicherte Zoomwerte verwalten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1625"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1626"/>
         <source>Manage Saved Zoom Values...</source>
         <translation>Gespeicherte Zoomwerte verwalten...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1631"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1632"/>
         <source>Manage the saved zoom values</source>
         <translation>Verwalten gespeicherter Zoomwerte</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1633"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1634"/>
         <source>&lt;b&gt;Manage Saved Zoom Values...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved zoom values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Gespeicherte Zoomwerte verwalten...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zur Verwaltung gespeicherter Zoomwerte.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1645"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1646"/>
         <source>Toggle the JavaScript console window</source>
         <translation>Schalte die JavaScript-Konsole um</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1647"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1648"/>
         <source>&lt;b&gt;JavaScript Console&lt;/b&gt;&lt;p&gt;This toggles the JavaScript console window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;JavaScript Konsole&lt;/b&gt;&lt;p&gt;Dies schaltet die Anzeige der JavaScript Konsole um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1677"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1678"/>
         <source>&amp;File</source>
         <translation>&amp;Datei</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1700"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1701"/>
         <source>&amp;Edit</source>
         <translation>&amp;Bearbeiten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1715"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1716"/>
         <source>&amp;View</source>
         <translation>&amp;Ansicht</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1723"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1724"/>
         <source>Text Encoding</source>
         <translation>Zeichenkodierung</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1729"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1730"/>
         <source>&amp;Go</source>
         <translation>&amp;Gehe zu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1744"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1745"/>
         <source>H&amp;istory</source>
         <translation>&amp;Chronik</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1752"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1753"/>
         <source>&amp;Bookmarks</source>
         <translation>&amp;Lesezeichen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1767"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1768"/>
         <source>&amp;Settings</source>
         <translation>&amp;Einstellungen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1794"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1795"/>
         <source>Global User Agent</source>
         <translation>Globaler User Agent</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1807"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1808"/>
         <source>&amp;Tools</source>
         <translation>&amp;Werkzeuge</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1814"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1815"/>
         <source>&amp;Window</source>
         <translation>&amp;Fenster</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1826"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1827"/>
         <source>&amp;Help</source>
         <translation>&amp;Hilfe</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1837"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1838"/>
         <source>File</source>
         <translation>Datei</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1865"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1866"/>
         <source>Edit</source>
         <translation>Bearbeiten</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1877"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1878"/>
         <source>View</source>
         <translation>Ansicht</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1886"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1887"/>
         <source>Find</source>
         <translation>Suchen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1894"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1895"/>
         <source>Filter</source>
         <translation>Filter</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1899"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1900"/>
         <source>Filtered by: </source>
         <translation>Filter: </translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1906"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1907"/>
         <source>Settings</source>
         <translation>Einstellungen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1917"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1918"/>
         <source>Tools</source>
         <translation>Werkzeuge</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1925"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1926"/>
         <source>Help</source>
         <translation>Hilfe</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1932"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1933"/>
         <source>Go</source>
         <translation>Gehe zu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1985"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1986"/>
         <source>VirusTotal</source>
         <translation>VirusTotal</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1989"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1990"/>
         <source>Scan current site</source>
         <translation>Aktuelle Seite prüfen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3865"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3882"/>
         <source>IP Address Report</source>
         <translation>IP Adressenbericht</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3875"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3892"/>
         <source>Domain Report</source>
         <translation>Domänenbericht</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2115"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2116"/>
         <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der Prozess konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2115"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2116"/>
         <source>OK</source>
         <translation>OK</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2148"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2149"/>
         <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source>
         <translation>Hilfedateien (*.html *.htm);;PDF-Dateien (*.pdf);;CHM Dateien (*.chm);;Alle Dateien (*)</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2200"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2201"/>
         <source>&lt;b&gt;eric6 Web Browser - {0}&lt;/b&gt;&lt;p&gt;The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.&lt;/p&gt;&lt;p&gt;It is based on QtWebEngine {1} and Chrome {2}.&lt;/p&gt;</source>
         <translation>&lt;b&gt;eric6 Web-Browser – {0}&lt;/b&gt;&lt;p&gt;Der eric6 Web-Browser ist eine kombinierte Anzeige für Hilfe- und HTML-Dateien. Er ist Bestandteil der eric6-Entwicklungsumgebung.&lt;/p&gt;&lt;p&gt;Er basiert auf QtWebEngine {1} und Chrome {2}.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2313"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2314"/>
         <source>Saved Tabs</source>
         <translation>Gesicherte Tabs</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2552"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2553"/>
         <source>Restore Window</source>
         <translation>Fenster wiederherstellen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2859"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2862"/>
         <source>Could not find an associated content.</source>
         <translation>Konnte keinen zugehörigen Inhalt finden.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2962"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2965"/>
         <source>Updating search index</source>
         <translation>Aktualisiere Suchindex</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3032"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3035"/>
         <source>Looking for Documentation...</source>
         <translation>Suche nach Dokumentation...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3067"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3070"/>
         <source>Unfiltered</source>
         <translation>Ungefiltert</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3086"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3089"/>
         <source>Help Engine</source>
         <translation>Hilfe</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3543"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3560"/>
         <source>ISO</source>
         <translation>ISO</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3544"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3561"/>
         <source>Windows</source>
         <translation>Windows</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3545"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3562"/>
         <source>ISCII</source>
         <translation>ISCII</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3546"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3563"/>
         <source>Unicode</source>
         <translation>Unicode</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3547"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3564"/>
         <source>Other</source>
         <translation>Sonstige</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3548"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3565"/>
         <source>IBM</source>
         <translation>IBM</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3570"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3587"/>
         <source>Default Encoding</source>
         <translation>Standardkodierung</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3830"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3847"/>
         <source>VirusTotal Scan</source>
         <translation>VirusTotal-Prüfung</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3830"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3847"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die VirusTotal-Prüfung konnte nicht beauftragt werden.&lt;p&gt;
 &lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3856"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3873"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation>Gib eine gültige IPv4 Adresse in Vierpunktnotation ein:</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3865"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3882"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation>Die eingegebene IP Adresse ist nicht in Vierpunktnotation.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3875"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3892"/>
         <source>Enter a valid domain name:</source>
         <translation>Gib einen gültigen Domänennamen ein:</translation>
     </message>
--- a/i18n/eric6_en.ts	Sat Apr 30 13:07:13 2016 +0200
+++ b/i18n/eric6_en.ts	Sat Apr 30 20:01:30 2016 +0200
@@ -37710,27 +37710,27 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="../Preferences/__init__.py" line="1502"/>
+        <location filename="../Preferences/__init__.py" line="1505"/>
         <source>Export Preferences</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1530"/>
+        <location filename="../Preferences/__init__.py" line="1533"/>
         <source>Import Preferences</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1530"/>
+        <location filename="../Preferences/__init__.py" line="1533"/>
         <source>Properties File (*.ini);;All Files (*)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1632"/>
+        <location filename="../Preferences/__init__.py" line="1635"/>
         <source>Select Python{0} Interpreter</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1632"/>
+        <location filename="../Preferences/__init__.py" line="1635"/>
         <source>Select the Python{0} interpreter to be used:</source>
         <translation type="unfinished"></translation>
     </message>
@@ -66324,65 +66324,110 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="574"/>
+        <source>Navigation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="580"/>
+        <source>Select to enable the spatial navigation feature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="583"/>
+        <source>&lt;b&gt;Enable Spatial Navigation&lt;/b&gt;
+&lt;p&gt;This enables or disables the Spatial Navigation feature, which consists in the ability to navigate between focusable elements in a Web page, such as hyperlinks and form controls, by using Left, Right, Up and Down arrow keys. For example, if a user presses the Right key, heuristics determine whether there is an element he might be trying to reach towards the right and which element he probably wants.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="587"/>
+        <source>Enable Spatial Navigation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="594"/>
+        <source>Select to include links in focus chain</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="597"/>
+        <source>&lt;b&gt;Include Links in Focus Chain&lt;/b&gt;
+&lt;p&gt;This selects whether hyperlinks should be included in the keyboard focus chain.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="601"/>
+        <source>Include Links in Focus Chain</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="689"/>
+        <source>Select to enable the Web Inspector tool</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="692"/>
+        <source>Enable Web Development (Web Inspector)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="704"/>
+        <source>Web Inspector Port:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="711"/>
+        <source>Enter the port to be used by the web inspector</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="740"/>
+        <source>&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; Web Inspector settings are activated after a restart of the application.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="538"/>
-        <source>Navigation</source>
+        <source>Image Search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="544"/>
-        <source>Select to enable the spatial navigation feature</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="547"/>
-        <source>&lt;b&gt;Enable Spatial Navigation&lt;/b&gt;
-&lt;p&gt;This enables or disables the Spatial Navigation feature, which consists in the ability to navigate between focusable elements in a Web page, such as hyperlinks and form controls, by using Left, Right, Up and Down arrow keys. For example, if a user presses the Right key, heuristics determine whether there is an element he might be trying to reach towards the right and which element he probably wants.&lt;/p&gt;</source>
+        <source>Default Search Engine:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="551"/>
-        <source>Enable Spatial Navigation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="558"/>
-        <source>Select to include links in focus chain</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="561"/>
-        <source>&lt;b&gt;Include Links in Focus Chain&lt;/b&gt;
-&lt;p&gt;This selects whether hyperlinks should be included in the keyboard focus chain.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="565"/>
-        <source>Include Links in Focus Chain</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="575"/>
-        <source>Select to enable the Web Inspector tool</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="578"/>
-        <source>Enable Web Development (Web Inspector)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="590"/>
-        <source>Web Inspector Port:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="597"/>
-        <source>Enter the port to be used by the web inspector</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="626"/>
-        <source>&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; Web Inspector settings are activated after a restart of the application.&lt;/font&gt;</source>
+        <source>Select the default search engine for image searches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="611"/>
+        <source>Select to enable the auto-scroller</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="614"/>
+        <source>Automatic Scrolling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="623"/>
+        <source>This function is activated by a Mouse Middle Click.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="635"/>
+        <source>Scroll Divider:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="642"/>
+        <source>Enter the auto-scroll divider value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="676"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Setting higher divider will slow down scrolling.</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -66611,182 +66656,182 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="587"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="585"/>
         <source>Open Image in New Tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="592"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="590"/>
         <source>Save Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="593"/>
+        <source>Copy Image to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../WebBrowser/WebBrowserView.py" line="595"/>
-        <source>Copy Image to Clipboard</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="597"/>
         <source>Copy Image Location to Clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="601"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="599"/>
         <source>Send Image Link</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="628"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="626"/>
         <source>Block Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="634"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="632"/>
         <source>Scan Image with VirusTotal</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="652"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="650"/>
         <source>Play</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="656"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="654"/>
         <source>Pause</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="660"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="658"/>
         <source>Unmute</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="664"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="662"/>
         <source>Mute</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="668"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="666"/>
         <source>Copy Media Address to Clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="672"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="670"/>
         <source>Send Media Address</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="676"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="674"/>
         <source>Save Media</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="694"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="692"/>
         <source>Send Text</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="701"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="699"/>
         <source>Search with &apos;{0}&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="707"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="705"/>
         <source>Search with...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="840"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="838"/>
         <source>Google Translate</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="736"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="734"/>
         <source>Dictionary</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="744"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="742"/>
         <source>Go to web address</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="767"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="765"/>
         <source>Add New Page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="770"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="768"/>
         <source>Configure Speed Dial</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="774"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="772"/>
         <source>Reload All Dials</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="782"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="780"/>
         <source>Bookmark this Page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="785"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="783"/>
         <source>Copy Page Link</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="788"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="786"/>
         <source>Send Page Link</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="794"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="792"/>
         <source>User Agent</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="821"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="819"/>
         <source>Validate Page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="878"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="876"/>
         <source>Add to web search toolbar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="1445"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1476"/>
         <source>Failed loading page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="1446"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1477"/>
         <source>Something went wrong while loading this page.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="1449"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1480"/>
         <source>Try reloading the page or closing some tabs to make more memory available.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="1454"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1485"/>
         <source>Reload Page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="778"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="776"/>
         <source>Reset to Default Dials</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="619"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="617"/>
         <source>Search image in {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserView.py" line="616"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="614"/>
         <source>Search image with...</source>
         <translation type="unfinished"></translation>
     </message>
@@ -66822,1837 +66867,1837 @@
 <context>
     <name>WebBrowserWindow</name>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3042"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3045"/>
         <source>eric6 Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="218"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="219"/>
         <source>Contents</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1350"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1351"/>
         <source>Index</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1364"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1365"/>
         <source>Search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1641"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1642"/>
         <source>JavaScript Console</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="487"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="488"/>
         <source>New Tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="487"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="488"/>
         <source>&amp;New Tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="487"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="488"/>
         <source>Ctrl+T</source>
         <comment>File|New Tab</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="493"/>
-        <source>Open a new web browser tab</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="494"/>
+        <source>Open a new web browser tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="495"/>
         <source>&lt;b&gt;New Tab&lt;/b&gt;&lt;p&gt;This opens a new web browser tab.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="502"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="503"/>
         <source>New Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="502"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="503"/>
         <source>New &amp;Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="502"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="503"/>
         <source>Ctrl+N</source>
         <comment>File|New Window</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="508"/>
-        <source>Open a new web browser window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="509"/>
+        <source>Open a new web browser window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="510"/>
         <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new web browser window in the current privacy mode.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2115"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2116"/>
         <source>New Private Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="518"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="519"/>
         <source>New &amp;Private Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="518"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="519"/>
         <source>Ctrl+Shift+P</source>
         <comment>File|New Private Window</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="524"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="525"/>
         <source>Open a new private web browser window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="526"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="527"/>
         <source>&lt;b&gt;New Private Window&lt;/b&gt;&lt;p&gt;This opens a new private web browser window by starting a new web browser instance in private mode.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2148"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2149"/>
         <source>Open File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="535"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="536"/>
         <source>&amp;Open File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="535"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="536"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="541"/>
-        <source>Open a file for display</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="542"/>
+        <source>Open a file for display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="543"/>
         <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a new file for display. It pops up a file selection dialog.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="551"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="552"/>
         <source>Open File in New Tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="551"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="552"/>
         <source>Open File in New &amp;Tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="551"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="552"/>
         <source>Shift+Ctrl+O</source>
         <comment>File|Open in new tab</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="557"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="558"/>
         <source>Open a file for display in a new tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="559"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="560"/>
         <source>&lt;b&gt;Open File in New Tab&lt;/b&gt;&lt;p&gt;This opens a new file for display in a new tab. It pops up a file selection dialog.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="585"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="586"/>
         <source>Save Page Screen</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="585"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="586"/>
         <source>Save Page Screen...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="590"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="591"/>
         <source>Save the current page as a screen shot</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="592"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="593"/>
         <source>&lt;b&gt;Save Page Screen...&lt;/b&gt;&lt;p&gt;Saves the current page as a screen shot.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="600"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="601"/>
         <source>Save Visible Page Screen</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="600"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="601"/>
         <source>Save Visible Page Screen...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="605"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="606"/>
         <source>Save the visible part of the current page as a screen shot</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="608"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="609"/>
         <source>&lt;b&gt;Save Visible Page Screen...&lt;/b&gt;&lt;p&gt;Saves the visible part of the current page as a screen shot.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="619"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="620"/>
         <source>Import Bookmarks</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="619"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="620"/>
         <source>&amp;Import Bookmarks...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="623"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="624"/>
         <source>Import bookmarks from other browsers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="625"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="626"/>
         <source>&lt;b&gt;Import Bookmarks&lt;/b&gt;&lt;p&gt;Import bookmarks from other browsers.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="634"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="635"/>
         <source>Export Bookmarks</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="634"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="635"/>
         <source>&amp;Export Bookmarks...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="638"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="639"/>
         <source>Export the bookmarks into a file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="640"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="641"/>
         <source>&lt;b&gt;Export Bookmarks&lt;/b&gt;&lt;p&gt;Export the bookmarks into a file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="649"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="650"/>
         <source>Print</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="649"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="650"/>
         <source>&amp;Print</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="649"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="650"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="655"/>
-        <source>Print the displayed help</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="656"/>
+        <source>Print the displayed help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="657"/>
         <source>&lt;b&gt;Print&lt;/b&gt;&lt;p&gt;Print the displayed help text.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="665"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="666"/>
         <source>Print as PDF</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="670"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="671"/>
         <source>Print the displayed help as PDF</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="672"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="673"/>
         <source>&lt;b&gt;Print as PDF&lt;/b&gt;&lt;p&gt;Print the displayed help text as a PDF file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="683"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="684"/>
         <source>Print Preview</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="688"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="689"/>
         <source>Print preview of the displayed help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="690"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="691"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the displayed help text.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="699"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="700"/>
         <source>Close</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="699"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="700"/>
         <source>&amp;Close</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="699"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="700"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="705"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="706"/>
         <source>Close the current help window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="707"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="708"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;Closes the current web browser window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="715"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="716"/>
         <source>Close All</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="715"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="716"/>
         <source>Close &amp;All</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="719"/>
-        <source>Close all help windows</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="720"/>
+        <source>Close all help windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="721"/>
         <source>&lt;b&gt;Close All&lt;/b&gt;&lt;p&gt;Closes all web browser windows except the first one.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="729"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="730"/>
         <source>Quit</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="729"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="730"/>
         <source>&amp;Quit</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="729"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="730"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="735"/>
-        <source>Quit the eric6 Web Browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="736"/>
+        <source>Quit the eric6 Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="737"/>
         <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the eric6 Web Browser.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="747"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="748"/>
         <source>Backward</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="747"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="748"/>
         <source>&amp;Backward</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="747"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="748"/>
         <source>Alt+Left</source>
         <comment>Go|Backward</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="753"/>
-        <source>Move one screen backward</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="754"/>
+        <source>Move one screen backward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="755"/>
         <source>&lt;b&gt;Backward&lt;/b&gt;&lt;p&gt;Moves one screen backward. If none is available, this action is disabled.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="763"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/>
         <source>Forward</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="763"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/>
         <source>&amp;Forward</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="763"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/>
         <source>Alt+Right</source>
         <comment>Go|Forward</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="769"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="770"/>
         <source>Move one screen forward</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="771"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="772"/>
         <source>&lt;b&gt;Forward&lt;/b&gt;&lt;p&gt;Moves one screen forward. If none is available, this action is disabled.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="780"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/>
         <source>Home</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="780"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/>
         <source>&amp;Home</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="780"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/>
         <source>Ctrl+Home</source>
         <comment>Go|Home</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="786"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="787"/>
         <source>Move to the initial help screen</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="788"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="789"/>
         <source>&lt;b&gt;Home&lt;/b&gt;&lt;p&gt;Moves to the initial screen.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="797"/>
         <source>Reload</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="797"/>
         <source>&amp;Reload</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="797"/>
         <source>Ctrl+R</source>
         <comment>Go|Reload</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="797"/>
         <source>F5</source>
         <comment>Go|Reload</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="803"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="804"/>
         <source>Reload the current screen</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="805"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="806"/>
         <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;Reloads the current screen.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
         <source>Stop</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
         <source>&amp;Stop</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
         <source>Ctrl+.</source>
         <comment>Go|Stop</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
         <source>Esc</source>
         <comment>Go|Stop</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="820"/>
-        <source>Stop loading</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="821"/>
+        <source>Stop loading</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="822"/>
         <source>&lt;b&gt;Stop&lt;/b&gt;&lt;p&gt;Stops loading of the current tab.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/>
         <source>Copy</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/>
         <source>&amp;Copy</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="835"/>
-        <source>Copy the selected text</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="836"/>
+        <source>Copy the selected text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="837"/>
         <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="844"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="845"/>
         <source>Cut</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="844"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="845"/>
         <source>Cu&amp;t</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="844"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="845"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="850"/>
-        <source>Cut the selected text</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="851"/>
+        <source>Cut the selected text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="852"/>
         <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="859"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="860"/>
         <source>Paste</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="859"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="860"/>
         <source>&amp;Paste</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="859"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="860"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="865"/>
-        <source>Paste text from the clipboard</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="866"/>
+        <source>Paste text from the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="867"/>
         <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste some text from the clipboard.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="874"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="875"/>
         <source>Undo</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="874"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="875"/>
         <source>&amp;Undo</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="874"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="875"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="880"/>
-        <source>Undo the last edit action</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="881"/>
+        <source>Undo the last edit action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="882"/>
         <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last edit action.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="889"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="890"/>
         <source>Redo</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="889"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="890"/>
         <source>&amp;Redo</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="889"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="890"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="895"/>
-        <source>Redo the last edit action</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="896"/>
+        <source>Redo the last edit action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="897"/>
         <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last edit action.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="904"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="905"/>
         <source>Select All</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="904"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="905"/>
         <source>&amp;Select All</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="904"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="905"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select All</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="910"/>
-        <source>Select all text</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="911"/>
+        <source>Select all text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="912"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current browser.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="919"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="920"/>
         <source>Find...</source&g