Updated source docu.

Sun, 16 Aug 2015 15:01:17 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 16 Aug 2015 15:01:17 +0200
changeset 4368
a8f6c587c7aa
parent 4367
af2d7ceeb019
child 4369
4ef6ecc62a9d

Updated source docu.

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.DebugClients.Python.DebugClientBase.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.DebugClients.Python.DebugProtocol.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.DebugClients.Python3.DebugProtocol.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Debugger.DebugProtocol.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Debugger.DebugServer.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Debugger.DebugUI.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Helpviewer.FlashCookieManager.FlashCookie.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Helpviewer.FlashCookieManager.FlashCookieNotification.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Helpviewer.FlashCookieManager.FlashCookieUtilities.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Helpviewer.HelpWindow.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.QScintilla.Shell.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric6.Helpviewer.FlashCookieManager.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric6.Helpviewer.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric6.Preferences.ConfigurationPages.html file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric6.api	Sun Aug 16 14:58:15 2015 +0200
+++ b/APIs/Python3/eric6.api	Sun Aug 16 15:01:17 2015 +0200
@@ -200,7 +200,7 @@
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.handleLine?4(line)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.input?4(prompt)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.main?4()
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.progTerminated?4(status)
+eric6.DebugClients.Python.DebugClientBase.DebugClientBase.progTerminated?4(status, exit=False)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.raw_input?4(prompt, echo)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.sessionClose?4(exit=1)
@@ -286,6 +286,7 @@
 eric6.DebugClients.Python.DebugProtocol.ResponseLine?7
 eric6.DebugClients.Python.DebugProtocol.ResponseOK?7
 eric6.DebugClients.Python.DebugProtocol.ResponseRaw?7
+eric6.DebugClients.Python.DebugProtocol.ResponseSignal?7
 eric6.DebugClients.Python.DebugProtocol.ResponseStack?7
 eric6.DebugClients.Python.DebugProtocol.ResponseSyntax?7
 eric6.DebugClients.Python.DebugProtocol.ResponseThreadList?7
@@ -416,7 +417,7 @@
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.handleLine?4(line)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.input?4(prompt, echo=True)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.main?4()
-eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.progTerminated?4(status)
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.progTerminated?4(status, exit=False)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sessionClose?4(exit=True)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.shouldSkip?4(fn)
@@ -500,6 +501,7 @@
 eric6.DebugClients.Python3.DebugProtocol.ResponseLine?7
 eric6.DebugClients.Python3.DebugProtocol.ResponseOK?7
 eric6.DebugClients.Python3.DebugProtocol.ResponseRaw?7
+eric6.DebugClients.Python3.DebugProtocol.ResponseSignal?7
 eric6.DebugClients.Python3.DebugProtocol.ResponseStack?7
 eric6.DebugClients.Python3.DebugProtocol.ResponseSyntax?7
 eric6.DebugClients.Python3.DebugProtocol.ResponseThreadList?7
@@ -649,6 +651,7 @@
 eric6.Debugger.DebugProtocol.ResponseLine?7
 eric6.Debugger.DebugProtocol.ResponseOK?7
 eric6.Debugger.DebugProtocol.ResponseRaw?7
+eric6.Debugger.DebugProtocol.ResponseSignal?7
 eric6.Debugger.DebugProtocol.ResponseStack?7
 eric6.Debugger.DebugProtocol.ResponseSyntax?7
 eric6.Debugger.DebugProtocol.ResponseThreadList?7
@@ -683,6 +686,7 @@
 eric6.Debugger.DebugServer.DebugServer.clientProcessStdout?7
 eric6.Debugger.DebugServer.DebugServer.clientRawInput?7
 eric6.Debugger.DebugServer.DebugServer.clientRawInputSent?7
+eric6.Debugger.DebugServer.DebugServer.clientSignal?7
 eric6.Debugger.DebugServer.DebugServer.clientStack?7
 eric6.Debugger.DebugServer.DebugServer.clientStatement?7
 eric6.Debugger.DebugServer.DebugServer.clientSyntaxError?7
@@ -751,6 +755,7 @@
 eric6.Debugger.DebugServer.DebugServer.signalClientLine?4(filename, lineno, forStack=False)
 eric6.Debugger.DebugServer.DebugServer.signalClientOutput?4(line)
 eric6.Debugger.DebugServer.DebugServer.signalClientRawInput?4(prompt, echo)
+eric6.Debugger.DebugServer.DebugServer.signalClientSignal?4(message, filename, lineNo, funcName, funcArgs)
 eric6.Debugger.DebugServer.DebugServer.signalClientStack?4(stack)
 eric6.Debugger.DebugServer.DebugServer.signalClientStatement?4(more)
 eric6.Debugger.DebugServer.DebugServer.signalClientSyntaxError?4(message, filename, lineNo, characterNo)
@@ -2498,6 +2503,55 @@
 eric6.Helpviewer.Feeds.FeedsManager.FeedsManager.openUrl?7
 eric6.Helpviewer.Feeds.FeedsManager.FeedsManager.show?4()
 eric6.Helpviewer.Feeds.FeedsManager.FeedsManager?1(parent=None)
+eric6.Helpviewer.FlashCookieManager.FlashCookieManager.FlashCookieManager.RefreshInterval?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieManager.FlashCookieManager.clearCache?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManager.FlashCookieManager.clearNewOrigins?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManager.FlashCookieManager.flashCookies?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManager.FlashCookieManager.flashPlayerDataPath?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManager.FlashCookieManager.newCookiesList?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManager.FlashCookieManager.preferencesChanged?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManager.FlashCookieManager.removeCookie?4(cookie)
+eric6.Helpviewer.FlashCookieManager.FlashCookieManager.FlashCookieManager.setFlashCookies?4(cookies)
+eric6.Helpviewer.FlashCookieManager.FlashCookieManager.FlashCookieManager.showFlashCookieManagerDialog?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManager.FlashCookieManager.shutdown?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManager.FlashCookieManager?1(parent=None)
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.closeEvent?4(evt)
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.on_addBlackButton_clicked?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.on_addWhiteButton_clicked?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.on_blackList_itemSelectionChanged?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.on_cookiesList_currentItemChanged?4(current, previous)
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.on_filterEdit_textChanged?4(filter)
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.on_reloadButton_clicked?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.on_removeAllButton_clicked?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.on_removeBlackButton_clicked?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.on_removeButton_clicked?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.on_removeWhiteButton_clicked?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.on_whiteList_itemSelectionChanged?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.refreshView?4(forceReload=False)
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog.showPage?4(index)
+eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.FlashCookieManagerDialog?1(manager, parent=None)
+eric6.Helpviewer.FlashCookieManager.FlashCookieNotification.FlashCookieNotification.DefaultHeight?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieNotification.FlashCookieNotification?1(view, manager, noCookies)
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.Boolean?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.EpochCorrectionMsecs?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.Null?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.Number?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.ObjArr?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.ObjCc?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.ObjDate?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.ObjM?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.ObjObj?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.ObjXml?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.String?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.Undef?7
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.parse?4()
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.setBytes?4(solData)
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.setFile?4(solFile)
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.setFileName?4(solFilename)
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader.toString?4(indent=0, parent=None)
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReader?1()
+eric6.Helpviewer.FlashCookieManager.FlashCookieReader.FlashCookieReaderError?1(msg)
+eric6.Helpviewer.FlashCookieManager.FlashCookieUtilities.flashDataPathForOS?4()
 eric6.Helpviewer.GreaseMonkey.GreaseMonkeyAddScriptDialog.GreaseMonkeyAddScriptDialog.on_showScriptSourceButton_clicked?4()
 eric6.Helpviewer.GreaseMonkey.GreaseMonkeyAddScriptDialog.GreaseMonkeyAddScriptDialog?1(manager, script, parent=None)
 eric6.Helpviewer.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationDialog.GreaseMonkeyConfigurationDialog.ScriptDescriptionRole?7
@@ -2738,6 +2792,7 @@
 eric6.Helpviewer.HelpWindow.HelpWindow._downloadManager?8
 eric6.Helpviewer.HelpWindow.HelpWindow._featurePermissionManager?8
 eric6.Helpviewer.HelpWindow.HelpWindow._feedsManager?8
+eric6.Helpviewer.HelpWindow.HelpWindow._flashCookieManager?8
 eric6.Helpviewer.HelpWindow.HelpWindow._fromEric?8
 eric6.Helpviewer.HelpWindow.HelpWindow._greaseMonkeyManager?8
 eric6.Helpviewer.HelpWindow.HelpWindow._helpEngine?8
@@ -2763,8 +2818,10 @@
 eric6.Helpviewer.HelpWindow.HelpWindow.eventMouseButtons?4()
 eric6.Helpviewer.HelpWindow.HelpWindow.featurePermissionManager?4()
 eric6.Helpviewer.HelpWindow.HelpWindow.feedsManager?4()
+eric6.Helpviewer.HelpWindow.HelpWindow.flashCookieManager?4()
 eric6.Helpviewer.HelpWindow.HelpWindow.getActions?4()
 eric6.Helpviewer.HelpWindow.HelpWindow.getSourceFileList?4()
+eric6.Helpviewer.HelpWindow.HelpWindow.getWindow?4()
 eric6.Helpviewer.HelpWindow.HelpWindow.greaseMonkeyManager?4()
 eric6.Helpviewer.HelpWindow.HelpWindow.helpClosed?7
 eric6.Helpviewer.HelpWindow.HelpWindow.helpEngine?4()
@@ -6275,6 +6332,10 @@
 eric6.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.save?4()
 eric6.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage?1()
 eric6.Preferences.ConfigurationPages.HelpDocumentationPage.create?4(dlg)
+eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.HelpFlashCookieManagerPage.on_flashDataPathButton_clicked?4()
+eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.HelpFlashCookieManagerPage.save?4()
+eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.HelpFlashCookieManagerPage?1()
+eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.create?4(dlg)
 eric6.Preferences.ConfigurationPages.HelpInterfacePage.HelpInterfacePage.on_styleSheetButton_clicked?4()
 eric6.Preferences.ConfigurationPages.HelpInterfacePage.HelpInterfacePage.save?4()
 eric6.Preferences.ConfigurationPages.HelpInterfacePage.HelpInterfacePage?1()
--- a/APIs/Python3/eric6.bas	Sun Aug 16 14:58:15 2015 +0200
+++ b/APIs/Python3/eric6.bas	Sun Aug 16 15:01:17 2015 +0200
@@ -264,6 +264,10 @@
 FindFileDialog QDialog Ui_FindFileDialog
 FindFileNameDialog QWidget Ui_FindFileNameDialog
 FirefoxImporter BookmarksImporter
+FlashCookieManager QObject
+FlashCookieManagerDialog QDialog Ui_FlashCookieManagerDialog
+FlashCookieNotification E5AnimatedWidget
+FlashCookieReaderError Exception
 FollowRedirectReply QObject
 FontDialogWizard QObject
 FontDialogWizardDialog QDialog Ui_FontDialogWizardDialog
@@ -289,6 +293,7 @@
 HelpClearPrivateDataDialog QDialog Ui_HelpClearPrivateDataDialog
 HelpDocsInstaller QThread
 HelpDocumentationPage ConfigurationPageBase Ui_HelpDocumentationPage
+HelpFlashCookieManagerPage ConfigurationPageBase Ui_HelpFlashCookieManagerPage
 HelpIndexWidget QWidget
 HelpInspector QWebInspector
 HelpInterfacePage ConfigurationPageBase Ui_HelpInterfacePage
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sun Aug 16 14:58:15 2015 +0200
+++ b/Documentation/Help/source.qhp	Sun Aug 16 15:01:17 2015 +0200
@@ -280,6 +280,14 @@
               <section title="eric6.Helpviewer.Feeds.FeedsDialog" ref="eric6.Helpviewer.Feeds.FeedsDialog.html" />
               <section title="eric6.Helpviewer.Feeds.FeedsManager" ref="eric6.Helpviewer.Feeds.FeedsManager.html" />
             </section>
+            <section title="eric6.Helpviewer.FlashCookieManager" ref="index-eric6.Helpviewer.FlashCookieManager.html">
+              <section title="eric6.Helpviewer.FlashCookieManager.FlashCookie" ref="eric6.Helpviewer.FlashCookieManager.FlashCookie.html" />
+              <section title="eric6.Helpviewer.FlashCookieManager.FlashCookieManager" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html" />
+              <section title="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html" />
+              <section title="eric6.Helpviewer.FlashCookieManager.FlashCookieNotification" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieNotification.html" />
+              <section title="eric6.Helpviewer.FlashCookieManager.FlashCookieReader" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html" />
+              <section title="eric6.Helpviewer.FlashCookieManager.FlashCookieUtilities" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieUtilities.html" />
+            </section>
             <section title="eric6.Helpviewer.GreaseMonkey" ref="index-eric6.Helpviewer.GreaseMonkey.html">
               <section title="eric6.Helpviewer.GreaseMonkey.GreaseMonkeyConfiguration" ref="index-eric6.Helpviewer.GreaseMonkey.GreaseMonkeyConfiguration.html">
                 <section title="eric6.Helpviewer.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationDialog" ref="eric6.Helpviewer.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationDialog.html" />
@@ -788,6 +796,7 @@
               <section title="eric6.Preferences.ConfigurationPages.GraphicsPage" ref="eric6.Preferences.ConfigurationPages.GraphicsPage.html" />
               <section title="eric6.Preferences.ConfigurationPages.HelpAppearancePage" ref="eric6.Preferences.ConfigurationPages.HelpAppearancePage.html" />
               <section title="eric6.Preferences.ConfigurationPages.HelpDocumentationPage" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html" />
+              <section title="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage" ref="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html" />
               <section title="eric6.Preferences.ConfigurationPages.HelpInterfacePage" ref="eric6.Preferences.ConfigurationPages.HelpInterfacePage.html" />
               <section title="eric6.Preferences.ConfigurationPages.HelpViewersPage" ref="eric6.Preferences.ConfigurationPages.HelpViewersPage.html" />
               <section title="eric6.Preferences.ConfigurationPages.HelpVirusTotalPage" ref="eric6.Preferences.ConfigurationPages.HelpVirusTotalPage.html" />
@@ -2792,10 +2801,14 @@
       <keyword name="DebugClientBase.__getSysPath" id="DebugClientBase.__getSysPath" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__getSysPath" />
       <keyword name="DebugClientBase.__interact" id="DebugClientBase.__interact" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__interact" />
       <keyword name="DebugClientBase.__interact" id="DebugClientBase.__interact" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__interact" />
+      <keyword name="DebugClientBase.__interceptSignals" id="DebugClientBase.__interceptSignals" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__interceptSignals" />
+      <keyword name="DebugClientBase.__interceptSignals" id="DebugClientBase.__interceptSignals" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__interceptSignals" />
       <keyword name="DebugClientBase.__resolveHost" id="DebugClientBase.__resolveHost" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__resolveHost" />
       <keyword name="DebugClientBase.__resolveHost" id="DebugClientBase.__resolveHost" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__resolveHost" />
       <keyword name="DebugClientBase.__setCoding" id="DebugClientBase.__setCoding" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__setCoding" />
       <keyword name="DebugClientBase.__setCoding" id="DebugClientBase.__setCoding" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__setCoding" />
+      <keyword name="DebugClientBase.__signalHandler" id="DebugClientBase.__signalHandler" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__signalHandler" />
+      <keyword name="DebugClientBase.__signalHandler" id="DebugClientBase.__signalHandler" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__signalHandler" />
       <keyword name="DebugClientBase.__unhandled_exception" id="DebugClientBase.__unhandled_exception" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__unhandled_exception" />
       <keyword name="DebugClientBase.__unhandled_exception" id="DebugClientBase.__unhandled_exception" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__unhandled_exception" />
       <keyword name="DebugClientBase.absPath" id="DebugClientBase.absPath" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.absPath" />
@@ -2992,6 +3005,7 @@
       <keyword name="DebugServer.signalClientLine" id="DebugServer.signalClientLine" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientLine" />
       <keyword name="DebugServer.signalClientOutput" id="DebugServer.signalClientOutput" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientOutput" />
       <keyword name="DebugServer.signalClientRawInput" id="DebugServer.signalClientRawInput" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientRawInput" />
+      <keyword name="DebugServer.signalClientSignal" id="DebugServer.signalClientSignal" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientSignal" />
       <keyword name="DebugServer.signalClientStack" id="DebugServer.signalClientStack" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientStack" />
       <keyword name="DebugServer.signalClientStatement" id="DebugServer.signalClientStatement" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientStatement" />
       <keyword name="DebugServer.signalClientSyntaxError" id="DebugServer.signalClientSyntaxError" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientSyntaxError" />
@@ -3030,6 +3044,7 @@
       <keyword name="DebugUI.__clientExit" id="DebugUI.__clientExit" ref="eric6.Debugger.DebugUI.html#DebugUI.__clientExit" />
       <keyword name="DebugUI.__clientGone" id="DebugUI.__clientGone" ref="eric6.Debugger.DebugUI.html#DebugUI.__clientGone" />
       <keyword name="DebugUI.__clientLine" id="DebugUI.__clientLine" ref="eric6.Debugger.DebugUI.html#DebugUI.__clientLine" />
+      <keyword name="DebugUI.__clientSignal" id="DebugUI.__clientSignal" ref="eric6.Debugger.DebugUI.html#DebugUI.__clientSignal" />
       <keyword name="DebugUI.__clientSyntaxError" id="DebugUI.__clientSyntaxError" ref="eric6.Debugger.DebugUI.html#DebugUI.__clientSyntaxError" />
       <keyword name="DebugUI.__clientThreadSet" id="DebugUI.__clientThreadSet" ref="eric6.Debugger.DebugUI.html#DebugUI.__clientThreadSet" />
       <keyword name="DebugUI.__clientVariable" id="DebugUI.__clientVariable" ref="eric6.Debugger.DebugUI.html#DebugUI.__clientVariable" />
@@ -5077,6 +5092,81 @@
       <keyword name="FirefoxImporter.importedBookmarks" id="FirefoxImporter.importedBookmarks" ref="eric6.Helpviewer.Bookmarks.BookmarksImporters.FirefoxImporter.html#FirefoxImporter.importedBookmarks" />
       <keyword name="FirefoxImporter.open" id="FirefoxImporter.open" ref="eric6.Helpviewer.Bookmarks.BookmarksImporters.FirefoxImporter.html#FirefoxImporter.open" />
       <keyword name="FirefoxImporter.setPath" id="FirefoxImporter.setPath" ref="eric6.Helpviewer.Bookmarks.BookmarksImporters.FirefoxImporter.html#FirefoxImporter.setPath" />
+      <keyword name="FlashCookie" id="FlashCookie" ref="eric6.Helpviewer.FlashCookieManager.FlashCookie.html#FlashCookie" />
+      <keyword name="FlashCookie (Module)" id="FlashCookie (Module)" ref="eric6.Helpviewer.FlashCookieManager.FlashCookie.html" />
+      <keyword name="FlashCookie.__eq__" id="FlashCookie.__eq__" ref="eric6.Helpviewer.FlashCookieManager.FlashCookie.html#FlashCookie.__eq__" />
+      <keyword name="FlashCookie.__init" id="FlashCookie.__init" ref="eric6.Helpviewer.FlashCookieManager.FlashCookie.html#FlashCookie.__init" />
+      <keyword name="FlashCookieManager" id="FlashCookieManager" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager" />
+      <keyword name="FlashCookieManager (Constructor)" id="FlashCookieManager (Constructor)" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.__init__" />
+      <keyword name="FlashCookieManager (Module)" id="FlashCookieManager (Module)" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html" />
+      <keyword name="FlashCookieManager (Package)" id="FlashCookieManager (Package)" ref="index-eric6.Helpviewer.FlashCookieManager.html" />
+      <keyword name="FlashCookieManager.__autoRefresh" id="FlashCookieManager.__autoRefresh" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.__autoRefresh" />
+      <keyword name="FlashCookieManager.__extractOriginFrom" id="FlashCookieManager.__extractOriginFrom" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.__extractOriginFrom" />
+      <keyword name="FlashCookieManager.__insertFlashCookie" id="FlashCookieManager.__insertFlashCookie" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.__insertFlashCookie" />
+      <keyword name="FlashCookieManager.__isBlacklisted" id="FlashCookieManager.__isBlacklisted" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.__isBlacklisted" />
+      <keyword name="FlashCookieManager.__isWhitelisted" id="FlashCookieManager.__isWhitelisted" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.__isWhitelisted" />
+      <keyword name="FlashCookieManager.__loadFlashCookies" id="FlashCookieManager.__loadFlashCookies" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.__loadFlashCookies" />
+      <keyword name="FlashCookieManager.__loadFlashCookiesFromPath" id="FlashCookieManager.__loadFlashCookiesFromPath" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.__loadFlashCookiesFromPath" />
+      <keyword name="FlashCookieManager.__removeAllButWhitelisted" id="FlashCookieManager.__removeAllButWhitelisted" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.__removeAllButWhitelisted" />
+      <keyword name="FlashCookieManager.__sharedObjectDirName" id="FlashCookieManager.__sharedObjectDirName" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.__sharedObjectDirName" />
+      <keyword name="FlashCookieManager.__startStopTimer" id="FlashCookieManager.__startStopTimer" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.__startStopTimer" />
+      <keyword name="FlashCookieManager.clearCache" id="FlashCookieManager.clearCache" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.clearCache" />
+      <keyword name="FlashCookieManager.clearNewOrigins" id="FlashCookieManager.clearNewOrigins" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.clearNewOrigins" />
+      <keyword name="FlashCookieManager.flashCookies" id="FlashCookieManager.flashCookies" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.flashCookies" />
+      <keyword name="FlashCookieManager.flashPlayerDataPath" id="FlashCookieManager.flashPlayerDataPath" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.flashPlayerDataPath" />
+      <keyword name="FlashCookieManager.newCookiesList" id="FlashCookieManager.newCookiesList" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.newCookiesList" />
+      <keyword name="FlashCookieManager.preferencesChanged" id="FlashCookieManager.preferencesChanged" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.preferencesChanged" />
+      <keyword name="FlashCookieManager.removeCookie" id="FlashCookieManager.removeCookie" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.removeCookie" />
+      <keyword name="FlashCookieManager.setFlashCookies" id="FlashCookieManager.setFlashCookies" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.setFlashCookies" />
+      <keyword name="FlashCookieManager.showFlashCookieManagerDialog" id="FlashCookieManager.showFlashCookieManagerDialog" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.showFlashCookieManagerDialog" />
+      <keyword name="FlashCookieManager.shutdown" id="FlashCookieManager.shutdown" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html#FlashCookieManager.shutdown" />
+      <keyword name="FlashCookieManagerDialog" id="FlashCookieManagerDialog" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog" />
+      <keyword name="FlashCookieManagerDialog (Constructor)" id="FlashCookieManagerDialog (Constructor)" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.__init__" />
+      <keyword name="FlashCookieManagerDialog (Module)" id="FlashCookieManagerDialog (Module)" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html" />
+      <keyword name="FlashCookieManagerDialog.__addBlacklist" id="FlashCookieManagerDialog.__addBlacklist" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.__addBlacklist" />
+      <keyword name="FlashCookieManagerDialog.__addWhitelist" id="FlashCookieManagerDialog.__addWhitelist" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.__addWhitelist" />
+      <keyword name="FlashCookieManagerDialog.__cookiesListContextMenuRequested" id="FlashCookieManagerDialog.__cookiesListContextMenuRequested" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.__cookiesListContextMenuRequested" />
+      <keyword name="FlashCookieManagerDialog.__refreshCookiesList" id="FlashCookieManagerDialog.__refreshCookiesList" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.__refreshCookiesList" />
+      <keyword name="FlashCookieManagerDialog.__refreshFilterLists" id="FlashCookieManagerDialog.__refreshFilterLists" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.__refreshFilterLists" />
+      <keyword name="FlashCookieManagerDialog.closeEvent" id="FlashCookieManagerDialog.closeEvent" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.closeEvent" />
+      <keyword name="FlashCookieManagerDialog.on_addBlackButton_clicked" id="FlashCookieManagerDialog.on_addBlackButton_clicked" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.on_addBlackButton_clicked" />
+      <keyword name="FlashCookieManagerDialog.on_addWhiteButton_clicked" id="FlashCookieManagerDialog.on_addWhiteButton_clicked" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.on_addWhiteButton_clicked" />
+      <keyword name="FlashCookieManagerDialog.on_blackList_itemSelectionChanged" id="FlashCookieManagerDialog.on_blackList_itemSelectionChanged" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.on_blackList_itemSelectionChanged" />
+      <keyword name="FlashCookieManagerDialog.on_cookiesList_currentItemChanged" id="FlashCookieManagerDialog.on_cookiesList_currentItemChanged" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.on_cookiesList_currentItemChanged" />
+      <keyword name="FlashCookieManagerDialog.on_filterEdit_textChanged" id="FlashCookieManagerDialog.on_filterEdit_textChanged" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.on_filterEdit_textChanged" />
+      <keyword name="FlashCookieManagerDialog.on_reloadButton_clicked" id="FlashCookieManagerDialog.on_reloadButton_clicked" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.on_reloadButton_clicked" />
+      <keyword name="FlashCookieManagerDialog.on_removeAllButton_clicked" id="FlashCookieManagerDialog.on_removeAllButton_clicked" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.on_removeAllButton_clicked" />
+      <keyword name="FlashCookieManagerDialog.on_removeBlackButton_clicked" id="FlashCookieManagerDialog.on_removeBlackButton_clicked" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.on_removeBlackButton_clicked" />
+      <keyword name="FlashCookieManagerDialog.on_removeButton_clicked" id="FlashCookieManagerDialog.on_removeButton_clicked" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.on_removeButton_clicked" />
+      <keyword name="FlashCookieManagerDialog.on_removeWhiteButton_clicked" id="FlashCookieManagerDialog.on_removeWhiteButton_clicked" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.on_removeWhiteButton_clicked" />
+      <keyword name="FlashCookieManagerDialog.on_whiteList_itemSelectionChanged" id="FlashCookieManagerDialog.on_whiteList_itemSelectionChanged" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.on_whiteList_itemSelectionChanged" />
+      <keyword name="FlashCookieManagerDialog.refreshView" id="FlashCookieManagerDialog.refreshView" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.refreshView" />
+      <keyword name="FlashCookieManagerDialog.showPage" id="FlashCookieManagerDialog.showPage" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html#FlashCookieManagerDialog.showPage" />
+      <keyword name="FlashCookieNotification" id="FlashCookieNotification" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieNotification.html#FlashCookieNotification" />
+      <keyword name="FlashCookieNotification (Constructor)" id="FlashCookieNotification (Constructor)" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieNotification.html#FlashCookieNotification.__init__" />
+      <keyword name="FlashCookieNotification (Module)" id="FlashCookieNotification (Module)" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieNotification.html" />
+      <keyword name="FlashCookieReader" id="FlashCookieReader" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader" />
+      <keyword name="FlashCookieReader (Constructor)" id="FlashCookieReader (Constructor)" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.__init__" />
+      <keyword name="FlashCookieReader (Module)" id="FlashCookieReader (Module)" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html" />
+      <keyword name="FlashCookieReader.__parseArray" id="FlashCookieReader.__parseArray" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.__parseArray" />
+      <keyword name="FlashCookieReader.__parseBoolean" id="FlashCookieReader.__parseBoolean" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.__parseBoolean" />
+      <keyword name="FlashCookieReader.__parseDate" id="FlashCookieReader.__parseDate" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.__parseDate" />
+      <keyword name="FlashCookieReader.__parseNull" id="FlashCookieReader.__parseNull" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.__parseNull" />
+      <keyword name="FlashCookieReader.__parseNumber" id="FlashCookieReader.__parseNumber" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.__parseNumber" />
+      <keyword name="FlashCookieReader.__parseObject" id="FlashCookieReader.__parseObject" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.__parseObject" />
+      <keyword name="FlashCookieReader.__parseOcc" id="FlashCookieReader.__parseOcc" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.__parseOcc" />
+      <keyword name="FlashCookieReader.__parseOjm" id="FlashCookieReader.__parseOjm" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.__parseOjm" />
+      <keyword name="FlashCookieReader.__parseString" id="FlashCookieReader.__parseString" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.__parseString" />
+      <keyword name="FlashCookieReader.__parseUndefined" id="FlashCookieReader.__parseUndefined" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.__parseUndefined" />
+      <keyword name="FlashCookieReader.__parseXml" id="FlashCookieReader.__parseXml" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.__parseXml" />
+      <keyword name="FlashCookieReader.parse" id="FlashCookieReader.parse" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.parse" />
+      <keyword name="FlashCookieReader.setBytes" id="FlashCookieReader.setBytes" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.setBytes" />
+      <keyword name="FlashCookieReader.setFile" id="FlashCookieReader.setFile" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.setFile" />
+      <keyword name="FlashCookieReader.setFileName" id="FlashCookieReader.setFileName" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.setFileName" />
+      <keyword name="FlashCookieReader.toString" id="FlashCookieReader.toString" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReader.toString" />
+      <keyword name="FlashCookieReaderError" id="FlashCookieReaderError" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReaderError" />
+      <keyword name="FlashCookieReaderError (Constructor)" id="FlashCookieReaderError (Constructor)" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html#FlashCookieReaderError.__init__" />
+      <keyword name="FlashCookieUtilities (Module)" id="FlashCookieUtilities (Module)" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieUtilities.html" />
       <keyword name="FlexCompleter (Module)" id="FlexCompleter (Module)" ref="eric6.DebugClients.Python.FlexCompleter.html" />
       <keyword name="FlexCompleter (Module)" id="FlexCompleter (Module)" ref="eric6.DebugClients.Python3.FlexCompleter.html" />
       <keyword name="FollowRedirectReply" id="FollowRedirectReply" ref="eric6.Helpviewer.Network.FollowRedirectReply.html#FollowRedirectReply" />
@@ -5418,6 +5508,11 @@
       <keyword name="HelpDocumentationPage.on_qt4DocDirButton_clicked" id="HelpDocumentationPage.on_qt4DocDirButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_qt4DocDirButton_clicked" />
       <keyword name="HelpDocumentationPage.on_qt5DocDirButton_clicked" id="HelpDocumentationPage.on_qt5DocDirButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_qt5DocDirButton_clicked" />
       <keyword name="HelpDocumentationPage.save" id="HelpDocumentationPage.save" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.save" />
+      <keyword name="HelpFlashCookieManagerPage" id="HelpFlashCookieManagerPage" ref="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html#HelpFlashCookieManagerPage" />
+      <keyword name="HelpFlashCookieManagerPage (Constructor)" id="HelpFlashCookieManagerPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html#HelpFlashCookieManagerPage.__init__" />
+      <keyword name="HelpFlashCookieManagerPage (Module)" id="HelpFlashCookieManagerPage (Module)" ref="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html" />
+      <keyword name="HelpFlashCookieManagerPage.on_flashDataPathButton_clicked" id="HelpFlashCookieManagerPage.on_flashDataPathButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html#HelpFlashCookieManagerPage.on_flashDataPathButton_clicked" />
+      <keyword name="HelpFlashCookieManagerPage.save" id="HelpFlashCookieManagerPage.save" ref="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html#HelpFlashCookieManagerPage.save" />
       <keyword name="HelpIndexWidget" id="HelpIndexWidget" ref="eric6.Helpviewer.HelpIndexWidget.html#HelpIndexWidget" />
       <keyword name="HelpIndexWidget (Constructor)" id="HelpIndexWidget (Constructor)" ref="eric6.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__init__" />
       <keyword name="HelpIndexWidget (Module)" id="HelpIndexWidget (Module)" ref="eric6.Helpviewer.HelpIndexWidget.html" />
@@ -5619,6 +5714,7 @@
       <keyword name="HelpWindow.__activateDock" id="HelpWindow.__activateDock" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__activateDock" />
       <keyword name="HelpWindow.__addBookmark" id="HelpWindow.__addBookmark" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__addBookmark" />
       <keyword name="HelpWindow.__addBookmarkFolder" id="HelpWindow.__addBookmarkFolder" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__addBookmarkFolder" />
+      <keyword name="HelpWindow.__appFocusChanged" id="HelpWindow.__appFocusChanged" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__appFocusChanged" />
       <keyword name="HelpWindow.__backward" id="HelpWindow.__backward" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__backward" />
       <keyword name="HelpWindow.__browserClosed" id="HelpWindow.__browserClosed" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__browserClosed" />
       <keyword name="HelpWindow.__clearIconsDatabase" id="HelpWindow.__clearIconsDatabase" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__clearIconsDatabase" />
@@ -5677,6 +5773,7 @@
       <keyword name="HelpWindow.__showEnginesConfigurationDialog" id="HelpWindow.__showEnginesConfigurationDialog" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__showEnginesConfigurationDialog" />
       <keyword name="HelpWindow.__showFeaturePermissionDialog" id="HelpWindow.__showFeaturePermissionDialog" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__showFeaturePermissionDialog" />
       <keyword name="HelpWindow.__showFeedsManager" id="HelpWindow.__showFeedsManager" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__showFeedsManager" />
+      <keyword name="HelpWindow.__showFlashCookiesManagement" id="HelpWindow.__showFlashCookiesManagement" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__showFlashCookiesManagement" />
       <keyword name="HelpWindow.__showForwardMenu" id="HelpWindow.__showForwardMenu" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__showForwardMenu" />
       <keyword name="HelpWindow.__showGreaseMonkeyConfigDialog" id="HelpWindow.__showGreaseMonkeyConfigDialog" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__showGreaseMonkeyConfigDialog" />
       <keyword name="HelpWindow.__showIndexWindow" id="HelpWindow.__showIndexWindow" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__showIndexWindow" />
@@ -5725,8 +5822,10 @@
       <keyword name="HelpWindow.eventMouseButtons" id="HelpWindow.eventMouseButtons" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.eventMouseButtons" />
       <keyword name="HelpWindow.featurePermissionManager" id="HelpWindow.featurePermissionManager" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.featurePermissionManager" />
       <keyword name="HelpWindow.feedsManager" id="HelpWindow.feedsManager" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.feedsManager" />
+      <keyword name="HelpWindow.flashCookieManager" id="HelpWindow.flashCookieManager" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.flashCookieManager" />
       <keyword name="HelpWindow.getActions" id="HelpWindow.getActions" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.getActions" />
       <keyword name="HelpWindow.getSourceFileList" id="HelpWindow.getSourceFileList" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.getSourceFileList" />
+      <keyword name="HelpWindow.getWindow" id="HelpWindow.getWindow" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.getWindow" />
       <keyword name="HelpWindow.greaseMonkeyManager" id="HelpWindow.greaseMonkeyManager" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.greaseMonkeyManager" />
       <keyword name="HelpWindow.helpEngine" id="HelpWindow.helpEngine" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.helpEngine" />
       <keyword name="HelpWindow.historyManager" id="HelpWindow.historyManager" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.historyManager" />
@@ -10138,6 +10237,7 @@
       <keyword name="Shell.__clientCapabilities" id="Shell.__clientCapabilities" ref="eric6.QScintilla.Shell.html#Shell.__clientCapabilities" />
       <keyword name="Shell.__clientError" id="Shell.__clientError" ref="eric6.QScintilla.Shell.html#Shell.__clientError" />
       <keyword name="Shell.__clientException" id="Shell.__clientException" ref="eric6.QScintilla.Shell.html#Shell.__clientException" />
+      <keyword name="Shell.__clientSignal" id="Shell.__clientSignal" ref="eric6.QScintilla.Shell.html#Shell.__clientSignal" />
       <keyword name="Shell.__clientStatement" id="Shell.__clientStatement" ref="eric6.QScintilla.Shell.html#Shell.__clientStatement" />
       <keyword name="Shell.__clientSyntaxError" id="Shell.__clientSyntaxError" ref="eric6.QScintilla.Shell.html#Shell.__clientSyntaxError" />
       <keyword name="Shell.__completionListSelected" id="Shell.__completionListSelected" ref="eric6.QScintilla.Shell.html#Shell.__completionListSelected" />
@@ -13292,6 +13392,7 @@
       <keyword name="create" id="create" ref="eric6.Preferences.ConfigurationPages.GraphicsPage.html#create" />
       <keyword name="create" id="create" ref="eric6.Preferences.ConfigurationPages.HelpAppearancePage.html#create" />
       <keyword name="create" id="create" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#create" />
+      <keyword name="create" id="create" ref="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html#create" />
       <keyword name="create" id="create" ref="eric6.Preferences.ConfigurationPages.HelpInterfacePage.html#create" />
       <keyword name="create" id="create" ref="eric6.Preferences.ConfigurationPages.HelpViewersPage.html#create" />
       <keyword name="create" id="create" ref="eric6.Preferences.ConfigurationPages.HelpVirusTotalPage.html#create" />
@@ -13428,6 +13529,7 @@
       <keyword name="findPythonInterpreters" id="findPythonInterpreters" ref="eric6.Globals.__init__.html#findPythonInterpreters" />
       <keyword name="find_module" id="find_module" ref="eric6.Utilities.ClassBrowsers.__init__.html#find_module" />
       <keyword name="find_module" id="find_module" ref="eric6.Utilities.ModuleParser.html#find_module" />
+      <keyword name="flashDataPathForOS" id="flashDataPathForOS" ref="eric6.Helpviewer.FlashCookieManager.FlashCookieUtilities.html#flashDataPathForOS" />
       <keyword name="flush" id="flush" ref="eric6.DebugClients.Ruby.AsyncFile.html#flush" />
       <keyword name="formatTime" id="formatTime" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#formatTime" />
       <keyword name="format_witnesses" id="format_witnesses" ref="eric6.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#format_witnesses" />
@@ -14121,6 +14223,12 @@
       <file>eric6.Helpviewer.Feeds.FeedEditDialog.html</file>
       <file>eric6.Helpviewer.Feeds.FeedsDialog.html</file>
       <file>eric6.Helpviewer.Feeds.FeedsManager.html</file>
+      <file>eric6.Helpviewer.FlashCookieManager.FlashCookie.html</file>
+      <file>eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html</file>
+      <file>eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html</file>
+      <file>eric6.Helpviewer.FlashCookieManager.FlashCookieNotification.html</file>
+      <file>eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html</file>
+      <file>eric6.Helpviewer.FlashCookieManager.FlashCookieUtilities.html</file>
       <file>eric6.Helpviewer.GreaseMonkey.GreaseMonkeyAddScriptDialog.html</file>
       <file>eric6.Helpviewer.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationDialog.html</file>
       <file>eric6.Helpviewer.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationListDelegate.html</file>
@@ -14504,6 +14612,7 @@
       <file>eric6.Preferences.ConfigurationPages.GraphicsPage.html</file>
       <file>eric6.Preferences.ConfigurationPages.HelpAppearancePage.html</file>
       <file>eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html</file>
+      <file>eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html</file>
       <file>eric6.Preferences.ConfigurationPages.HelpInterfacePage.html</file>
       <file>eric6.Preferences.ConfigurationPages.HelpViewersPage.html</file>
       <file>eric6.Preferences.ConfigurationPages.HelpVirusTotalPage.html</file>
@@ -14764,6 +14873,7 @@
       <file>index-eric6.Helpviewer.Download.html</file>
       <file>index-eric6.Helpviewer.FeaturePermissions.html</file>
       <file>index-eric6.Helpviewer.Feeds.html</file>
+      <file>index-eric6.Helpviewer.FlashCookieManager.html</file>
       <file>index-eric6.Helpviewer.GreaseMonkey.GreaseMonkeyConfiguration.html</file>
       <file>index-eric6.Helpviewer.GreaseMonkey.html</file>
       <file>index-eric6.Helpviewer.History.html</file>
--- a/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Sun Aug 16 14:58:15 2015 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Sun Aug 16 15:01:17 2015 +0200
@@ -138,12 +138,18 @@
 <td><a href="#DebugClientBase.__interact">__interact</a></td>
 <td>Private method to Interact with  the debugger.</td>
 </tr><tr>
+<td><a href="#DebugClientBase.__interceptSignals">__interceptSignals</a></td>
+<td>Private method to intercept common signals.</td>
+</tr><tr>
 <td><a href="#DebugClientBase.__resolveHost">__resolveHost</a></td>
 <td>Private method to resolve a hostname to an IP address.</td>
 </tr><tr>
 <td><a href="#DebugClientBase.__setCoding">__setCoding</a></td>
 <td>Private method to set the coding used by a python file.</td>
 </tr><tr>
+<td><a href="#DebugClientBase.__signalHandler">__signalHandler</a></td>
+<td>Private method to handle signals.</td>
+</tr><tr>
 <td><a href="#DebugClientBase.__unhandled_exception">__unhandled_exception</a></td>
 <td>Private method called to report an uncaught exception.</td>
 </tr><tr>
@@ -386,6 +392,11 @@
 <b>__interact</b>(<i></i>)
 <p>
         Private method to Interact with  the debugger.
+</p><a NAME="DebugClientBase.__interceptSignals" ID="DebugClientBase.__interceptSignals"></a>
+<h4>DebugClientBase.__interceptSignals</h4>
+<b>__interceptSignals</b>(<i></i>)
+<p>
+        Private method to intercept common signals.
 </p><a NAME="DebugClientBase.__resolveHost" ID="DebugClientBase.__resolveHost"></a>
 <h4>DebugClientBase.__resolveHost</h4>
 <b>__resolveHost</b>(<i>host</i>)
@@ -411,6 +422,19 @@
 <dd>
 name of the file to inspect (string)
 </dd>
+</dl><a NAME="DebugClientBase.__signalHandler" ID="DebugClientBase.__signalHandler"></a>
+<h4>DebugClientBase.__signalHandler</h4>
+<b>__signalHandler</b>(<i>signalNumber, stackFrame</i>)
+<p>
+        Private method to handle signals.
+</p><dl>
+<dt><i>signalNumber</i> (int)</dt>
+<dd>
+number of the signal to be handled
+</dd><dt><i>stack</i> (frame object)</dt>
+<dd>
+frame current stack frame
+</dd>
 </dl><a NAME="DebugClientBase.__unhandled_exception" ID="DebugClientBase.__unhandled_exception"></a>
 <h4>DebugClientBase.__unhandled_exception</h4>
 <b>__unhandled_exception</b>(<i>exctype, excval, exctb</i>)
@@ -589,13 +613,16 @@
         Public method implementing the main method.
 </p><a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a>
 <h4>DebugClientBase.progTerminated</h4>
-<b>progTerminated</b>(<i>status</i>)
+<b>progTerminated</b>(<i>status, exit=False</i>)
 <p>
         Public method to tell the debugger that the program has terminated.
 </p><dl>
 <dt><i>status</i></dt>
 <dd>
-the return status
+return status
+</dd><dt><i>exit</i> (bool)</dt>
+<dd>
+flag indicating to perform a sys.exit()
 </dd>
 </dl><a NAME="DebugClientBase.raw_input" ID="DebugClientBase.raw_input"></a>
 <h4>DebugClientBase.raw_input</h4>
--- a/Documentation/Source/eric6.DebugClients.Python.DebugProtocol.html	Sun Aug 16 14:58:15 2015 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python.DebugProtocol.html	Sun Aug 16 15:01:17 2015 +0200
@@ -25,7 +25,7 @@
 </p>
 <h3>Global Attributes</h3>
 <table>
-<tr><td>CallTrace</td></tr><tr><td>DebugAddress</td></tr><tr><td>EOT</td></tr><tr><td>PassiveStartup</td></tr><tr><td>RequestBanner</td></tr><tr><td>RequestBreak</td></tr><tr><td>RequestBreakEnable</td></tr><tr><td>RequestBreakIgnore</td></tr><tr><td>RequestCallTrace</td></tr><tr><td>RequestCapabilities</td></tr><tr><td>RequestCompletion</td></tr><tr><td>RequestContinue</td></tr><tr><td>RequestCoverage</td></tr><tr><td>RequestEnv</td></tr><tr><td>RequestEval</td></tr><tr><td>RequestExec</td></tr><tr><td>RequestForkMode</td></tr><tr><td>RequestForkTo</td></tr><tr><td>RequestLoad</td></tr><tr><td>RequestOK</td></tr><tr><td>RequestProfile</td></tr><tr><td>RequestRun</td></tr><tr><td>RequestSetFilter</td></tr><tr><td>RequestShutdown</td></tr><tr><td>RequestStep</td></tr><tr><td>RequestStepOut</td></tr><tr><td>RequestStepOver</td></tr><tr><td>RequestStepQuit</td></tr><tr><td>RequestThreadList</td></tr><tr><td>RequestThreadSet</td></tr><tr><td>RequestUTPrepare</td></tr><tr><td>RequestUTRun</td></tr><tr><td>RequestUTStop</td></tr><tr><td>RequestVariable</td></tr><tr><td>RequestVariables</td></tr><tr><td>RequestWatch</td></tr><tr><td>RequestWatchEnable</td></tr><tr><td>RequestWatchIgnore</td></tr><tr><td>ResponseBPConditionError</td></tr><tr><td>ResponseBanner</td></tr><tr><td>ResponseCapabilities</td></tr><tr><td>ResponseClearBreak</td></tr><tr><td>ResponseClearWatch</td></tr><tr><td>ResponseCompletion</td></tr><tr><td>ResponseContinue</td></tr><tr><td>ResponseException</td></tr><tr><td>ResponseExit</td></tr><tr><td>ResponseForkTo</td></tr><tr><td>ResponseLine</td></tr><tr><td>ResponseOK</td></tr><tr><td>ResponseRaw</td></tr><tr><td>ResponseStack</td></tr><tr><td>ResponseSyntax</td></tr><tr><td>ResponseThreadList</td></tr><tr><td>ResponseThreadSet</td></tr><tr><td>ResponseUTFinished</td></tr><tr><td>ResponseUTPrepared</td></tr><tr><td>ResponseUTStartTest</td></tr><tr><td>ResponseUTStopTest</td></tr><tr><td>ResponseUTTestErrored</td></tr><tr><td>ResponseUTTestFailed</td></tr><tr><td>ResponseUTTestFailedExpected</td></tr><tr><td>ResponseUTTestSkipped</td></tr><tr><td>ResponseUTTestSucceededUnexpected</td></tr><tr><td>ResponseVariable</td></tr><tr><td>ResponseVariables</td></tr><tr><td>ResponseWPConditionError</td></tr>
+<tr><td>CallTrace</td></tr><tr><td>DebugAddress</td></tr><tr><td>EOT</td></tr><tr><td>PassiveStartup</td></tr><tr><td>RequestBanner</td></tr><tr><td>RequestBreak</td></tr><tr><td>RequestBreakEnable</td></tr><tr><td>RequestBreakIgnore</td></tr><tr><td>RequestCallTrace</td></tr><tr><td>RequestCapabilities</td></tr><tr><td>RequestCompletion</td></tr><tr><td>RequestContinue</td></tr><tr><td>RequestCoverage</td></tr><tr><td>RequestEnv</td></tr><tr><td>RequestEval</td></tr><tr><td>RequestExec</td></tr><tr><td>RequestForkMode</td></tr><tr><td>RequestForkTo</td></tr><tr><td>RequestLoad</td></tr><tr><td>RequestOK</td></tr><tr><td>RequestProfile</td></tr><tr><td>RequestRun</td></tr><tr><td>RequestSetFilter</td></tr><tr><td>RequestShutdown</td></tr><tr><td>RequestStep</td></tr><tr><td>RequestStepOut</td></tr><tr><td>RequestStepOver</td></tr><tr><td>RequestStepQuit</td></tr><tr><td>RequestThreadList</td></tr><tr><td>RequestThreadSet</td></tr><tr><td>RequestUTPrepare</td></tr><tr><td>RequestUTRun</td></tr><tr><td>RequestUTStop</td></tr><tr><td>RequestVariable</td></tr><tr><td>RequestVariables</td></tr><tr><td>RequestWatch</td></tr><tr><td>RequestWatchEnable</td></tr><tr><td>RequestWatchIgnore</td></tr><tr><td>ResponseBPConditionError</td></tr><tr><td>ResponseBanner</td></tr><tr><td>ResponseCapabilities</td></tr><tr><td>ResponseClearBreak</td></tr><tr><td>ResponseClearWatch</td></tr><tr><td>ResponseCompletion</td></tr><tr><td>ResponseContinue</td></tr><tr><td>ResponseException</td></tr><tr><td>ResponseExit</td></tr><tr><td>ResponseForkTo</td></tr><tr><td>ResponseLine</td></tr><tr><td>ResponseOK</td></tr><tr><td>ResponseRaw</td></tr><tr><td>ResponseSignal</td></tr><tr><td>ResponseStack</td></tr><tr><td>ResponseSyntax</td></tr><tr><td>ResponseThreadList</td></tr><tr><td>ResponseThreadSet</td></tr><tr><td>ResponseUTFinished</td></tr><tr><td>ResponseUTPrepared</td></tr><tr><td>ResponseUTStartTest</td></tr><tr><td>ResponseUTStopTest</td></tr><tr><td>ResponseUTTestErrored</td></tr><tr><td>ResponseUTTestFailed</td></tr><tr><td>ResponseUTTestFailedExpected</td></tr><tr><td>ResponseUTTestSkipped</td></tr><tr><td>ResponseUTTestSucceededUnexpected</td></tr><tr><td>ResponseVariable</td></tr><tr><td>ResponseVariables</td></tr><tr><td>ResponseWPConditionError</td></tr>
 </table>
 <h3>Classes</h3>
 <table>
--- a/Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html	Sun Aug 16 14:58:15 2015 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html	Sun Aug 16 15:01:17 2015 +0200
@@ -138,12 +138,18 @@
 <td><a href="#DebugClientBase.__interact">__interact</a></td>
 <td>Private method to Interact with  the debugger.</td>
 </tr><tr>
+<td><a href="#DebugClientBase.__interceptSignals">__interceptSignals</a></td>
+<td>Private method to intercept common signals.</td>
+</tr><tr>
 <td><a href="#DebugClientBase.__resolveHost">__resolveHost</a></td>
 <td>Private method to resolve a hostname to an IP address.</td>
 </tr><tr>
 <td><a href="#DebugClientBase.__setCoding">__setCoding</a></td>
 <td>Private method to set the coding used by a python file.</td>
 </tr><tr>
+<td><a href="#DebugClientBase.__signalHandler">__signalHandler</a></td>
+<td>Private method to handle signals.</td>
+</tr><tr>
 <td><a href="#DebugClientBase.__unhandled_exception">__unhandled_exception</a></td>
 <td>Private method called to report an uncaught exception.</td>
 </tr><tr>
@@ -401,6 +407,11 @@
 <b>__interact</b>(<i></i>)
 <p>
         Private method to Interact with  the debugger.
+</p><a NAME="DebugClientBase.__interceptSignals" ID="DebugClientBase.__interceptSignals"></a>
+<h4>DebugClientBase.__interceptSignals</h4>
+<b>__interceptSignals</b>(<i></i>)
+<p>
+        Private method to intercept common signals.
 </p><a NAME="DebugClientBase.__resolveHost" ID="DebugClientBase.__resolveHost"></a>
 <h4>DebugClientBase.__resolveHost</h4>
 <b>__resolveHost</b>(<i>host</i>)
@@ -426,6 +437,19 @@
 <dd>
 name of the file to inspect (string)
 </dd>
+</dl><a NAME="DebugClientBase.__signalHandler" ID="DebugClientBase.__signalHandler"></a>
+<h4>DebugClientBase.__signalHandler</h4>
+<b>__signalHandler</b>(<i>signalNumber, stackFrame</i>)
+<p>
+        Private method to handle signals.
+</p><dl>
+<dt><i>signalNumber</i> (int)</dt>
+<dd>
+number of the signal to be handled
+</dd><dt><i>stack</i> (frame object)</dt>
+<dd>
+frame current stack frame
+</dd>
 </dl><a NAME="DebugClientBase.__unhandled_exception" ID="DebugClientBase.__unhandled_exception"></a>
 <h4>DebugClientBase.__unhandled_exception</h4>
 <b>__unhandled_exception</b>(<i>exctype, excval, exctb</i>)
@@ -604,13 +628,16 @@
         Public method implementing the main method.
 </p><a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a>
 <h4>DebugClientBase.progTerminated</h4>
-<b>progTerminated</b>(<i>status</i>)
+<b>progTerminated</b>(<i>status, exit=False</i>)
 <p>
         Public method to tell the debugger that the program has terminated.
 </p><dl>
 <dt><i>status</i></dt>
 <dd>
-the return status
+return status
+</dd><dt><i>exit</i> (bool)</dt>
+<dd>
+flag indicating to perform a sys.exit()
 </dd>
 </dl><a NAME="DebugClientBase.run_call" ID="DebugClientBase.run_call"></a>
 <h4>DebugClientBase.run_call</h4>
--- a/Documentation/Source/eric6.DebugClients.Python3.DebugProtocol.html	Sun Aug 16 14:58:15 2015 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python3.DebugProtocol.html	Sun Aug 16 15:01:17 2015 +0200
@@ -25,7 +25,7 @@
 </p>
 <h3>Global Attributes</h3>
 <table>
-<tr><td>CallTrace</td></tr><tr><td>DebugAddress</td></tr><tr><td>EOT</td></tr><tr><td>PassiveStartup</td></tr><tr><td>RequestBanner</td></tr><tr><td>RequestBreak</td></tr><tr><td>RequestBreakEnable</td></tr><tr><td>RequestBreakIgnore</td></tr><tr><td>RequestCallTrace</td></tr><tr><td>RequestCapabilities</td></tr><tr><td>RequestCompletion</td></tr><tr><td>RequestContinue</td></tr><tr><td>RequestCoverage</td></tr><tr><td>RequestEnv</td></tr><tr><td>RequestEval</td></tr><tr><td>RequestExec</td></tr><tr><td>RequestForkMode</td></tr><tr><td>RequestForkTo</td></tr><tr><td>RequestLoad</td></tr><tr><td>RequestOK</td></tr><tr><td>RequestProfile</td></tr><tr><td>RequestRun</td></tr><tr><td>RequestSetFilter</td></tr><tr><td>RequestShutdown</td></tr><tr><td>RequestStep</td></tr><tr><td>RequestStepOut</td></tr><tr><td>RequestStepOver</td></tr><tr><td>RequestStepQuit</td></tr><tr><td>RequestThreadList</td></tr><tr><td>RequestThreadSet</td></tr><tr><td>RequestUTPrepare</td></tr><tr><td>RequestUTRun</td></tr><tr><td>RequestUTStop</td></tr><tr><td>RequestVariable</td></tr><tr><td>RequestVariables</td></tr><tr><td>RequestWatch</td></tr><tr><td>RequestWatchEnable</td></tr><tr><td>RequestWatchIgnore</td></tr><tr><td>ResponseBPConditionError</td></tr><tr><td>ResponseBanner</td></tr><tr><td>ResponseCapabilities</td></tr><tr><td>ResponseClearBreak</td></tr><tr><td>ResponseClearWatch</td></tr><tr><td>ResponseCompletion</td></tr><tr><td>ResponseContinue</td></tr><tr><td>ResponseException</td></tr><tr><td>ResponseExit</td></tr><tr><td>ResponseForkTo</td></tr><tr><td>ResponseLine</td></tr><tr><td>ResponseOK</td></tr><tr><td>ResponseRaw</td></tr><tr><td>ResponseStack</td></tr><tr><td>ResponseSyntax</td></tr><tr><td>ResponseThreadList</td></tr><tr><td>ResponseThreadSet</td></tr><tr><td>ResponseUTFinished</td></tr><tr><td>ResponseUTPrepared</td></tr><tr><td>ResponseUTStartTest</td></tr><tr><td>ResponseUTStopTest</td></tr><tr><td>ResponseUTTestErrored</td></tr><tr><td>ResponseUTTestFailed</td></tr><tr><td>ResponseUTTestFailedExpected</td></tr><tr><td>ResponseUTTestSkipped</td></tr><tr><td>ResponseUTTestSucceededUnexpected</td></tr><tr><td>ResponseVariable</td></tr><tr><td>ResponseVariables</td></tr><tr><td>ResponseWPConditionError</td></tr>
+<tr><td>CallTrace</td></tr><tr><td>DebugAddress</td></tr><tr><td>EOT</td></tr><tr><td>PassiveStartup</td></tr><tr><td>RequestBanner</td></tr><tr><td>RequestBreak</td></tr><tr><td>RequestBreakEnable</td></tr><tr><td>RequestBreakIgnore</td></tr><tr><td>RequestCallTrace</td></tr><tr><td>RequestCapabilities</td></tr><tr><td>RequestCompletion</td></tr><tr><td>RequestContinue</td></tr><tr><td>RequestCoverage</td></tr><tr><td>RequestEnv</td></tr><tr><td>RequestEval</td></tr><tr><td>RequestExec</td></tr><tr><td>RequestForkMode</td></tr><tr><td>RequestForkTo</td></tr><tr><td>RequestLoad</td></tr><tr><td>RequestOK</td></tr><tr><td>RequestProfile</td></tr><tr><td>RequestRun</td></tr><tr><td>RequestSetFilter</td></tr><tr><td>RequestShutdown</td></tr><tr><td>RequestStep</td></tr><tr><td>RequestStepOut</td></tr><tr><td>RequestStepOver</td></tr><tr><td>RequestStepQuit</td></tr><tr><td>RequestThreadList</td></tr><tr><td>RequestThreadSet</td></tr><tr><td>RequestUTPrepare</td></tr><tr><td>RequestUTRun</td></tr><tr><td>RequestUTStop</td></tr><tr><td>RequestVariable</td></tr><tr><td>RequestVariables</td></tr><tr><td>RequestWatch</td></tr><tr><td>RequestWatchEnable</td></tr><tr><td>RequestWatchIgnore</td></tr><tr><td>ResponseBPConditionError</td></tr><tr><td>ResponseBanner</td></tr><tr><td>ResponseCapabilities</td></tr><tr><td>ResponseClearBreak</td></tr><tr><td>ResponseClearWatch</td></tr><tr><td>ResponseCompletion</td></tr><tr><td>ResponseContinue</td></tr><tr><td>ResponseException</td></tr><tr><td>ResponseExit</td></tr><tr><td>ResponseForkTo</td></tr><tr><td>ResponseLine</td></tr><tr><td>ResponseOK</td></tr><tr><td>ResponseRaw</td></tr><tr><td>ResponseSignal</td></tr><tr><td>ResponseStack</td></tr><tr><td>ResponseSyntax</td></tr><tr><td>ResponseThreadList</td></tr><tr><td>ResponseThreadSet</td></tr><tr><td>ResponseUTFinished</td></tr><tr><td>ResponseUTPrepared</td></tr><tr><td>ResponseUTStartTest</td></tr><tr><td>ResponseUTStopTest</td></tr><tr><td>ResponseUTTestErrored</td></tr><tr><td>ResponseUTTestFailed</td></tr><tr><td>ResponseUTTestFailedExpected</td></tr><tr><td>ResponseUTTestSkipped</td></tr><tr><td>ResponseUTTestSucceededUnexpected</td></tr><tr><td>ResponseVariable</td></tr><tr><td>ResponseVariables</td></tr><tr><td>ResponseWPConditionError</td></tr>
 </table>
 <h3>Classes</h3>
 <table>
--- a/Documentation/Source/eric6.Debugger.DebugProtocol.html	Sun Aug 16 14:58:15 2015 +0200
+++ b/Documentation/Source/eric6.Debugger.DebugProtocol.html	Sun Aug 16 15:01:17 2015 +0200
@@ -25,7 +25,7 @@
 </p>
 <h3>Global Attributes</h3>
 <table>
-<tr><td>CallTrace</td></tr><tr><td>EOT</td></tr><tr><td>PassiveStartup</td></tr><tr><td>RequestBanner</td></tr><tr><td>RequestBreak</td></tr><tr><td>RequestBreakEnable</td></tr><tr><td>RequestBreakIgnore</td></tr><tr><td>RequestCallTrace</td></tr><tr><td>RequestCapabilities</td></tr><tr><td>RequestCompletion</td></tr><tr><td>RequestContinue</td></tr><tr><td>RequestCoverage</td></tr><tr><td>RequestEnv</td></tr><tr><td>RequestEval</td></tr><tr><td>RequestExec</td></tr><tr><td>RequestForkMode</td></tr><tr><td>RequestForkTo</td></tr><tr><td>RequestLoad</td></tr><tr><td>RequestOK</td></tr><tr><td>RequestProfile</td></tr><tr><td>RequestRun</td></tr><tr><td>RequestSetFilter</td></tr><tr><td>RequestShutdown</td></tr><tr><td>RequestStep</td></tr><tr><td>RequestStepOut</td></tr><tr><td>RequestStepOver</td></tr><tr><td>RequestStepQuit</td></tr><tr><td>RequestThreadList</td></tr><tr><td>RequestThreadSet</td></tr><tr><td>RequestUTPrepare</td></tr><tr><td>RequestUTRun</td></tr><tr><td>RequestUTStop</td></tr><tr><td>RequestVariable</td></tr><tr><td>RequestVariables</td></tr><tr><td>RequestWatch</td></tr><tr><td>RequestWatchEnable</td></tr><tr><td>RequestWatchIgnore</td></tr><tr><td>ResponseBPConditionError</td></tr><tr><td>ResponseBanner</td></tr><tr><td>ResponseCapabilities</td></tr><tr><td>ResponseClearBreak</td></tr><tr><td>ResponseClearWatch</td></tr><tr><td>ResponseCompletion</td></tr><tr><td>ResponseContinue</td></tr><tr><td>ResponseException</td></tr><tr><td>ResponseExit</td></tr><tr><td>ResponseForkTo</td></tr><tr><td>ResponseLine</td></tr><tr><td>ResponseOK</td></tr><tr><td>ResponseRaw</td></tr><tr><td>ResponseStack</td></tr><tr><td>ResponseSyntax</td></tr><tr><td>ResponseThreadList</td></tr><tr><td>ResponseThreadSet</td></tr><tr><td>ResponseUTFinished</td></tr><tr><td>ResponseUTPrepared</td></tr><tr><td>ResponseUTStartTest</td></tr><tr><td>ResponseUTStopTest</td></tr><tr><td>ResponseUTTestErrored</td></tr><tr><td>ResponseUTTestFailed</td></tr><tr><td>ResponseUTTestFailedExpected</td></tr><tr><td>ResponseUTTestSkipped</td></tr><tr><td>ResponseUTTestSucceededUnexpected</td></tr><tr><td>ResponseVariable</td></tr><tr><td>ResponseVariables</td></tr><tr><td>ResponseWPConditionError</td></tr>
+<tr><td>CallTrace</td></tr><tr><td>EOT</td></tr><tr><td>PassiveStartup</td></tr><tr><td>RequestBanner</td></tr><tr><td>RequestBreak</td></tr><tr><td>RequestBreakEnable</td></tr><tr><td>RequestBreakIgnore</td></tr><tr><td>RequestCallTrace</td></tr><tr><td>RequestCapabilities</td></tr><tr><td>RequestCompletion</td></tr><tr><td>RequestContinue</td></tr><tr><td>RequestCoverage</td></tr><tr><td>RequestEnv</td></tr><tr><td>RequestEval</td></tr><tr><td>RequestExec</td></tr><tr><td>RequestForkMode</td></tr><tr><td>RequestForkTo</td></tr><tr><td>RequestLoad</td></tr><tr><td>RequestOK</td></tr><tr><td>RequestProfile</td></tr><tr><td>RequestRun</td></tr><tr><td>RequestSetFilter</td></tr><tr><td>RequestShutdown</td></tr><tr><td>RequestStep</td></tr><tr><td>RequestStepOut</td></tr><tr><td>RequestStepOver</td></tr><tr><td>RequestStepQuit</td></tr><tr><td>RequestThreadList</td></tr><tr><td>RequestThreadSet</td></tr><tr><td>RequestUTPrepare</td></tr><tr><td>RequestUTRun</td></tr><tr><td>RequestUTStop</td></tr><tr><td>RequestVariable</td></tr><tr><td>RequestVariables</td></tr><tr><td>RequestWatch</td></tr><tr><td>RequestWatchEnable</td></tr><tr><td>RequestWatchIgnore</td></tr><tr><td>ResponseBPConditionError</td></tr><tr><td>ResponseBanner</td></tr><tr><td>ResponseCapabilities</td></tr><tr><td>ResponseClearBreak</td></tr><tr><td>ResponseClearWatch</td></tr><tr><td>ResponseCompletion</td></tr><tr><td>ResponseContinue</td></tr><tr><td>ResponseException</td></tr><tr><td>ResponseExit</td></tr><tr><td>ResponseForkTo</td></tr><tr><td>ResponseLine</td></tr><tr><td>ResponseOK</td></tr><tr><td>ResponseRaw</td></tr><tr><td>ResponseSignal</td></tr><tr><td>ResponseStack</td></tr><tr><td>ResponseSyntax</td></tr><tr><td>ResponseThreadList</td></tr><tr><td>ResponseThreadSet</td></tr><tr><td>ResponseUTFinished</td></tr><tr><td>ResponseUTPrepared</td></tr><tr><td>ResponseUTStartTest</td></tr><tr><td>ResponseUTStopTest</td></tr><tr><td>ResponseUTTestErrored</td></tr><tr><td>ResponseUTTestFailed</td></tr><tr><td>ResponseUTTestFailedExpected</td></tr><tr><td>ResponseUTTestSkipped</td></tr><tr><td>ResponseUTTestSucceededUnexpected</td></tr><tr><td>ResponseVariable</td></tr><tr><td>ResponseVariables</td></tr><tr><td>ResponseWPConditionError</td></tr>
 </table>
 <h3>Classes</h3>
 <table>
--- a/Documentation/Source/eric6.Debugger.DebugServer.html	Sun Aug 16 14:58:15 2015 +0200
+++ b/Documentation/Source/eric6.Debugger.DebugServer.html	Sun Aug 16 15:01:17 2015 +0200
@@ -117,6 +117,10 @@
 <dd>
 emitted after the data was sent to the
         debug client
+</dd><dt>clientSignal(signal)</dt>
+<dd>
+emitted after a signal has been generated on
+        the client side
 </dd><dt>clientStack(stack)</dt>
 <dd>
 emitted after the debug client has executed a
@@ -465,6 +469,9 @@
 <td><a href="#DebugServer.signalClientRawInput">signalClientRawInput</a></td>
 <td>Public method to process the client raw input command.</td>
 </tr><tr>
+<td><a href="#DebugServer.signalClientSignal">signalClientSignal</a></td>
+<td>Public method to process a signal generated on the client side.</td>
+</tr><tr>
 <td><a href="#DebugServer.signalClientStack">signalClientStack</a></td>
 <td>Public method to process a client's stack information.</td>
 </tr><tr>
@@ -1656,6 +1663,28 @@
 <dd>
 flag indicating an echoing of the input (boolean)
 </dd>
+</dl><a NAME="DebugServer.signalClientSignal" ID="DebugServer.signalClientSignal"></a>
+<h4>DebugServer.signalClientSignal</h4>
+<b>signalClientSignal</b>(<i>message, filename, lineNo, funcName, funcArgs</i>)
+<p>
+        Public method to process a signal generated on the client side.
+</p><dl>
+<dt><i>message</i> (str)</dt>
+<dd>
+message of the syntax error
+</dd><dt><i>filename</i> (str)</dt>
+<dd>
+translated filename of the syntax error position
+</dd><dt><i>lineNo</i> (int)</dt>
+<dd>
+line number of the syntax error position
+</dd><dt><i>funcName</i> (str)</dt>
+<dd>
+name of the function causing the signal
+</dd><dt><i>funcArgs</i> (str)</dt>
+<dd>
+function arguments
+</dd>
 </dl><a NAME="DebugServer.signalClientStack" ID="DebugServer.signalClientStack"></a>
 <h4>DebugServer.signalClientStack</h4>
 <b>signalClientStack</b>(<i>stack</i>)
--- a/Documentation/Source/eric6.Debugger.DebugUI.html	Sun Aug 16 14:58:15 2015 +0200
+++ b/Documentation/Source/eric6.Debugger.DebugUI.html	Sun Aug 16 15:01:17 2015 +0200
@@ -112,6 +112,9 @@
 <td><a href="#DebugUI.__clientLine">__clientLine</a></td>
 <td>Private method to handle a change to the current line.</td>
 </tr><tr>
+<td><a href="#DebugUI.__clientSignal">__clientSignal</a></td>
+<td>Private method to handle a signal generated on the client side.</td>
+</tr><tr>
 <td><a href="#DebugUI.__clientSyntaxError">__clientSyntaxError</a></td>
 <td>Private method to handle a syntax error in the debugged program.</td>
 </tr><tr>
@@ -421,6 +424,28 @@
 <dd>
 flag indicating this is for a stack dump (boolean)
 </dd>
+</dl><a NAME="DebugUI.__clientSignal" ID="DebugUI.__clientSignal"></a>
+<h4>DebugUI.__clientSignal</h4>
+<b>__clientSignal</b>(<i>message, filename, lineNo, funcName, funcArgs</i>)
+<p>
+        Private method to handle a signal generated on the client side.
+</p><dl>
+<dt><i>message</i> (str)</dt>
+<dd>
+message of the syntax error
+</dd><dt><i>filename</i> (str)</dt>
+<dd>
+translated filename of the syntax error position
+</dd><dt><i>lineNo</i> (int)</dt>
+<dd>
+line number of the syntax error position
+</dd><dt><i>funcName</i> (str)</dt>
+<dd>
+name of the function causing the signal
+</dd><dt><i>funcArgs</i> (str)</dt>
+<dd>
+function arguments
+</dd>
 </dl><a NAME="DebugUI.__clientSyntaxError" ID="DebugUI.__clientSyntaxError"></a>
 <h4>DebugUI.__clientSyntaxError</h4>
 <b>__clientSyntaxError</b>(<i>message, filename, lineNo, characterNo</i>)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric6.Helpviewer.FlashCookieManager.FlashCookie.html	Sun Aug 16 15:01:17 2015 +0200
@@ -0,0 +1,99 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.Helpviewer.FlashCookieManager.FlashCookie</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.Helpviewer.FlashCookieManager.FlashCookie</h1>
+<p>
+Module implementing the Flash cookie class.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#FlashCookie">FlashCookie</a></td>
+<td>Class implementing the Flash cookie.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="FlashCookie" ID="FlashCookie"></a>
+<h2>FlashCookie</h2>
+<p>
+    Class implementing the Flash cookie.
+</p>
+<h3>Derived from</h3>
+object
+<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="#FlashCookie.__eq__">__eq__</a></td>
+<td>Special method to compare to another Flash cookie.</td>
+</tr><tr>
+<td><a href="#FlashCookie.__init">__init</a></td>
+<td>Constructor</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="FlashCookie.__eq__" ID="FlashCookie.__eq__"></a>
+<h4>FlashCookie.__eq__</h4>
+<b>__eq__</b>(<i>other</i>)
+<p>
+        Special method to compare to another Flash cookie.
+</p><dl>
+<dt><i>other</i> (FlashCookie)</dt>
+<dd>
+reference to the other Flash cookie
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating equality of the two cookies
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl><a NAME="FlashCookie.__init" ID="FlashCookie.__init"></a>
+<h4>FlashCookie.__init</h4>
+<b>__init</b>(<i></i>)
+<p>
+        Constructor
+</p>
+<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.Helpviewer.FlashCookieManager.FlashCookieManager.html	Sun Aug 16 15:01:17 2015 +0200
@@ -0,0 +1,326 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.Helpviewer.FlashCookieManager.FlashCookieManager</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.Helpviewer.FlashCookieManager.FlashCookieManager</h1>
+<p>
+Module implementing the Flash cookie manager.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#FlashCookieManager">FlashCookieManager</a></td>
+<td>Class implementing the Flash cookie manager object.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="FlashCookieManager" ID="FlashCookieManager"></a>
+<h2>FlashCookieManager</h2>
+<p>
+    Class implementing the Flash cookie manager object.
+</p>
+<h3>Derived from</h3>
+QObject
+<h3>Class Attributes</h3>
+<table>
+<tr><td>RefreshInterval</td></tr>
+</table>
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#FlashCookieManager.__init__">FlashCookieManager</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.__autoRefresh">__autoRefresh</a></td>
+<td>Private slot to refresh the list of cookies.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.__extractOriginFrom">__extractOriginFrom</a></td>
+<td>Private method to extract the cookie origin given its file name.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.__insertFlashCookie">__insertFlashCookie</a></td>
+<td>Private method to insert a Flash cookie into the cache.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.__isBlacklisted">__isBlacklisted</a></td>
+<td>Private method to check for a blacklisted cookie.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.__isWhitelisted">__isWhitelisted</a></td>
+<td>Private method to check for a whitelisted cookie.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.__loadFlashCookies">__loadFlashCookies</a></td>
+<td>Private slot to load the Flash cookies to be cached.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.__loadFlashCookiesFromPath">__loadFlashCookiesFromPath</a></td>
+<td>Private slot to load the Flash cookies from a path.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.__removeAllButWhitelisted">__removeAllButWhitelisted</a></td>
+<td>Private method to remove all non-whitelisted cookies.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.__sharedObjectDirName">__sharedObjectDirName</a></td>
+<td>Private slot to determine the path of the shared data objects.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.__startStopTimer">__startStopTimer</a></td>
+<td>Private slot to start or stop the auto refresh timer.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.clearCache">clearCache</a></td>
+<td>Public method to clear the list of cached Flash cookies.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.clearNewOrigins">clearNewOrigins</a></td>
+<td>Public method to clear the list of newly detected Flash cookies.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.flashCookies">flashCookies</a></td>
+<td>Public method to get the list of cached Flash cookies.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.flashPlayerDataPath">flashPlayerDataPath</a></td>
+<td>Public method to get the Flash Player data path.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.newCookiesList">newCookiesList</a></td>
+<td>Public method to get the list of newly detected Flash cookies.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.preferencesChanged">preferencesChanged</a></td>
+<td>Public slot to handle a change of preferences.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.removeCookie">removeCookie</a></td>
+<td>Public method to remove a cookie of the list of cached cookies.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.setFlashCookies">setFlashCookies</a></td>
+<td>Public method to set the list of cached Flash cookies.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.showFlashCookieManagerDialog">showFlashCookieManagerDialog</a></td>
+<td>Public method to show the Flash cookies management dialog.</td>
+</tr><tr>
+<td><a href="#FlashCookieManager.shutdown">shutdown</a></td>
+<td>Public method to perform shutdown actions.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="FlashCookieManager.__init__" ID="FlashCookieManager.__init__"></a>
+<h4>FlashCookieManager (Constructor)</h4>
+<b>FlashCookieManager</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="FlashCookieManager.__autoRefresh" ID="FlashCookieManager.__autoRefresh"></a>
+<h4>FlashCookieManager.__autoRefresh</h4>
+<b>__autoRefresh</b>(<i></i>)
+<p>
+        Private slot to refresh the list of cookies.
+</p><a NAME="FlashCookieManager.__extractOriginFrom" ID="FlashCookieManager.__extractOriginFrom"></a>
+<h4>FlashCookieManager.__extractOriginFrom</h4>
+<b>__extractOriginFrom</b>(<i>path</i>)
+<p>
+        Private method to extract the cookie origin given its file name.
+</p><dl>
+<dt><i>path</i> (str)</dt>
+<dd>
+file name of the cookie file
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+cookie origin
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl><a NAME="FlashCookieManager.__insertFlashCookie" ID="FlashCookieManager.__insertFlashCookie"></a>
+<h4>FlashCookieManager.__insertFlashCookie</h4>
+<b>__insertFlashCookie</b>(<i>path</i>)
+<p>
+        Private method to insert a Flash cookie into the cache.
+</p><dl>
+<dt><i>path</i> (str)</dt>
+<dd>
+Flash cookies path
+</dd>
+</dl><a NAME="FlashCookieManager.__isBlacklisted" ID="FlashCookieManager.__isBlacklisted"></a>
+<h4>FlashCookieManager.__isBlacklisted</h4>
+<b>__isBlacklisted</b>(<i>cookie</i>)
+<p>
+        Private method to check for a blacklisted cookie.
+</p><dl>
+<dt><i>cookie</i> (FlashCookie)</dt>
+<dd>
+Flash cookie to be tested
+</dd>
+</dl><a NAME="FlashCookieManager.__isWhitelisted" ID="FlashCookieManager.__isWhitelisted"></a>
+<h4>FlashCookieManager.__isWhitelisted</h4>
+<b>__isWhitelisted</b>(<i>cookie</i>)
+<p>
+        Private method to check for a whitelisted cookie.
+</p><dl>
+<dt><i>cookie</i> (FlashCookie)</dt>
+<dd>
+Flash cookie to be tested
+</dd>
+</dl><a NAME="FlashCookieManager.__loadFlashCookies" ID="FlashCookieManager.__loadFlashCookies"></a>
+<h4>FlashCookieManager.__loadFlashCookies</h4>
+<b>__loadFlashCookies</b>(<i></i>)
+<p>
+        Private slot to load the Flash cookies to be cached.
+</p><a NAME="FlashCookieManager.__loadFlashCookiesFromPath" ID="FlashCookieManager.__loadFlashCookiesFromPath"></a>
+<h4>FlashCookieManager.__loadFlashCookiesFromPath</h4>
+<b>__loadFlashCookiesFromPath</b>(<i>path</i>)
+<p>
+        Private slot to load the Flash cookies from a path.
+</p><dl>
+<dt><i>path</i> (str)</dt>
+<dd>
+Flash cookies path
+</dd>
+</dl><a NAME="FlashCookieManager.__removeAllButWhitelisted" ID="FlashCookieManager.__removeAllButWhitelisted"></a>
+<h4>FlashCookieManager.__removeAllButWhitelisted</h4>
+<b>__removeAllButWhitelisted</b>(<i></i>)
+<p>
+        Private method to remove all non-whitelisted cookies.
+</p><a NAME="FlashCookieManager.__sharedObjectDirName" ID="FlashCookieManager.__sharedObjectDirName"></a>
+<h4>FlashCookieManager.__sharedObjectDirName</h4>
+<b>__sharedObjectDirName</b>(<i></i>)
+<p>
+        Private slot to determine the path of the shared data objects.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+path of the shared data objects
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl><a NAME="FlashCookieManager.__startStopTimer" ID="FlashCookieManager.__startStopTimer"></a>
+<h4>FlashCookieManager.__startStopTimer</h4>
+<b>__startStopTimer</b>(<i></i>)
+<p>
+        Private slot to start or stop the auto refresh timer.
+</p><a NAME="FlashCookieManager.clearCache" ID="FlashCookieManager.clearCache"></a>
+<h4>FlashCookieManager.clearCache</h4>
+<b>clearCache</b>(<i></i>)
+<p>
+        Public method to clear the list of cached Flash cookies.
+</p><a NAME="FlashCookieManager.clearNewOrigins" ID="FlashCookieManager.clearNewOrigins"></a>
+<h4>FlashCookieManager.clearNewOrigins</h4>
+<b>clearNewOrigins</b>(<i></i>)
+<p>
+        Public method to clear the list of newly detected Flash cookies.
+</p><a NAME="FlashCookieManager.flashCookies" ID="FlashCookieManager.flashCookies"></a>
+<h4>FlashCookieManager.flashCookies</h4>
+<b>flashCookies</b>(<i></i>)
+<p>
+        Public method to get the list of cached Flash cookies.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+list of Flash cookies
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+list of FlashCookie
+</dd>
+</dl><a NAME="FlashCookieManager.flashPlayerDataPath" ID="FlashCookieManager.flashPlayerDataPath"></a>
+<h4>FlashCookieManager.flashPlayerDataPath</h4>
+<b>flashPlayerDataPath</b>(<i></i>)
+<p>
+        Public method to get the Flash Player data path.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+Flash Player data path
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl><a NAME="FlashCookieManager.newCookiesList" ID="FlashCookieManager.newCookiesList"></a>
+<h4>FlashCookieManager.newCookiesList</h4>
+<b>newCookiesList</b>(<i></i>)
+<p>
+        Public method to get the list of newly detected Flash cookies.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+list of newly detected Flash cookies
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
+</dd>
+</dl><a NAME="FlashCookieManager.preferencesChanged" ID="FlashCookieManager.preferencesChanged"></a>
+<h4>FlashCookieManager.preferencesChanged</h4>
+<b>preferencesChanged</b>(<i></i>)
+<p>
+        Public slot to handle a change of preferences.
+</p><a NAME="FlashCookieManager.removeCookie" ID="FlashCookieManager.removeCookie"></a>
+<h4>FlashCookieManager.removeCookie</h4>
+<b>removeCookie</b>(<i>cookie</i>)
+<p>
+        Public method to remove a cookie of the list of cached cookies.
+</p><dl>
+<dt><i>cookie</i> (FlashCookie)</dt>
+<dd>
+Flash cookie to be removed
+</dd>
+</dl><a NAME="FlashCookieManager.setFlashCookies" ID="FlashCookieManager.setFlashCookies"></a>
+<h4>FlashCookieManager.setFlashCookies</h4>
+<b>setFlashCookies</b>(<i>cookies</i>)
+<p>
+        Public method to set the list of cached Flash cookies.
+</p><dl>
+<dt><i>cookies</i> (list of FlashCookie)</dt>
+<dd>
+list of Flash cookies to store
+</dd>
+</dl><a NAME="FlashCookieManager.showFlashCookieManagerDialog" ID="FlashCookieManager.showFlashCookieManagerDialog"></a>
+<h4>FlashCookieManager.showFlashCookieManagerDialog</h4>
+<b>showFlashCookieManagerDialog</b>(<i></i>)
+<p>
+        Public method to show the Flash cookies management dialog.
+</p><a NAME="FlashCookieManager.shutdown" ID="FlashCookieManager.shutdown"></a>
+<h4>FlashCookieManager.shutdown</h4>
+<b>shutdown</b>(<i></i>)
+<p>
+        Public method to perform shutdown actions.
+</p>
+<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.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html	Sun Aug 16 15:01:17 2015 +0200
@@ -0,0 +1,269 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog</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.Helpviewer.FlashCookieManager.FlashCookieManagerDialog</h1>
+<p>
+Module implementing a dialog to manage the flash cookies.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#FlashCookieManagerDialog">FlashCookieManagerDialog</a></td>
+<td>Class implementing a dialog to manage the flash cookies.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="FlashCookieManagerDialog" ID="FlashCookieManagerDialog"></a>
+<h2>FlashCookieManagerDialog</h2>
+<p>
+    Class implementing a dialog to manage the flash cookies.
+</p>
+<h3>Derived from</h3>
+QDialog, Ui_FlashCookieManagerDialog
+<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="#FlashCookieManagerDialog.__init__">FlashCookieManagerDialog</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.__addBlacklist">__addBlacklist</a></td>
+<td>Private method to add a cookie origin to the blacklist.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.__addWhitelist">__addWhitelist</a></td>
+<td>Private method to add a cookie origin to the whitelist.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.__cookiesListContextMenuRequested">__cookiesListContextMenuRequested</a></td>
+<td>Private slot handling the cookies list context menu.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.__refreshCookiesList">__refreshCookiesList</a></td>
+<td>Private slot to refresh the cookies list.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.__refreshFilterLists">__refreshFilterLists</a></td>
+<td>Private slot to refresh the white and black lists.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.closeEvent">closeEvent</a></td>
+<td>Protected method to handle the close event.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.on_addBlackButton_clicked">on_addBlackButton_clicked</a></td>
+<td>Private slot to add a server to the blacklist.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.on_addWhiteButton_clicked">on_addWhiteButton_clicked</a></td>
+<td>Private slot to add a server to the whitelist.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.on_blackList_itemSelectionChanged">on_blackList_itemSelectionChanged</a></td>
+<td>Private slot handling the selection of items in the blacklist.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.on_cookiesList_currentItemChanged">on_cookiesList_currentItemChanged</a></td>
+<td>Private slot handling a change of the current cookie item.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.on_filterEdit_textChanged">on_filterEdit_textChanged</a></td>
+<td>Private slot to filter the cookies list.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.on_reloadButton_clicked">on_reloadButton_clicked</a></td>
+<td>Private slot handling a press of the reload button.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.on_removeAllButton_clicked">on_removeAllButton_clicked</a></td>
+<td>Private slot to remove all cookies.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.on_removeBlackButton_clicked">on_removeBlackButton_clicked</a></td>
+<td>Private slot to remove a server from the blacklist.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.on_removeButton_clicked">on_removeButton_clicked</a></td>
+<td>Private slot to remove one cookie or a cookie group.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.on_removeWhiteButton_clicked">on_removeWhiteButton_clicked</a></td>
+<td>Private slot to remove a server from the whitelist.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.on_whiteList_itemSelectionChanged">on_whiteList_itemSelectionChanged</a></td>
+<td>Private slot handling the selection of items in the whitelist.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.refreshView">refreshView</a></td>
+<td>Public method to refresh the dialog view.</td>
+</tr><tr>
+<td><a href="#FlashCookieManagerDialog.showPage">showPage</a></td>
+<td>Public method to display a given page.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="FlashCookieManagerDialog.__init__" ID="FlashCookieManagerDialog.__init__"></a>
+<h4>FlashCookieManagerDialog (Constructor)</h4>
+<b>FlashCookieManagerDialog</b>(<i>manager, parent=None</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>manager</i> (FlashCookieManager)</dt>
+<dd>
+reference to the Flash cookie manager object
+</dd><dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget
+</dd>
+</dl><a NAME="FlashCookieManagerDialog.__addBlacklist" ID="FlashCookieManagerDialog.__addBlacklist"></a>
+<h4>FlashCookieManagerDialog.__addBlacklist</h4>
+<b>__addBlacklist</b>(<i>origin</i>)
+<p>
+        Private method to add a cookie origin to the blacklist.
+</p><a NAME="FlashCookieManagerDialog.__addWhitelist" ID="FlashCookieManagerDialog.__addWhitelist"></a>
+<h4>FlashCookieManagerDialog.__addWhitelist</h4>
+<b>__addWhitelist</b>(<i>origin</i>)
+<p>
+        Private method to add a cookie origin to the whitelist.
+</p><a NAME="FlashCookieManagerDialog.__cookiesListContextMenuRequested" ID="FlashCookieManagerDialog.__cookiesListContextMenuRequested"></a>
+<h4>FlashCookieManagerDialog.__cookiesListContextMenuRequested</h4>
+<b>__cookiesListContextMenuRequested</b>(<i>pos</i>)
+<p>
+        Private slot handling the cookies list context menu.
+</p><dl>
+<dt><i>pos</i> (QPoint)</dt>
+<dd>
+position to show the menu at
+</dd>
+</dl><a NAME="FlashCookieManagerDialog.__refreshCookiesList" ID="FlashCookieManagerDialog.__refreshCookiesList"></a>
+<h4>FlashCookieManagerDialog.__refreshCookiesList</h4>
+<b>__refreshCookiesList</b>(<i></i>)
+<p>
+        Private slot to refresh the cookies list.
+</p><a NAME="FlashCookieManagerDialog.__refreshFilterLists" ID="FlashCookieManagerDialog.__refreshFilterLists"></a>
+<h4>FlashCookieManagerDialog.__refreshFilterLists</h4>
+<b>__refreshFilterLists</b>(<i></i>)
+<p>
+        Private slot to refresh the white and black lists.
+</p><a NAME="FlashCookieManagerDialog.closeEvent" ID="FlashCookieManagerDialog.closeEvent"></a>
+<h4>FlashCookieManagerDialog.closeEvent</h4>
+<b>closeEvent</b>(<i>evt</i>)
+<p>
+        Protected method to handle the close event.
+</p><dl>
+<dt><i>evt</i> (QCloseEvent)</dt>
+<dd>
+reference to the close event
+</dd>
+</dl><a NAME="FlashCookieManagerDialog.on_addBlackButton_clicked" ID="FlashCookieManagerDialog.on_addBlackButton_clicked"></a>
+<h4>FlashCookieManagerDialog.on_addBlackButton_clicked</h4>
+<b>on_addBlackButton_clicked</b>(<i></i>)
+<p>
+        Private slot to add a server to the blacklist.
+</p><a NAME="FlashCookieManagerDialog.on_addWhiteButton_clicked" ID="FlashCookieManagerDialog.on_addWhiteButton_clicked"></a>
+<h4>FlashCookieManagerDialog.on_addWhiteButton_clicked</h4>
+<b>on_addWhiteButton_clicked</b>(<i></i>)
+<p>
+        Private slot to add a server to the whitelist.
+</p><a NAME="FlashCookieManagerDialog.on_blackList_itemSelectionChanged" ID="FlashCookieManagerDialog.on_blackList_itemSelectionChanged"></a>
+<h4>FlashCookieManagerDialog.on_blackList_itemSelectionChanged</h4>
+<b>on_blackList_itemSelectionChanged</b>(<i></i>)
+<p>
+        Private slot handling the selection of items in the blacklist.
+</p><a NAME="FlashCookieManagerDialog.on_cookiesList_currentItemChanged" ID="FlashCookieManagerDialog.on_cookiesList_currentItemChanged"></a>
+<h4>FlashCookieManagerDialog.on_cookiesList_currentItemChanged</h4>
+<b>on_cookiesList_currentItemChanged</b>(<i>current, previous</i>)
+<p>
+        Private slot handling a change of the current cookie item.
+</p><dl>
+<dt><i>current</i> (QTreeWidgetItem)</dt>
+<dd>
+reference to the current item
+</dd><dt><i>previous</i> (QTreeWidgetItem)</dt>
+<dd>
+reference to the previous item
+</dd>
+</dl><a NAME="FlashCookieManagerDialog.on_filterEdit_textChanged" ID="FlashCookieManagerDialog.on_filterEdit_textChanged"></a>
+<h4>FlashCookieManagerDialog.on_filterEdit_textChanged</h4>
+<b>on_filterEdit_textChanged</b>(<i>filter</i>)
+<p>
+        Private slot to filter the cookies list.
+</p><dl>
+<dt><i>filter</i> (str)</dt>
+<dd>
+filter text
+</dd>
+</dl><a NAME="FlashCookieManagerDialog.on_reloadButton_clicked" ID="FlashCookieManagerDialog.on_reloadButton_clicked"></a>
+<h4>FlashCookieManagerDialog.on_reloadButton_clicked</h4>
+<b>on_reloadButton_clicked</b>(<i></i>)
+<p>
+        Private slot handling a press of the reload button.
+</p><a NAME="FlashCookieManagerDialog.on_removeAllButton_clicked" ID="FlashCookieManagerDialog.on_removeAllButton_clicked"></a>
+<h4>FlashCookieManagerDialog.on_removeAllButton_clicked</h4>
+<b>on_removeAllButton_clicked</b>(<i></i>)
+<p>
+        Private slot to remove all cookies.
+</p><a NAME="FlashCookieManagerDialog.on_removeBlackButton_clicked" ID="FlashCookieManagerDialog.on_removeBlackButton_clicked"></a>
+<h4>FlashCookieManagerDialog.on_removeBlackButton_clicked</h4>
+<b>on_removeBlackButton_clicked</b>(<i></i>)
+<p>
+        Private slot to remove a server from the blacklist.
+</p><a NAME="FlashCookieManagerDialog.on_removeButton_clicked" ID="FlashCookieManagerDialog.on_removeButton_clicked"></a>
+<h4>FlashCookieManagerDialog.on_removeButton_clicked</h4>
+<b>on_removeButton_clicked</b>(<i></i>)
+<p>
+        Private slot to remove one cookie or a cookie group.
+</p><a NAME="FlashCookieManagerDialog.on_removeWhiteButton_clicked" ID="FlashCookieManagerDialog.on_removeWhiteButton_clicked"></a>
+<h4>FlashCookieManagerDialog.on_removeWhiteButton_clicked</h4>
+<b>on_removeWhiteButton_clicked</b>(<i></i>)
+<p>
+        Private slot to remove a server from the whitelist.
+</p><a NAME="FlashCookieManagerDialog.on_whiteList_itemSelectionChanged" ID="FlashCookieManagerDialog.on_whiteList_itemSelectionChanged"></a>
+<h4>FlashCookieManagerDialog.on_whiteList_itemSelectionChanged</h4>
+<b>on_whiteList_itemSelectionChanged</b>(<i></i>)
+<p>
+        Private slot handling the selection of items in the whitelist.
+</p><a NAME="FlashCookieManagerDialog.refreshView" ID="FlashCookieManagerDialog.refreshView"></a>
+<h4>FlashCookieManagerDialog.refreshView</h4>
+<b>refreshView</b>(<i>forceReload=False</i>)
+<p>
+        Public method to refresh the dialog view.
+</p><dl>
+<dt><i>forceReload</i> (bool)</dt>
+<dd>
+flag indicating to reload the cookies
+</dd>
+</dl><a NAME="FlashCookieManagerDialog.showPage" ID="FlashCookieManagerDialog.showPage"></a>
+<h4>FlashCookieManagerDialog.showPage</h4>
+<b>showPage</b>(<i>index</i>)
+<p>
+        Public method to display a given page.
+</p><dl>
+<dt><i>index</i> (int)</dt>
+<dd>
+index of the page to be shown
+</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.Helpviewer.FlashCookieManager.FlashCookieNotification.html	Sun Aug 16 15:01:17 2015 +0200
@@ -0,0 +1,87 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.Helpviewer.FlashCookieManager.FlashCookieNotification</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.Helpviewer.FlashCookieManager.FlashCookieNotification</h1>
+<p>
+Module implementing the feature permission bar widget.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#FlashCookieNotification">FlashCookieNotification</a></td>
+<td>Class implementing the feature permission bar widget.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="FlashCookieNotification" ID="FlashCookieNotification"></a>
+<h2>FlashCookieNotification</h2>
+<p>
+    Class implementing the feature permission bar widget.
+</p>
+<h3>Derived from</h3>
+E5AnimatedWidget
+<h3>Class Attributes</h3>
+<table>
+<tr><td>DefaultHeight</td></tr>
+</table>
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#FlashCookieNotification.__init__">FlashCookieNotification</a></td>
+<td>Constructor</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="FlashCookieNotification.__init__" ID="FlashCookieNotification.__init__"></a>
+<h4>FlashCookieNotification (Constructor)</h4>
+<b>FlashCookieNotification</b>(<i>view, manager, noCookies</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>view</i> (QWebView)</dt>
+<dd>
+reference to the web view
+</dd><dt><i>reference</i> (FlashCookieManager)</dt>
+<dd>
+to the Flash cookie manager object
+</dd><dt><i>noCookies</i> (int)</dt>
+<dd>
+number of newly detected Flash cookies
+</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.Helpviewer.FlashCookieManager.FlashCookieReader.html	Sun Aug 16 15:01:17 2015 +0200
@@ -0,0 +1,373 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.Helpviewer.FlashCookieManager.FlashCookieReader</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.Helpviewer.FlashCookieManager.FlashCookieReader</h1>
+<p>
+Module implementing a class to read flash cookies.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#FlashCookieReader">FlashCookieReader</a></td>
+<td>Class implementing a reader for flash cookies (*.sol files).</td>
+</tr><tr>
+<td><a href="#FlashCookieReaderError">FlashCookieReaderError</a></td>
+<td>Class containing data of a reader error.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="FlashCookieReader" ID="FlashCookieReader"></a>
+<h2>FlashCookieReader</h2>
+<p>
+    Class implementing a reader for flash cookies (*.sol files).
+</p>
+<h3>Derived from</h3>
+object
+<h3>Class Attributes</h3>
+<table>
+<tr><td>Boolean</td></tr><tr><td>EpochCorrectionMsecs</td></tr><tr><td>Null</td></tr><tr><td>Number</td></tr><tr><td>ObjArr</td></tr><tr><td>ObjCc</td></tr><tr><td>ObjDate</td></tr><tr><td>ObjM</td></tr><tr><td>ObjObj</td></tr><tr><td>ObjXml</td></tr><tr><td>String</td></tr><tr><td>Undef</td></tr>
+</table>
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#FlashCookieReader.__init__">FlashCookieReader</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.__parseArray">__parseArray</a></td>
+<td>Private method to parse an array.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.__parseBoolean">__parseBoolean</a></td>
+<td>Private method to parse a boolean.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.__parseDate">__parseDate</a></td>
+<td>Private method to parse a date.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.__parseNull">__parseNull</a></td>
+<td>Private method to parse a null object.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.__parseNumber">__parseNumber</a></td>
+<td>Private method to parse a number.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.__parseObject">__parseObject</a></td>
+<td>Private method to parse an object.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.__parseOcc">__parseOcc</a></td>
+<td>Private method to parse a c_object.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.__parseOjm">__parseOjm</a></td>
+<td>Private method to parse an m_object.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.__parseString">__parseString</a></td>
+<td>Private method to parse a string.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.__parseUndefined">__parseUndefined</a></td>
+<td>Private method to parse an undefined object.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.__parseXml">__parseXml</a></td>
+<td>Private method to parse XML.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.parse">parse</a></td>
+<td>Public method to parse the sol file.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.setBytes">setBytes</a></td>
+<td>Public method to set the contents of a sol file to be parsed.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.setFile">setFile</a></td>
+<td>Public method to set an open sol file to be parsed.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.setFileName">setFileName</a></td>
+<td>Public method to set the name of a sol file to be parsed.</td>
+</tr><tr>
+<td><a href="#FlashCookieReader.toString">toString</a></td>
+<td>Public method to convert the parsed cookie to a string representation.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="FlashCookieReader.__init__" ID="FlashCookieReader.__init__"></a>
+<h4>FlashCookieReader (Constructor)</h4>
+<b>FlashCookieReader</b>(<i></i>)
+<p>
+        Constructor
+</p><a NAME="FlashCookieReader.__parseArray" ID="FlashCookieReader.__parseArray"></a>
+<h4>FlashCookieReader.__parseArray</h4>
+<b>__parseArray</b>(<i>variableName, parent</i>)
+<p>
+        Private method to parse an array.
+</p><dl>
+<dt><i>variableName</i> (str)</dt>
+<dd>
+name of the variable to be parsed
+</dd><dt><i>parent</i> (dict)</dt>
+<dd>
+reference to the dictionary to insert the result into
+</dd>
+</dl><a NAME="FlashCookieReader.__parseBoolean" ID="FlashCookieReader.__parseBoolean"></a>
+<h4>FlashCookieReader.__parseBoolean</h4>
+<b>__parseBoolean</b>(<i>variableName, parent</i>)
+<p>
+        Private method to parse a boolean.
+</p><dl>
+<dt><i>variableName</i> (str)</dt>
+<dd>
+name of the variable to be parsed
+</dd><dt><i>parent</i> (dict)</dt>
+<dd>
+reference to the dictionary to insert the result into
+</dd>
+</dl><a NAME="FlashCookieReader.__parseDate" ID="FlashCookieReader.__parseDate"></a>
+<h4>FlashCookieReader.__parseDate</h4>
+<b>__parseDate</b>(<i>variableName, parent</i>)
+<p>
+        Private method to parse a date.
+</p><dl>
+<dt><i>variableName</i> (str)</dt>
+<dd>
+name of the variable to be parsed
+</dd><dt><i>parent</i> (dict)</dt>
+<dd>
+reference to the dictionary to insert the result into
+</dd>
+</dl><a NAME="FlashCookieReader.__parseNull" ID="FlashCookieReader.__parseNull"></a>
+<h4>FlashCookieReader.__parseNull</h4>
+<b>__parseNull</b>(<i>variableName, parent</i>)
+<p>
+        Private method to parse a null object.
+</p><dl>
+<dt><i>variableName</i> (str)</dt>
+<dd>
+name of the variable to be parsed
+</dd><dt><i>parent</i> (dict)</dt>
+<dd>
+reference to the dictionary to insert the result into
+</dd>
+</dl><a NAME="FlashCookieReader.__parseNumber" ID="FlashCookieReader.__parseNumber"></a>
+<h4>FlashCookieReader.__parseNumber</h4>
+<b>__parseNumber</b>(<i>variableName, parent</i>)
+<p>
+        Private method to parse a number.
+</p><dl>
+<dt><i>variableName</i> (str)</dt>
+<dd>
+name of the variable to be parsed
+</dd><dt><i>parent</i> (dict)</dt>
+<dd>
+reference to the dictionary to insert the result into
+</dd>
+</dl><a NAME="FlashCookieReader.__parseObject" ID="FlashCookieReader.__parseObject"></a>
+<h4>FlashCookieReader.__parseObject</h4>
+<b>__parseObject</b>(<i>variableName, parent</i>)
+<p>
+        Private method to parse an object.
+</p><dl>
+<dt><i>variableName</i> (str)</dt>
+<dd>
+name of the variable to be parsed
+</dd><dt><i>parent</i> (dict)</dt>
+<dd>
+reference to the dictionary to insert the result into
+</dd>
+</dl><a NAME="FlashCookieReader.__parseOcc" ID="FlashCookieReader.__parseOcc"></a>
+<h4>FlashCookieReader.__parseOcc</h4>
+<b>__parseOcc</b>(<i>variableName, parent</i>)
+<p>
+        Private method to parse a c_object.
+</p><dl>
+<dt><i>variableName</i> (str)</dt>
+<dd>
+name of the variable to be parsed
+</dd><dt><i>parent</i> (dict)</dt>
+<dd>
+reference to the dictionary to insert the result into
+</dd>
+</dl><a NAME="FlashCookieReader.__parseOjm" ID="FlashCookieReader.__parseOjm"></a>
+<h4>FlashCookieReader.__parseOjm</h4>
+<b>__parseOjm</b>(<i>variableName, parent</i>)
+<p>
+        Private method to parse an m_object.
+</p><dl>
+<dt><i>variableName</i> (str)</dt>
+<dd>
+name of the variable to be parsed
+</dd><dt><i>parent</i> (dict)</dt>
+<dd>
+reference to the dictionary to insert the result into
+</dd>
+</dl><a NAME="FlashCookieReader.__parseString" ID="FlashCookieReader.__parseString"></a>
+<h4>FlashCookieReader.__parseString</h4>
+<b>__parseString</b>(<i>variableName, parent</i>)
+<p>
+        Private method to parse a string.
+</p><dl>
+<dt><i>variableName</i> (str)</dt>
+<dd>
+name of the variable to be parsed
+</dd><dt><i>parent</i> (dict)</dt>
+<dd>
+reference to the dictionary to insert the result into
+</dd>
+</dl><a NAME="FlashCookieReader.__parseUndefined" ID="FlashCookieReader.__parseUndefined"></a>
+<h4>FlashCookieReader.__parseUndefined</h4>
+<b>__parseUndefined</b>(<i>variableName, parent</i>)
+<p>
+        Private method to parse an undefined object.
+</p><dl>
+<dt><i>variableName</i> (str)</dt>
+<dd>
+name of the variable to be parsed
+</dd><dt><i>parent</i> (dict)</dt>
+<dd>
+reference to the dictionary to insert the result into
+</dd>
+</dl><a NAME="FlashCookieReader.__parseXml" ID="FlashCookieReader.__parseXml"></a>
+<h4>FlashCookieReader.__parseXml</h4>
+<b>__parseXml</b>(<i>variableName, parent</i>)
+<p>
+        Private method to parse XML.
+</p><dl>
+<dt><i>variableName</i> (str)</dt>
+<dd>
+name of the variable to be parsed
+</dd><dt><i>parent</i> (dict)</dt>
+<dd>
+reference to the dictionary to insert the result into
+</dd>
+</dl><a NAME="FlashCookieReader.parse" ID="FlashCookieReader.parse"></a>
+<h4>FlashCookieReader.parse</h4>
+<b>parse</b>(<i></i>)
+<p>
+        Public method to parse the sol file.
+</p><dl>
+<dt>Raises <b>FlashCookieReaderError</b>:</dt>
+<dd>
+raised when encountering a parse
+            issue
+</dd>
+</dl><a NAME="FlashCookieReader.setBytes" ID="FlashCookieReader.setBytes"></a>
+<h4>FlashCookieReader.setBytes</h4>
+<b>setBytes</b>(<i>solData</i>)
+<p>
+        Public method to set the contents of a sol file to be parsed.
+</p><dl>
+<dt><i>solData</i> (bytes)</dt>
+<dd>
+contents of the file
+</dd>
+</dl><a NAME="FlashCookieReader.setFile" ID="FlashCookieReader.setFile"></a>
+<h4>FlashCookieReader.setFile</h4>
+<b>setFile</b>(<i>solFile</i>)
+<p>
+        Public method to set an open sol file to be parsed.
+</p><dl>
+<dt><i>solFile</i> (io.FileIO)</dt>
+<dd>
+sol file to be parsed
+</dd>
+</dl><a NAME="FlashCookieReader.setFileName" ID="FlashCookieReader.setFileName"></a>
+<h4>FlashCookieReader.setFileName</h4>
+<b>setFileName</b>(<i>solFilename</i>)
+<p>
+        Public method to set the name of a sol file to be parsed.
+</p><dl>
+<dt><i>solFilename</i> (str)</dt>
+<dd>
+name of the sol file
+</dd>
+</dl><a NAME="FlashCookieReader.toString" ID="FlashCookieReader.toString"></a>
+<h4>FlashCookieReader.toString</h4>
+<b>toString</b>(<i>indent=0, parent=None</i>)
+<p>
+        Public method to convert the parsed cookie to a string representation.
+</p><dl>
+<dt><i>indent</i> (int)</dt>
+<dd>
+indentation level
+</dd><dt><i>parent</i> (dict)</dt>
+<dd>
+reference to the dictionary to be converted
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+string representation of the cookie
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
+<a NAME="FlashCookieReaderError" ID="FlashCookieReaderError"></a>
+<h2>FlashCookieReaderError</h2>
+<p>
+    Class containing data of a reader error.
+</p>
+<h3>Derived from</h3>
+Exception
+<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="#FlashCookieReaderError.__init__">FlashCookieReaderError</a></td>
+<td>Constructor</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="FlashCookieReaderError.__init__" ID="FlashCookieReaderError.__init__"></a>
+<h4>FlashCookieReaderError (Constructor)</h4>
+<b>FlashCookieReaderError</b>(<i>msg</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>msg</i> (str)</dt>
+<dd>
+error message
+</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.Helpviewer.FlashCookieManager.FlashCookieUtilities.html	Sun Aug 16 15:01:17 2015 +0200
@@ -0,0 +1,61 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.Helpviewer.FlashCookieManager.FlashCookieUtilities</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.Helpviewer.FlashCookieManager.FlashCookieUtilities</h1>
+<p>
+Module implementing some utility functions.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr>
+<td><a href="#flashDataPathForOS">flashDataPathForOS</a></td>
+<td>Function to determine the OS dependent path where Flash cookies are stored.</td>
+</tr>
+</table>
+<hr /><hr />
+<a NAME="flashDataPathForOS" ID="flashDataPathForOS"></a>
+<h2>flashDataPathForOS</h2>
+<b>flashDataPathForOS</b>(<i></i>)
+<p>
+    Function to determine the OS dependent path where Flash cookies
+    are stored.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+Flash data path
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file
--- a/Documentation/Source/eric6.Helpviewer.HelpWindow.html	Sun Aug 16 14:58:15 2015 +0200
+++ b/Documentation/Source/eric6.Helpviewer.HelpWindow.html	Sun Aug 16 15:01:17 2015 +0200
@@ -58,7 +58,7 @@
 E5MainWindow
 <h3>Class Attributes</h3>
 <table>
-<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>_fromEric</td></tr><tr><td>_greaseMonkeyManager</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_networkAccessManager</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>helpwindows</td></tr><tr><td>maxMenuFilePathLen</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>_networkAccessManager</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>helpwindows</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>useQtHelp</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>
@@ -81,6 +81,9 @@
 <td><a href="#HelpWindow.feedsManager">feedsManager</a></td>
 <td>Class method to get a reference to the RSS feeds manager.</td>
 </tr><tr>
+<td><a href="#HelpWindow.flashCookieManager">flashCookieManager</a></td>
+<td>Class method to get a reference to the flash cookies manager.</td>
+</tr><tr>
 <td><a href="#HelpWindow.greaseMonkeyManager">greaseMonkeyManager</a></td>
 <td>Class method to get a reference to the GreaseMonkey manager.</td>
 </tr><tr>
@@ -157,6 +160,9 @@
 <td><a href="#HelpWindow.__addBookmarkFolder">__addBookmarkFolder</a></td>
 <td>Private slot to add a new bookmarks folder.</td>
 </tr><tr>
+<td><a href="#HelpWindow.__appFocusChanged">__appFocusChanged</a></td>
+<td>Private slot to handle a change of the focus.</td>
+</tr><tr>
 <td><a href="#HelpWindow.__backward">__backward</a></td>
 <td>Private slot called to handle the backward action.</td>
 </tr><tr>
@@ -328,6 +334,9 @@
 <td><a href="#HelpWindow.__showFeedsManager">__showFeedsManager</a></td>
 <td>Private slot to show the feeds manager dialog.</td>
 </tr><tr>
+<td><a href="#HelpWindow.__showFlashCookiesManagement">__showFlashCookiesManagement</a></td>
+<td>Private slot to show the flash cookies management dialog.</td>
+</tr><tr>
 <td><a href="#HelpWindow.__showForwardMenu">__showForwardMenu</a></td>
 <td>Private slot showing the forwards navigation menu.</td>
 </tr><tr>
@@ -460,6 +469,9 @@
 <td><a href="#HelpWindow.getSourceFileList">getSourceFileList</a></td>
 <td>Public method to get a list of all opened source files.</td>
 </tr><tr>
+<td><a href="#HelpWindow.getWindow">getWindow</a></td>
+<td>Public method to get a reference to the most recent active help window.</td>
+</tr><tr>
 <td><a href="#HelpWindow.keyPressEvent">keyPressEvent</a></td>
 <td>Protected method to handle key presses.</td>
 </tr><tr>
@@ -596,6 +608,21 @@
 <dd>
 reference to the RSS feeds manager (FeedsManager)
 </dd>
+</dl><a NAME="HelpWindow.flashCookieManager" ID="HelpWindow.flashCookieManager"></a>
+<h4>HelpWindow.flashCookieManager (class method)</h4>
+<b>flashCookieManager</b>(<i></i>)
+<p>
+        Class method to get a reference to the flash cookies manager.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+reference to the feature permission manager
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+FlashCookieManager
+</dd>
 </dl><a NAME="HelpWindow.greaseMonkeyManager" ID="HelpWindow.greaseMonkeyManager"></a>
 <h4>HelpWindow.greaseMonkeyManager (class method)</h4>
 <b>greaseMonkeyManager</b>(<i></i>)
@@ -833,7 +860,20 @@
 <b>__addBookmarkFolder</b>(<i></i>)
 <p>
         Private slot to add a new bookmarks folder.
-</p><a NAME="HelpWindow.__backward" ID="HelpWindow.__backward"></a>
+</p><a NAME="HelpWindow.__appFocusChanged" ID="HelpWindow.__appFocusChanged"></a>
+<h4>HelpWindow.__appFocusChanged</h4>
+<b>__appFocusChanged</b>(<i>old, now</i>)
+<p>
+        Private slot to handle a change of the focus.
+</p><dl>
+<dt><i>old</i></dt>
+<dd>
+reference to the widget, that lost focus (QWidget or None)
+</dd><dt><i>now</i></dt>
+<dd>
+reference to the widget having the focus (QWidget or None)
+</dd>
+</dl><a NAME="HelpWindow.__backward" ID="HelpWindow.__backward"></a>
 <h4>HelpWindow.__backward</h4>
 <b>__backward</b>(<i></i>)
 <p>
@@ -1190,6 +1230,11 @@
 <b>__showFeedsManager</b>(<i></i>)
 <p>
         Private slot to show the feeds manager dialog.
+</p><a NAME="HelpWindow.__showFlashCookiesManagement" ID="HelpWindow.__showFlashCookiesManagement"></a>
+<h4>HelpWindow.__showFlashCookiesManagement</h4>
+<b>__showFlashCookiesManagement</b>(<i></i>)
+<p>
+        Private slot to show the flash cookies management dialog.
 </p><a NAME="HelpWindow.__showForwardMenu" ID="HelpWindow.__showForwardMenu"></a>
 <h4>HelpWindow.__showForwardMenu</h4>
 <b>__showForwardMenu</b>(<i></i>)
@@ -1518,6 +1563,21 @@
 <dd>
 dictionary with tab id as key and host/namespace as value
 </dd>
+</dl><a NAME="HelpWindow.getWindow" ID="HelpWindow.getWindow"></a>
+<h4>HelpWindow.getWindow</h4>
+<b>getWindow</b>(<i></i>)
+<p>
+        Public method to get a reference to the most recent active help window.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+reference to most recent help window
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+HelpWindow
+</dd>
 </dl><a NAME="HelpWindow.keyPressEvent" ID="HelpWindow.keyPressEvent"></a>
 <h4>HelpWindow.keyPressEvent</h4>
 <b>keyPressEvent</b>(<i>evt</i>)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html	Sun Aug 16 15:01:17 2015 +0200
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage</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.Preferences.ConfigurationPages.HelpFlashCookieManagerPage</h1>
+<p>
+Module implementing the Flash Cookies Manager configuration page.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#HelpFlashCookieManagerPage">HelpFlashCookieManagerPage</a></td>
+<td>Class implementing the Flash Cookies Manager configuration page.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr>
+<td><a href="#create">create</a></td>
+<td>Module function to create the configuration page.</td>
+</tr>
+</table>
+<hr /><hr />
+<a NAME="HelpFlashCookieManagerPage" ID="HelpFlashCookieManagerPage"></a>
+<h2>HelpFlashCookieManagerPage</h2>
+<p>
+    Class implementing the Flash Cookies Manager configuration page.
+</p>
+<h3>Derived from</h3>
+ConfigurationPageBase, Ui_HelpFlashCookieManagerPage
+<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="#HelpFlashCookieManagerPage.__init__">HelpFlashCookieManagerPage</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#HelpFlashCookieManagerPage.on_flashDataPathButton_clicked">on_flashDataPathButton_clicked</a></td>
+<td>Private slot to handle the flash data path selection.</td>
+</tr><tr>
+<td><a href="#HelpFlashCookieManagerPage.save">save</a></td>
+<td>Public slot to save the Flash Cookies Manager configuration.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="HelpFlashCookieManagerPage.__init__" ID="HelpFlashCookieManagerPage.__init__"></a>
+<h4>HelpFlashCookieManagerPage (Constructor)</h4>
+<b>HelpFlashCookieManagerPage</b>(<i></i>)
+<p>
+        Constructor
+</p><a NAME="HelpFlashCookieManagerPage.on_flashDataPathButton_clicked" ID="HelpFlashCookieManagerPage.on_flashDataPathButton_clicked"></a>
+<h4>HelpFlashCookieManagerPage.on_flashDataPathButton_clicked</h4>
+<b>on_flashDataPathButton_clicked</b>(<i></i>)
+<p>
+        Private slot to handle the flash data path selection.
+</p><a NAME="HelpFlashCookieManagerPage.save" ID="HelpFlashCookieManagerPage.save"></a>
+<h4>HelpFlashCookieManagerPage.save</h4>
+<b>save</b>(<i></i>)
+<p>
+        Public slot to save the Flash Cookies Manager configuration.
+</p>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
+<a NAME="create" ID="create"></a>
+<h2>create</h2>
+<b>create</b>(<i>dlg</i>)
+<p>
+    Module function to create the configuration page.
+</p><dl>
+<dt><i>dlg</i></dt>
+<dd>
+reference to the configuration dialog
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+reference to the instantiated page (ConfigurationPageBase)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file
--- a/Documentation/Source/eric6.QScintilla.Shell.html	Sun Aug 16 14:58:15 2015 +0200
+++ b/Documentation/Source/eric6.QScintilla.Shell.html	Sun Aug 16 15:01:17 2015 +0200
@@ -160,6 +160,9 @@
 <td><a href="#Shell.__clientException">__clientException</a></td>
 <td>Private method to handle an exception of the client.</td>
 </tr><tr>
+<td><a href="#Shell.__clientSignal">__clientSignal</a></td>
+<td>Private method to handle a signal generated on the client side.</td>
+</tr><tr>
 <td><a href="#Shell.__clientStatement">__clientStatement</a></td>
 <td>Private method to handle the response from the debugger client.</td>
 </tr><tr>
@@ -603,6 +606,28 @@
 <dd>
 list of stack entries (list of string)
 </dd>
+</dl><a NAME="Shell.__clientSignal" ID="Shell.__clientSignal"></a>
+<h4>Shell.__clientSignal</h4>
+<b>__clientSignal</b>(<i>message, filename, lineNo, funcName, funcArgs</i>)
+<p>
+        Private method to handle a signal generated on the client side.
+</p><dl>
+<dt><i>message</i> (str)</dt>
+<dd>
+message of the syntax error
+</dd><dt><i>filename</i> (str)</dt>
+<dd>
+translated filename of the syntax error position
+</dd><dt><i>lineNo</i> (int)</dt>
+<dd>
+line number of the syntax error position
+</dd><dt><i>funcName</i> (str)</dt>
+<dd>
+name of the function causing the signal
+</dd><dt><i>funcArgs</i> (str)</dt>
+<dd>
+function arguments
+</dd>
 </dl><a NAME="Shell.__clientStatement" ID="Shell.__clientStatement"></a>
 <h4>Shell.__clientStatement</h4>
 <b>__clientStatement</b>(<i>more</i>)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/index-eric6.Helpviewer.FlashCookieManager.html	Sun Aug 16 15:01:17 2015 +0200
@@ -0,0 +1,50 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.Helpviewer.FlashCookieManager</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.Helpviewer.FlashCookieManager</h1>
+<p>
+Package implementing the Flash cookie manager and associated objects.
+</p>
+
+
+<h3>Modules</h3>
+<table>
+<tr>
+<td><a href="eric6.Helpviewer.FlashCookieManager.FlashCookie.html">FlashCookie</a></td>
+<td>Module implementing the Flash cookie class.</td>
+</tr><tr>
+<td><a href="eric6.Helpviewer.FlashCookieManager.FlashCookieManager.html">FlashCookieManager</a></td>
+<td>Module implementing the Flash cookie manager.</td>
+</tr><tr>
+<td><a href="eric6.Helpviewer.FlashCookieManager.FlashCookieManagerDialog.html">FlashCookieManagerDialog</a></td>
+<td>Module implementing a dialog to manage the flash cookies.</td>
+</tr><tr>
+<td><a href="eric6.Helpviewer.FlashCookieManager.FlashCookieNotification.html">FlashCookieNotification</a></td>
+<td>Module implementing the feature permission bar widget.</td>
+</tr><tr>
+<td><a href="eric6.Helpviewer.FlashCookieManager.FlashCookieReader.html">FlashCookieReader</a></td>
+<td>Module implementing a class to read flash cookies.</td>
+</tr><tr>
+<td><a href="eric6.Helpviewer.FlashCookieManager.FlashCookieUtilities.html">FlashCookieUtilities</a></td>
+<td>Module implementing some utility functions.</td>
+</tr>
+</table>
+</body></html>
\ No newline at end of file
--- a/Documentation/Source/index-eric6.Helpviewer.html	Sun Aug 16 14:58:15 2015 +0200
+++ b/Documentation/Source/index-eric6.Helpviewer.html	Sun Aug 16 15:01:17 2015 +0200
@@ -50,6 +50,9 @@
 <td><a href="index-eric6.Helpviewer.Feeds.html">Feeds</a></td>
 <td>Package implementing all RSS feed related modules.</td>
 </tr><tr>
+<td><a href="index-eric6.Helpviewer.FlashCookieManager.html">FlashCookieManager</a></td>
+<td>Package implementing the Flash cookie manager and associated objects.</td>
+</tr><tr>
 <td><a href="index-eric6.Helpviewer.GreaseMonkey.html">GreaseMonkey</a></td>
 <td>Package implementing the GreaseMonkey support.</td>
 </tr><tr>
--- a/Documentation/Source/index-eric6.Preferences.ConfigurationPages.html	Sun Aug 16 14:58:15 2015 +0200
+++ b/Documentation/Source/index-eric6.Preferences.ConfigurationPages.html	Sun Aug 16 15:01:17 2015 +0200
@@ -118,6 +118,9 @@
 <td><a href="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html">HelpDocumentationPage</a></td>
 <td>Module implementing the Help Documentation configuration page.</td>
 </tr><tr>
+<td><a href="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html">HelpFlashCookieManagerPage</a></td>
+<td>Module implementing the Flash Cookies Manager configuration page.</td>
+</tr><tr>
 <td><a href="eric6.Preferences.ConfigurationPages.HelpInterfacePage.html">HelpInterfacePage</a></td>
 <td>Module implementing the Interface configuration page (variant for web browser).</td>
 </tr><tr>

eric ide

mercurial