diff -r f35c7e0db572 -r 632257ad7337 Documentation/Help/source.qhp --- a/Documentation/Help/source.qhp Fri Sep 16 19:31:38 2016 +0200 +++ b/Documentation/Help/source.qhp Fri Sep 16 19:34:58 2016 +0200 @@ -38,6 +38,7 @@ <section title="eric6.DebugClients.Python2.DebugConfig" ref="eric6.DebugClients.Python2.DebugConfig.html" /> <section title="eric6.DebugClients.Python2.DebugThread" ref="eric6.DebugClients.Python2.DebugThread.html" /> <section title="eric6.DebugClients.Python2.DebugUtilities" ref="eric6.DebugClients.Python2.DebugUtilities.html" /> + <section title="eric6.DebugClients.Python2.DebugVariables" ref="eric6.DebugClients.Python2.DebugVariables.html" /> <section title="eric6.DebugClients.Python2.FlexCompleter" ref="eric6.DebugClients.Python2.FlexCompleter.html" /> <section title="eric6.DebugClients.Python2.PyProfile" ref="eric6.DebugClients.Python2.PyProfile.html" /> <section title="eric6.DebugClients.Python2.eric6dbgstub" ref="eric6.DebugClients.Python2.eric6dbgstub.html" /> @@ -54,6 +55,7 @@ <section title="eric6.DebugClients.Python3.DebugConfig" ref="eric6.DebugClients.Python3.DebugConfig.html" /> <section title="eric6.DebugClients.Python3.DebugThread" ref="eric6.DebugClients.Python3.DebugThread.html" /> <section title="eric6.DebugClients.Python3.DebugUtilities" ref="eric6.DebugClients.Python3.DebugUtilities.html" /> + <section title="eric6.DebugClients.Python3.DebugVariables" ref="eric6.DebugClients.Python3.DebugVariables.html" /> <section title="eric6.DebugClients.Python3.FlexCompleter" ref="eric6.DebugClients.Python3.FlexCompleter.html" /> <section title="eric6.DebugClients.Python3.PyProfile" ref="eric6.DebugClients.Python3.PyProfile.html" /> <section title="eric6.DebugClients.Python3.eric6dbgstub" ref="eric6.DebugClients.Python3.eric6dbgstub.html" /> @@ -1976,6 +1978,12 @@ <keyword name="BaseReport.print_statistics" id="BaseReport.print_statistics" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#BaseReport.print_statistics" /> <keyword name="BaseReport.start" id="BaseReport.start" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#BaseReport.start" /> <keyword name="BaseReport.stop" id="BaseReport.stop" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#BaseReport.stop" /> + <keyword name="BaseResolver" id="BaseResolver" ref="eric6.DebugClients.Python2.DebugVariables.html#BaseResolver" /> + <keyword name="BaseResolver" id="BaseResolver" ref="eric6.DebugClients.Python3.DebugVariables.html#BaseResolver" /> + <keyword name="BaseResolver.getDictionary" id="BaseResolver.getDictionary" ref="eric6.DebugClients.Python2.DebugVariables.html#BaseResolver.getDictionary" /> + <keyword name="BaseResolver.getDictionary" id="BaseResolver.getDictionary" ref="eric6.DebugClients.Python3.DebugVariables.html#BaseResolver.getDictionary" /> + <keyword name="BaseResolver.resolve" id="BaseResolver.resolve" ref="eric6.DebugClients.Python2.DebugVariables.html#BaseResolver.resolve" /> + <keyword name="BaseResolver.resolve" id="BaseResolver.resolve" ref="eric6.DebugClients.Python3.DebugVariables.html#BaseResolver.resolve" /> <keyword name="BinaryModel" id="BinaryModel" ref="eric6.UI.NumbersWidget.html#BinaryModel" /> <keyword name="BinaryModel (Constructor)" id="BinaryModel (Constructor)" ref="eric6.UI.NumbersWidget.html#BinaryModel.__init__" /> <keyword name="BinaryModel.columnCount" id="BinaryModel.columnCount" ref="eric6.UI.NumbersWidget.html#BinaryModel.columnCount" /> @@ -3393,6 +3401,8 @@ <keyword name="DebugClientBase.__dumpVariable" id="DebugClientBase.__dumpVariable" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpVariable" /> <keyword name="DebugClientBase.__dumpVariables" id="DebugClientBase.__dumpVariables" ref="eric6.DebugClients.Python2.DebugClientBase.html#DebugClientBase.__dumpVariables" /> <keyword name="DebugClientBase.__dumpVariables" id="DebugClientBase.__dumpVariables" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpVariables" /> + <keyword name="DebugClientBase.__extractIndicators" id="DebugClientBase.__extractIndicators" ref="eric6.DebugClients.Python2.DebugClientBase.html#DebugClientBase.__extractIndicators" /> + <keyword name="DebugClientBase.__extractIndicators" id="DebugClientBase.__extractIndicators" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__extractIndicators" /> <keyword name="DebugClientBase.__formatQtVariable" id="DebugClientBase.__formatQtVariable" ref="eric6.DebugClients.Python2.DebugClientBase.html#DebugClientBase.__formatQtVariable" /> <keyword name="DebugClientBase.__formatQtVariable" id="DebugClientBase.__formatQtVariable" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__formatQtVariable" /> <keyword name="DebugClientBase.__formatVariablesList" id="DebugClientBase.__formatVariablesList" ref="eric6.DebugClients.Python2.DebugClientBase.html#DebugClientBase.__formatVariablesList" /> @@ -3704,6 +3714,8 @@ <keyword name="DebugUI.variablesFilter" id="DebugUI.variablesFilter" ref="eric6.Debugger.DebugUI.html#DebugUI.variablesFilter" /> <keyword name="DebugUtilities (Module)" id="DebugUtilities (Module)" ref="eric6.DebugClients.Python2.DebugUtilities.html" /> <keyword name="DebugUtilities (Module)" id="DebugUtilities (Module)" ref="eric6.DebugClients.Python3.DebugUtilities.html" /> + <keyword name="DebugVariables (Module)" id="DebugVariables (Module)" ref="eric6.DebugClients.Python2.DebugVariables.html" /> + <keyword name="DebugVariables (Module)" id="DebugVariables (Module)" ref="eric6.DebugClients.Python3.DebugVariables.html" /> <keyword name="DebugViewer" id="DebugViewer" ref="eric6.Debugger.DebugViewer.html#DebugViewer" /> <keyword name="DebugViewer (Constructor)" id="DebugViewer (Constructor)" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__init__" /> <keyword name="DebugViewer (Module)" id="DebugViewer (Module)" ref="eric6.Debugger.DebugViewer.html" /> @@ -3898,6 +3910,12 @@ <keyword name="DebuggerPythonPage (Constructor)" id="DebuggerPythonPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.__init__" /> <keyword name="DebuggerPythonPage (Module)" id="DebuggerPythonPage (Module)" ref="eric6.Preferences.ConfigurationPages.DebuggerPythonPage.html" /> <keyword name="DebuggerPythonPage.save" id="DebuggerPythonPage.save" ref="eric6.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.save" /> + <keyword name="DefaultResolver" id="DefaultResolver" ref="eric6.DebugClients.Python2.DebugVariables.html#DefaultResolver" /> + <keyword name="DefaultResolver" id="DefaultResolver" ref="eric6.DebugClients.Python3.DebugVariables.html#DefaultResolver" /> + <keyword name="DefaultResolver.getDictionary" id="DefaultResolver.getDictionary" ref="eric6.DebugClients.Python2.DebugVariables.html#DefaultResolver.getDictionary" /> + <keyword name="DefaultResolver.getDictionary" id="DefaultResolver.getDictionary" ref="eric6.DebugClients.Python3.DebugVariables.html#DefaultResolver.getDictionary" /> + <keyword name="DefaultResolver.resolve" id="DefaultResolver.resolve" ref="eric6.DebugClients.Python2.DebugVariables.html#DefaultResolver.resolve" /> + <keyword name="DefaultResolver.resolve" id="DefaultResolver.resolve" ref="eric6.DebugClients.Python3.DebugVariables.html#DefaultResolver.resolve" /> <keyword name="DefaultSearchEngines (Package)" id="DefaultSearchEngines (Package)" ref="index-eric6.Helpviewer.OpenSearch.DefaultSearchEngines.html" /> <keyword name="DefaultSearchEngines (Package)" id="DefaultSearchEngines (Package)" ref="index-eric6.WebBrowser.OpenSearch.DefaultSearchEngines.html" /> <keyword name="DelayedFileWatcher" id="DelayedFileWatcher" ref="eric6.WebBrowser.Tools.DelayedFileWatcher.html#DelayedFileWatcher" /> @@ -3911,6 +3929,14 @@ <keyword name="DeleteFilesConfirmationDialog (Constructor)" id="DeleteFilesConfirmationDialog (Constructor)" ref="eric6.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog.__init__" /> <keyword name="DeleteFilesConfirmationDialog (Module)" id="DeleteFilesConfirmationDialog (Module)" ref="eric6.UI.DeleteFilesConfirmationDialog.html" /> <keyword name="DeleteFilesConfirmationDialog.on_buttonBox_clicked" id="DeleteFilesConfirmationDialog.on_buttonBox_clicked" ref="eric6.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog.on_buttonBox_clicked" /> + <keyword name="DictResolver" id="DictResolver" ref="eric6.DebugClients.Python2.DebugVariables.html#DictResolver" /> + <keyword name="DictResolver" id="DictResolver" ref="eric6.DebugClients.Python3.DebugVariables.html#DictResolver" /> + <keyword name="DictResolver.__keyToStr" id="DictResolver.__keyToStr" ref="eric6.DebugClients.Python2.DebugVariables.html#DictResolver.__keyToStr" /> + <keyword name="DictResolver.__keyToStr" id="DictResolver.__keyToStr" ref="eric6.DebugClients.Python3.DebugVariables.html#DictResolver.__keyToStr" /> + <keyword name="DictResolver.getDictionary" id="DictResolver.getDictionary" ref="eric6.DebugClients.Python2.DebugVariables.html#DictResolver.getDictionary" /> + <keyword name="DictResolver.getDictionary" id="DictResolver.getDictionary" ref="eric6.DebugClients.Python3.DebugVariables.html#DictResolver.getDictionary" /> + <keyword name="DictResolver.resolve" id="DictResolver.resolve" ref="eric6.DebugClients.Python2.DebugVariables.html#DictResolver.resolve" /> + <keyword name="DictResolver.resolve" id="DictResolver.resolve" ref="eric6.DebugClients.Python3.DebugVariables.html#DictResolver.resolve" /> <keyword name="DiffDialog" id="DiffDialog" ref="eric6.UI.DiffDialog.html#DiffDialog" /> <keyword name="DiffDialog (Constructor)" id="DiffDialog (Constructor)" ref="eric6.UI.DiffDialog.html#DiffDialog.__init__" /> <keyword name="DiffDialog (Module)" id="DiffDialog (Module)" ref="eric6.UI.DiffDialog.html" /> @@ -9379,6 +9405,12 @@ <keyword name="LineShortener.shorten" id="LineShortener.shorten" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html#LineShortener.shorten" /> <keyword name="LinkedResource" id="LinkedResource" ref="eric6.Helpviewer.HelpBrowserWV.html#LinkedResource" /> <keyword name="LinkedResource (Constructor)" id="LinkedResource (Constructor)" ref="eric6.Helpviewer.HelpBrowserWV.html#LinkedResource.__init__" /> + <keyword name="ListResolver" id="ListResolver" ref="eric6.DebugClients.Python2.DebugVariables.html#ListResolver" /> + <keyword name="ListResolver" id="ListResolver" ref="eric6.DebugClients.Python3.DebugVariables.html#ListResolver" /> + <keyword name="ListResolver.getDictionary" id="ListResolver.getDictionary" ref="eric6.DebugClients.Python2.DebugVariables.html#ListResolver.getDictionary" /> + <keyword name="ListResolver.getDictionary" id="ListResolver.getDictionary" ref="eric6.DebugClients.Python3.DebugVariables.html#ListResolver.getDictionary" /> + <keyword name="ListResolver.resolve" id="ListResolver.resolve" ref="eric6.DebugClients.Python2.DebugVariables.html#ListResolver.resolve" /> + <keyword name="ListResolver.resolve" id="ListResolver.resolve" ref="eric6.DebugClients.Python3.DebugVariables.html#ListResolver.resolve" /> <keyword name="Listspace" id="Listspace" ref="eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace" /> <keyword name="Listspace (Constructor)" id="Listspace (Constructor)" ref="eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__init__" /> <keyword name="Listspace (Module)" id="Listspace (Module)" ref="eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.html" /> @@ -12071,6 +12103,12 @@ <keyword name="SessionWriter (Constructor)" id="SessionWriter (Constructor)" ref="eric6.E5XML.SessionWriter.html#SessionWriter.__init__" /> <keyword name="SessionWriter (Module)" id="SessionWriter (Module)" ref="eric6.E5XML.SessionWriter.html" /> <keyword name="SessionWriter.writeXML" id="SessionWriter.writeXML" ref="eric6.E5XML.SessionWriter.html#SessionWriter.writeXML" /> + <keyword name="SetResolver" id="SetResolver" ref="eric6.DebugClients.Python2.DebugVariables.html#SetResolver" /> + <keyword name="SetResolver" id="SetResolver" ref="eric6.DebugClients.Python3.DebugVariables.html#SetResolver" /> + <keyword name="SetResolver.getDictionary" id="SetResolver.getDictionary" ref="eric6.DebugClients.Python2.DebugVariables.html#SetResolver.getDictionary" /> + <keyword name="SetResolver.getDictionary" id="SetResolver.getDictionary" ref="eric6.DebugClients.Python3.DebugVariables.html#SetResolver.getDictionary" /> + <keyword name="SetResolver.resolve" id="SetResolver.resolve" ref="eric6.DebugClients.Python2.DebugVariables.html#SetResolver.resolve" /> + <keyword name="SetResolver.resolve" id="SetResolver.resolve" ref="eric6.DebugClients.Python3.DebugVariables.html#SetResolver.resolve" /> <keyword name="Shell" id="Shell" ref="eric6.QScintilla.Shell.html#Shell" /> <keyword name="Shell (Constructor)" id="Shell (Constructor)" ref="eric6.QScintilla.Shell.html#Shell.__init__" /> <keyword name="Shell (Module)" id="Shell (Module)" ref="eric6.QScintilla.Shell.html" /> @@ -14701,11 +14739,15 @@ <keyword name="VariableDetailDialog (Module)" id="VariableDetailDialog (Module)" ref="eric6.Debugger.VariableDetailDialog.html" /> <keyword name="VariableItem" id="VariableItem" ref="eric6.Debugger.VariablesViewer.html#VariableItem" /> <keyword name="VariableItem (Constructor)" id="VariableItem (Constructor)" ref="eric6.Debugger.VariablesViewer.html#VariableItem.__init__" /> + <keyword name="VariableItem._buildKey" id="VariableItem._buildKey" ref="eric6.Debugger.VariablesViewer.html#VariableItem._buildKey" /> <keyword name="VariableItem.attachDummy" id="VariableItem.attachDummy" ref="eric6.Debugger.VariablesViewer.html#VariableItem.attachDummy" /> <keyword name="VariableItem.collapse" id="VariableItem.collapse" ref="eric6.Debugger.VariablesViewer.html#VariableItem.collapse" /> <keyword name="VariableItem.data" id="VariableItem.data" ref="eric6.Debugger.VariablesViewer.html#VariableItem.data" /> <keyword name="VariableItem.deleteChildren" id="VariableItem.deleteChildren" ref="eric6.Debugger.VariablesViewer.html#VariableItem.deleteChildren" /> <keyword name="VariableItem.expand" id="VariableItem.expand" ref="eric6.Debugger.VariablesViewer.html#VariableItem.expand" /> + <keyword name="VariableItem.extractId" id="VariableItem.extractId" ref="eric6.Debugger.VariablesViewer.html#VariableItem.extractId" /> + <keyword name="VariableItem.extractIndicators" id="VariableItem.extractIndicators" ref="eric6.Debugger.VariablesViewer.html#VariableItem.extractIndicators" /> + <keyword name="VariableItem.getId" id="VariableItem.getId" ref="eric6.Debugger.VariablesViewer.html#VariableItem.getId" /> <keyword name="VariableItem.getValue" id="VariableItem.getValue" ref="eric6.Debugger.VariablesViewer.html#VariableItem.getValue" /> <keyword name="VariablesFilterDialog" id="VariablesFilterDialog" ref="eric6.Debugger.VariablesFilterDialog.html#VariablesFilterDialog" /> <keyword name="VariablesFilterDialog (Constructor)" id="VariablesFilterDialog (Constructor)" ref="eric6.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.__init__" /> @@ -16022,6 +16064,8 @@ <keyword name="_getfullargs" id="_getfullargs" ref="eric6.DebugClients.Python3.DebugUtilities.html#_getfullargs" /> <keyword name="_indent" id="_indent" ref="eric6.Utilities.ClassBrowsers.pyclbr.html#_indent" /> <keyword name="_indent" id="_indent" ref="eric6.Utilities.ModuleParser.html#_indent" /> + <keyword name="_initTypeMap" id="_initTypeMap" ref="eric6.DebugClients.Python2.DebugVariables.html#_initTypeMap" /> + <keyword name="_initTypeMap" id="_initTypeMap" ref="eric6.DebugClients.Python3.DebugVariables.html#_initTypeMap" /> <keyword name="_is_eol_token" id="_is_eol_token" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#_is_eol_token" /> <keyword name="_is_eol_token_1" id="_is_eol_token_1" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#_is_eol_token_1" /> <keyword name="_main" id="_main" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#_main" /> @@ -16381,6 +16425,8 @@ <keyword name="getTestFileName" id="getTestFileName" ref="eric6.Utilities.__init__.html#getTestFileName" /> <keyword name="getTranslatedMessage" id="getTranslatedMessage" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.translations.html#getTranslatedMessage" /> <keyword name="getTrayStarter" id="getTrayStarter" ref="eric6.Preferences.__init__.html#getTrayStarter" /> + <keyword name="getType" id="getType" ref="eric6.DebugClients.Python2.DebugVariables.html#getType" /> + <keyword name="getType" id="getType" ref="eric6.DebugClients.Python3.DebugVariables.html#getType" /> <keyword name="getTypeFromTypeName" id="getTypeFromTypeName" ref="eric6.Utilities.ModuleParser.html#getTypeFromTypeName" /> <keyword name="getUI" id="getUI" ref="eric6.Preferences.__init__.html#getUI" /> <keyword name="getUILanguage" id="getUILanguage" ref="eric6.Preferences.__init__.html#getUILanguage" /> @@ -16792,6 +16838,7 @@ <file>eric6.DebugClients.Python2.DebugConfig.html</file> <file>eric6.DebugClients.Python2.DebugThread.html</file> <file>eric6.DebugClients.Python2.DebugUtilities.html</file> + <file>eric6.DebugClients.Python2.DebugVariables.html</file> <file>eric6.DebugClients.Python2.FlexCompleter.html</file> <file>eric6.DebugClients.Python2.PyProfile.html</file> <file>eric6.DebugClients.Python2.eric6dbgstub.html</file> @@ -16806,6 +16853,7 @@ <file>eric6.DebugClients.Python3.DebugConfig.html</file> <file>eric6.DebugClients.Python3.DebugThread.html</file> <file>eric6.DebugClients.Python3.DebugUtilities.html</file> + <file>eric6.DebugClients.Python3.DebugVariables.html</file> <file>eric6.DebugClients.Python3.FlexCompleter.html</file> <file>eric6.DebugClients.Python3.PyProfile.html</file> <file>eric6.DebugClients.Python3.eric6dbgstub.html</file>