Tue, 18 Oct 2022 16:11:00 +0200
Updated the source documentation.
--- a/src/eric7/APIs/Python3/eric7.api Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/APIs/Python3/eric7.api Tue Oct 18 16:11:00 2022 +0200 @@ -1063,6 +1063,18 @@ eric7.EricGui.EricOverrideCursor.EricOverrideCursor?1(cursorShape=Qt.CursorShape.WaitCursor) eric7.EricGui.EricOverrideCursor.EricOverrideCursorProcess?1(parent=None, cursorShape=Qt.CursorShape.WaitCursor) eric7.EricGui.EricOverrideCursor.EricOverridenCursor?1() +eric7.EricGui.EricPixmapCache.EricPixmapCache.SupportedExtensions?7 +eric7.EricGui.EricPixmapCache.EricPixmapCache.addSearchPath?4(path) +eric7.EricGui.EricPixmapCache.EricPixmapCache.getPixmap?4(key, size=None) +eric7.EricGui.EricPixmapCache.EricPixmapCache.removeSearchPath?4(path) +eric7.EricGui.EricPixmapCache.EricPixmapCache?1() +eric7.EricGui.EricPixmapCache.addSearchPath?4(path, cache=pixCache) +eric7.EricGui.EricPixmapCache.getCombinedIcon?4(keys, size=None, cache=pixCache) +eric7.EricGui.EricPixmapCache.getIcon?4(key, size=None, cache=pixCache) +eric7.EricGui.EricPixmapCache.getPixmap?4(key, size=None, cache=pixCache) +eric7.EricGui.EricPixmapCache.getSymlinkIcon?4(key, size=None, cache=pixCache) +eric7.EricGui.EricPixmapCache.pixCache?7 +eric7.EricGui.EricPixmapCache.removeSearchPath?4(path, cache=pixCache) eric7.EricNetwork.EricFtp.EricFtp.connect?4(host="", port=0, timeout=-999) eric7.EricNetwork.EricFtp.EricFtp.login?4(user="", password="", acct="") eric7.EricNetwork.EricFtp.EricFtp.setProxy?4(proxyType=EricFtpProxyType.NO_PROXY, proxyHost="", proxyPort=ftplib.FTP_PORT, proxyUser="", proxyPassword="", proxyAccount="", ) @@ -9927,18 +9939,12 @@ eric7.UI.NumbersWidget.NumbersWidget.on_octOutButton_clicked?4() eric7.UI.NumbersWidget.NumbersWidget.on_sizeBox_valueChanged?4(value) eric7.UI.NumbersWidget.NumbersWidget?1(parent=None) -eric7.UI.PixmapCache.PixmapCache.SupportedExtensions?7 -eric7.UI.PixmapCache.PixmapCache.addSearchPath?4(path) -eric7.UI.PixmapCache.PixmapCache.getPixmap?4(key, size=None) -eric7.UI.PixmapCache.PixmapCache.removeSearchPath?4(path) -eric7.UI.PixmapCache.PixmapCache?1() -eric7.UI.PixmapCache.addSearchPath?4(path, cache=pixCache) -eric7.UI.PixmapCache.getCombinedIcon?4(keys, size=None, cache=pixCache) -eric7.UI.PixmapCache.getIcon?4(key, size=None, cache=pixCache) -eric7.UI.PixmapCache.getPixmap?4(key, size=None, cache=pixCache) -eric7.UI.PixmapCache.getSymlinkIcon?4(key, size=None, cache=pixCache) -eric7.UI.PixmapCache.pixCache?7 -eric7.UI.PixmapCache.removeSearchPath?4(path, cache=pixCache) +eric7.UI.PixmapCache.addSearchPath?7 +eric7.UI.PixmapCache.getCombinedIcon?7 +eric7.UI.PixmapCache.getIcon?7 +eric7.UI.PixmapCache.getPixmap?7 +eric7.UI.PixmapCache.getSymlinkIcon?7 +eric7.UI.PixmapCache.removeSearchPath?7 eric7.UI.Previewer.Previewer.hide?4() eric7.UI.Previewer.Previewer.preferencesChanged?4() eric7.UI.Previewer.Previewer.setSplitter?4(splitter) @@ -12610,6 +12616,7 @@ eric7.WebBrowser.WebBrowserWindow.WebBrowserWindow.sessionManager?4() eric7.WebBrowser.WebBrowserWindow.WebBrowserWindow.setBackwardAvailable?4(b) eric7.WebBrowser.WebBrowserWindow.WebBrowserWindow.setForwardAvailable?4(b) +eric7.WebBrowser.WebBrowserWindow.WebBrowserWindow.setIconDatabasePath?4(enable=True) eric7.WebBrowser.WebBrowserWindow.WebBrowserWindow.setLoadingActions?4(b) eric7.WebBrowser.WebBrowserWindow.WebBrowserWindow.setUseQtHelp?4(use) eric7.WebBrowser.WebBrowserWindow.WebBrowserWindow.showFullScreenNavigation?4()
--- a/src/eric7/Documentation/Help/source.qhp Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/Documentation/Help/source.qhp Tue Oct 18 16:11:00 2022 +0200 @@ -114,6 +114,7 @@ <section title="eric7.EricGui.EricAction" ref="eric7.EricGui.EricAction.html" /> <section title="eric7.EricGui.EricGenericDiffHighlighter" ref="eric7.EricGui.EricGenericDiffHighlighter.html" /> <section title="eric7.EricGui.EricOverrideCursor" ref="eric7.EricGui.EricOverrideCursor.html" /> + <section title="eric7.EricGui.EricPixmapCache" ref="eric7.EricGui.EricPixmapCache.html" /> </section> <section title="eric7.EricNetwork" ref="index-eric7.EricNetwork.html"> <section title="eric7.EricNetwork.data" ref="index-eric7.EricNetwork.data.html"> @@ -3809,6 +3810,7 @@ <keyword name="DebuggerInterfacePython (Constructor)" id="DebuggerInterfacePython (Constructor)" ref="eric7.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__init__" /> <keyword name="DebuggerInterfacePython (Module)" id="DebuggerInterfacePython (Module)" ref="eric7.Debugger.DebuggerInterfacePython.html" /> <keyword name="DebuggerInterfacePython.__assignDebuggerId" id="DebuggerInterfacePython.__assignDebuggerId" ref="eric7.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__assignDebuggerId" /> + <keyword name="DebuggerInterfacePython.__determineDebugClient" id="DebuggerInterfacePython.__determineDebugClient" ref="eric7.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__determineDebugClient" /> <keyword name="DebuggerInterfacePython.__flush" id="DebuggerInterfacePython.__flush" ref="eric7.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__flush" /> <keyword name="DebuggerInterfacePython.__handleJsonCommand" id="DebuggerInterfacePython.__handleJsonCommand" ref="eric7.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__handleJsonCommand" /> <keyword name="DebuggerInterfacePython.__identityTranslation" id="DebuggerInterfacePython.__identityTranslation" ref="eric7.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__identityTranslation" /> @@ -5442,6 +5444,12 @@ <keyword name="EricPathPickerDialog.setPickerPath" id="EricPathPickerDialog.setPickerPath" ref="eric7.EricWidgets.EricPathPickerDialog.html#EricPathPickerDialog.setPickerPath" /> <keyword name="EricPathPickerDialog.setTitle" id="EricPathPickerDialog.setTitle" ref="eric7.EricWidgets.EricPathPickerDialog.html#EricPathPickerDialog.setTitle" /> <keyword name="EricPathPickerModes" id="EricPathPickerModes" ref="eric7.EricWidgets.EricPathPicker.html#EricPathPickerModes" /> + <keyword name="EricPixmapCache" id="EricPixmapCache" ref="eric7.EricGui.EricPixmapCache.html#EricPixmapCache" /> + <keyword name="EricPixmapCache (Constructor)" id="EricPixmapCache (Constructor)" ref="eric7.EricGui.EricPixmapCache.html#EricPixmapCache.__init__" /> + <keyword name="EricPixmapCache (Module)" id="EricPixmapCache (Module)" ref="eric7.EricGui.EricPixmapCache.html" /> + <keyword name="EricPixmapCache.addSearchPath" id="EricPixmapCache.addSearchPath" ref="eric7.EricGui.EricPixmapCache.html#EricPixmapCache.addSearchPath" /> + <keyword name="EricPixmapCache.getPixmap" id="EricPixmapCache.getPixmap" ref="eric7.EricGui.EricPixmapCache.html#EricPixmapCache.getPixmap" /> + <keyword name="EricPixmapCache.removeSearchPath" id="EricPixmapCache.removeSearchPath" ref="eric7.EricGui.EricPixmapCache.html#EricPixmapCache.removeSearchPath" /> <keyword name="EricPlainTextDialog" id="EricPlainTextDialog" ref="eric7.EricWidgets.EricPlainTextDialog.html#EricPlainTextDialog" /> <keyword name="EricPlainTextDialog (Constructor)" id="EricPlainTextDialog (Constructor)" ref="eric7.EricWidgets.EricPlainTextDialog.html#EricPlainTextDialog.__init__" /> <keyword name="EricPlainTextDialog (Module)" id="EricPlainTextDialog (Module)" ref="eric7.EricWidgets.EricPlainTextDialog.html" /> @@ -11659,12 +11667,7 @@ <keyword name="PipVulnerabilityChecker.__writeDataToCache" id="PipVulnerabilityChecker.__writeDataToCache" ref="eric7.PipInterface.PipVulnerabilityChecker.html#PipVulnerabilityChecker.__writeDataToCache" /> <keyword name="PipVulnerabilityChecker.check" id="PipVulnerabilityChecker.check" ref="eric7.PipInterface.PipVulnerabilityChecker.html#PipVulnerabilityChecker.check" /> <keyword name="PipVulnerabilityChecker.updateVulnerabilityDb" id="PipVulnerabilityChecker.updateVulnerabilityDb" ref="eric7.PipInterface.PipVulnerabilityChecker.html#PipVulnerabilityChecker.updateVulnerabilityDb" /> - <keyword name="PixmapCache" id="PixmapCache" ref="eric7.UI.PixmapCache.html#PixmapCache" /> - <keyword name="PixmapCache (Constructor)" id="PixmapCache (Constructor)" ref="eric7.UI.PixmapCache.html#PixmapCache.__init__" /> <keyword name="PixmapCache (Module)" id="PixmapCache (Module)" ref="eric7.UI.PixmapCache.html" /> - <keyword name="PixmapCache.addSearchPath" id="PixmapCache.addSearchPath" ref="eric7.UI.PixmapCache.html#PixmapCache.addSearchPath" /> - <keyword name="PixmapCache.getPixmap" id="PixmapCache.getPixmap" ref="eric7.UI.PixmapCache.html#PixmapCache.getPixmap" /> - <keyword name="PixmapCache.removeSearchPath" id="PixmapCache.removeSearchPath" ref="eric7.UI.PixmapCache.html#PixmapCache.removeSearchPath" /> <keyword name="PixmapDiagram" id="PixmapDiagram" ref="eric7.Graphics.PixmapDiagram.html#PixmapDiagram" /> <keyword name="PixmapDiagram (Constructor)" id="PixmapDiagram (Constructor)" ref="eric7.Graphics.PixmapDiagram.html#PixmapDiagram.__init__" /> <keyword name="PixmapDiagram (Module)" id="PixmapDiagram (Module)" ref="eric7.Graphics.PixmapDiagram.html" /> @@ -18006,7 +18009,6 @@ <keyword name="WebBrowserWindow.__selectAll" id="WebBrowserWindow.__selectAll" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__selectAll" /> <keyword name="WebBrowserWindow.__sendPageLink" id="WebBrowserWindow.__sendPageLink" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__sendPageLink" /> <keyword name="WebBrowserWindow.__setBookmarksToolbarVisibility" id="WebBrowserWindow.__setBookmarksToolbarVisibility" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__setBookmarksToolbarVisibility" /> - <keyword name="WebBrowserWindow.__setIconDatabasePath" id="WebBrowserWindow.__setIconDatabasePath" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__setIconDatabasePath" /> <keyword name="WebBrowserWindow.__setMenuBarVisibility" id="WebBrowserWindow.__setMenuBarVisibility" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__setMenuBarVisibility" /> <keyword name="WebBrowserWindow.__setStatusBarVisible" id="WebBrowserWindow.__setStatusBarVisible" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__setStatusBarVisible" /> <keyword name="WebBrowserWindow.__setTextEncoding" id="WebBrowserWindow.__setTextEncoding" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__setTextEncoding" /> @@ -18124,6 +18126,7 @@ <keyword name="WebBrowserWindow.sessionManager" id="WebBrowserWindow.sessionManager" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.sessionManager" /> <keyword name="WebBrowserWindow.setBackwardAvailable" id="WebBrowserWindow.setBackwardAvailable" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.setBackwardAvailable" /> <keyword name="WebBrowserWindow.setForwardAvailable" id="WebBrowserWindow.setForwardAvailable" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.setForwardAvailable" /> + <keyword name="WebBrowserWindow.setIconDatabasePath" id="WebBrowserWindow.setIconDatabasePath" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.setIconDatabasePath" /> <keyword name="WebBrowserWindow.setLoadingActions" id="WebBrowserWindow.setLoadingActions" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.setLoadingActions" /> <keyword name="WebBrowserWindow.setUseQtHelp" id="WebBrowserWindow.setUseQtHelp" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.setUseQtHelp" /> <keyword name="WebBrowserWindow.showFullScreenNavigation" id="WebBrowserWindow.showFullScreenNavigation" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.showFullScreenNavigation" /> @@ -18464,7 +18467,7 @@ <keyword name="addActions" id="addActions" ref="eric7.EricGui.EricAction.html#addActions" /> <keyword name="addCycloneDXDependencies" id="addCycloneDXDependencies" ref="eric7.CycloneDXInterface.CycloneDXUtilities.html#addCycloneDXDependencies" /> <keyword name="addCycloneDXVulnerabilities" id="addCycloneDXVulnerabilities" ref="eric7.CycloneDXInterface.CycloneDXUtilities.html#addCycloneDXVulnerabilities" /> - <keyword name="addSearchPath" id="addSearchPath" ref="eric7.UI.PixmapCache.html#addSearchPath" /> + <keyword name="addSearchPath" id="addSearchPath" ref="eric7.EricGui.EricPixmapCache.html#addSearchPath" /> <keyword name="ambiguous_identifier" id="ambiguous_identifier" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#ambiguous_identifier" /> <keyword name="amendConfig" id="amendConfig" ref="eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#amendConfig" /> <keyword name="amendConfig" id="amendConfig" ref="eric7.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#amendConfig" /> @@ -18828,7 +18831,7 @@ <keyword name="getChecks" id="getChecks" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tryExcept.html#getChecks" /> <keyword name="getChecks" id="getChecks" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey.html#getChecks" /> <keyword name="getChecks" id="getChecks" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.yamlLoad.html#getChecks" /> - <keyword name="getCombinedIcon" id="getCombinedIcon" ref="eric7.UI.PixmapCache.html#getCombinedIcon" /> + <keyword name="getCombinedIcon" id="getCombinedIcon" ref="eric7.EricGui.EricPixmapCache.html#getCombinedIcon" /> <keyword name="getCompleter" id="getCompleter" ref="eric7.QScintilla.TypingCompleters.__init__.html#getCompleter" /> <keyword name="getConda" id="getConda" ref="eric7.Preferences.__init__.html#getConda" /> <keyword name="getConfig" id="getConfig" ref="eric7.eric7config.html#getConfig" /> @@ -18886,7 +18889,7 @@ <keyword name="getHgExecutable" id="getHgExecutable" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html#getHgExecutable" /> <keyword name="getHomeDir" id="getHomeDir" ref="eric7.Utilities.__init__.html#getHomeDir" /> <keyword name="getHtmlPage" id="getHtmlPage" ref="eric7.WebBrowser.Tools.WebBrowserTools.html#getHtmlPage" /> - <keyword name="getIcon" id="getIcon" ref="eric7.UI.PixmapCache.html#getIcon" /> + <keyword name="getIcon" id="getIcon" ref="eric7.EricGui.EricPixmapCache.html#getIcon" /> <keyword name="getIconEditor" id="getIconEditor" ref="eric7.Preferences.__init__.html#getIconEditor" /> <keyword name="getIcons" id="getIcons" ref="eric7.Preferences.__init__.html#getIcons" /> <keyword name="getImporter" id="getImporter" ref="eric7.WebBrowser.Bookmarks.BookmarksImporters.__init__.html#getImporter" /> @@ -18930,7 +18933,7 @@ <keyword name="getPercentReplacement" id="getPercentReplacement" ref="eric7.Utilities.__init__.html#getPercentReplacement" /> <keyword name="getPercentReplacementHelp" id="getPercentReplacementHelp" ref="eric7.Utilities.__init__.html#getPercentReplacementHelp" /> <keyword name="getPip" id="getPip" ref="eric7.Preferences.__init__.html#getPip" /> - <keyword name="getPixmap" id="getPixmap" ref="eric7.UI.PixmapCache.html#getPixmap" /> + <keyword name="getPixmap" id="getPixmap" ref="eric7.EricGui.EricPixmapCache.html#getPixmap" /> <keyword name="getPluginManager" id="getPluginManager" ref="eric7.Preferences.__init__.html#getPluginManager" /> <keyword name="getPrinter" id="getPrinter" ref="eric7.Preferences.__init__.html#getPrinter" /> <keyword name="getProfileFileName" id="getProfileFileName" ref="eric7.Utilities.__init__.html#getProfileFileName" /> @@ -18971,7 +18974,7 @@ <keyword name="getSupportedDocstringTypes" id="getSupportedDocstringTypes" ref="eric7.QScintilla.DocstringGenerator.__init__.html#getSupportedDocstringTypes" /> <keyword name="getSupportedFormats" id="getSupportedFormats" ref="eric7.QScintilla.Exporters.__init__.html#getSupportedFormats" /> <keyword name="getSupportedLanguages" id="getSupportedLanguages" ref="eric7.QScintilla.Lexers.__init__.html#getSupportedLanguages" /> - <keyword name="getSymlinkIcon" id="getSymlinkIcon" ref="eric7.UI.PixmapCache.html#getSymlinkIcon" /> + <keyword name="getSymlinkIcon" id="getSymlinkIcon" ref="eric7.EricGui.EricPixmapCache.html#getSymlinkIcon" /> <keyword name="getSysPath" id="getSysPath" ref="eric7.Utilities.__init__.html#getSysPath" /> <keyword name="getSystem" id="getSystem" ref="eric7.Preferences.__init__.html#getSystem" /> <keyword name="getTasks" id="getTasks" ref="eric7.Preferences.__init__.html#getTasks" /> @@ -19281,7 +19284,7 @@ <keyword name="removeMarkers" id="removeMarkers" ref="eric7.UI.CompareDialog.html#removeMarkers" /> <keyword name="removeProjectBrowserFlags" id="removeProjectBrowserFlags" ref="eric7.Preferences.__init__.html#removeProjectBrowserFlags" /> <keyword name="removeQuotesFromArgs" id="removeQuotesFromArgs" ref="eric7.DebugClients.Python.DebugUtilities.html#removeQuotesFromArgs" /> - <keyword name="removeSearchPath" id="removeSearchPath" ref="eric7.UI.PixmapCache.html#removeSearchPath" /> + <keyword name="removeSearchPath" id="removeSearchPath" ref="eric7.EricGui.EricPixmapCache.html#removeSearchPath" /> <keyword name="renderTabPreview" id="renderTabPreview" ref="eric7.WebBrowser.WebBrowserSnap.html#renderTabPreview" /> <keyword name="render_conflicts_text" id="render_conflicts_text" ref="eric7.PipInterface.pipdeptree.html#render_conflicts_text" /> <keyword name="render_cycles_text" id="render_cycles_text" ref="eric7.PipInterface.pipdeptree.html#render_cycles_text" /> @@ -19572,6 +19575,7 @@ <file>eric7.EricGui.EricAction.html</file> <file>eric7.EricGui.EricGenericDiffHighlighter.html</file> <file>eric7.EricGui.EricOverrideCursor.html</file> + <file>eric7.EricGui.EricPixmapCache.html</file> <file>eric7.EricNetwork.EricFtp.html</file> <file>eric7.EricNetwork.EricGoogleMail.html</file> <file>eric7.EricNetwork.EricGoogleMailHelpers.html</file>
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Tue Oct 18 16:11:00 2022 +0200 @@ -72,6 +72,10 @@ <td>Private method to set the debugger id for a recent debugger connection attempt.</td> </tr> <tr> +<td><a href="#DebuggerInterfacePython.__determineDebugClient">__determineDebugClient</a></td> +<td>Private method to determine the debug client to be started.</td> +</tr> +<tr> <td><a href="#DebuggerInterfacePython.__flush">__flush</a></td> <td>Private slot to flush the queue.</td> </tr> @@ -311,6 +315,25 @@ id of the connected debug client </dd> </dl> +<a NAME="DebuggerInterfacePython.__determineDebugClient" ID="DebuggerInterfacePython.__determineDebugClient"></a> +<h4>DebuggerInterfacePython.__determineDebugClient</h4> +<b>__determineDebugClient</b>(<i></i>) + +<p> + Private method to determine the debug client to be started. +</p> +<dl> +<dt>Return:</dt> +<dd> +path of the debug client +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="DebuggerInterfacePython.__flush" ID="DebuggerInterfacePython.__flush"></a> <h4>DebuggerInterfacePython.__flush</h4> <b>__flush</b>(<i></i>)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Documentation/Source/eric7.EricGui.EricPixmapCache.html Tue Oct 18 16:11:00 2022 +0200 @@ -0,0 +1,361 @@ +<!DOCTYPE html> +<html><head> +<title>eric7.EricGui.EricPixmapCache</title> +<meta charset="UTF-8"> +<link rel="stylesheet" href="styles.css"> +</head> +<body> +<a NAME="top" ID="top"></a> +<h1>eric7.EricGui.EricPixmapCache</h1> + +<p> +Module implementing a pixmap cache for icons. +</p> +<h3>Global Attributes</h3> + +<table> +<tr><td>pixCache</td></tr> +</table> +<h3>Classes</h3> + +<table> + +<tr> +<td><a href="#EricPixmapCache">EricPixmapCache</a></td> +<td>Class implementing a pixmap cache for icons.</td> +</tr> +</table> +<h3>Functions</h3> + +<table> + +<tr> +<td><a href="#addSearchPath">addSearchPath</a></td> +<td>Module function to add a path to the search path.</td> +</tr> +<tr> +<td><a href="#getCombinedIcon">getCombinedIcon</a></td> +<td>Module function to retrieve a symbolic link icon.</td> +</tr> +<tr> +<td><a href="#getIcon">getIcon</a></td> +<td>Module function to retrieve an icon.</td> +</tr> +<tr> +<td><a href="#getPixmap">getPixmap</a></td> +<td>Module function to retrieve a pixmap.</td> +</tr> +<tr> +<td><a href="#getSymlinkIcon">getSymlinkIcon</a></td> +<td>Module function to retrieve a symbolic link icon.</td> +</tr> +<tr> +<td><a href="#removeSearchPath">removeSearchPath</a></td> +<td>Public method to remove a path from the search path.</td> +</tr> +</table> +<hr /> +<hr /> +<a NAME="EricPixmapCache" ID="EricPixmapCache"></a> +<h2>EricPixmapCache</h2> + +<p> + Class implementing a pixmap cache for icons. +</p> +<h3>Derived from</h3> +None +<h3>Class Attributes</h3> + +<table> +<tr><td>SupportedExtensions</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> + +<tr> +<td><a href="#EricPixmapCache.__init__">EricPixmapCache</a></td> +<td>Constructor</td> +</tr> +<tr> +<td><a href="#EricPixmapCache.addSearchPath">addSearchPath</a></td> +<td>Public method to add a path to the search path.</td> +</tr> +<tr> +<td><a href="#EricPixmapCache.getPixmap">getPixmap</a></td> +<td>Public method to retrieve a pixmap.</td> +</tr> +<tr> +<td><a href="#EricPixmapCache.removeSearchPath">removeSearchPath</a></td> +<td>Public method to remove a path from the search path.</td> +</tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<a NAME="EricPixmapCache.__init__" ID="EricPixmapCache.__init__"></a> +<h4>EricPixmapCache (Constructor)</h4> +<b>EricPixmapCache</b>(<i></i>) + +<p> + Constructor +</p> +<a NAME="EricPixmapCache.addSearchPath" ID="EricPixmapCache.addSearchPath"></a> +<h4>EricPixmapCache.addSearchPath</h4> +<b>addSearchPath</b>(<i>path</i>) + +<p> + Public method to add a path to the search path. +</p> +<dl> + +<dt><i>path</i> (str)</dt> +<dd> +path to add +</dd> +</dl> +<a NAME="EricPixmapCache.getPixmap" ID="EricPixmapCache.getPixmap"></a> +<h4>EricPixmapCache.getPixmap</h4> +<b>getPixmap</b>(<i>key, size=None</i>) + +<p> + Public method to retrieve a pixmap. +</p> +<dl> + +<dt><i>key</i> (str)</dt> +<dd> +name of the wanted pixmap +</dd> +<dt><i>size</i> (QSize)</dt> +<dd> +requested size +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +the requested pixmap +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QPixmap +</dd> +</dl> +<a NAME="EricPixmapCache.removeSearchPath" ID="EricPixmapCache.removeSearchPath"></a> +<h4>EricPixmapCache.removeSearchPath</h4> +<b>removeSearchPath</b>(<i>path</i>) + +<p> + Public method to remove a path from the search path. +</p> +<dl> + +<dt><i>path</i> (str)</dt> +<dd> +path to remove +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="addSearchPath" ID="addSearchPath"></a> +<h2>addSearchPath</h2> +<b>addSearchPath</b>(<i>path, cache=pixCache</i>) + +<p> + Module function to add a path to the search path. +</p> +<dl> + +<dt><i>path</i> (str)</dt> +<dd> +path to add +</dd> +<dt><i>cache</i> (EricPixmapCache)</dt> +<dd> +reference to the pixmap cache object +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="getCombinedIcon" ID="getCombinedIcon"></a> +<h2>getCombinedIcon</h2> +<b>getCombinedIcon</b>(<i>keys, size=None, cache=pixCache</i>) + +<p> + Module function to retrieve a symbolic link icon. +</p> +<dl> + +<dt><i>keys</i> (list of str)</dt> +<dd> +list of names of icons +</dd> +<dt><i>size</i> (QSize)</dt> +<dd> +requested size of individual icons +</dd> +<dt><i>cache</i> (EricPixmapCache)</dt> +<dd> +reference to the pixmap cache object +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +the requested icon +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QIcon +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="getIcon" ID="getIcon"></a> +<h2>getIcon</h2> +<b>getIcon</b>(<i>key, size=None, cache=pixCache</i>) + +<p> + Module function to retrieve an icon. +</p> +<dl> + +<dt><i>key</i> (str)</dt> +<dd> +name of the wanted pixmap +</dd> +<dt><i>size</i> (QSize)</dt> +<dd> +requested size +</dd> +<dt><i>cache</i> (EricPixmapCache)</dt> +<dd> +reference to the pixmap cache object +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +the requested icon +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QIcon +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="getPixmap" ID="getPixmap"></a> +<h2>getPixmap</h2> +<b>getPixmap</b>(<i>key, size=None, cache=pixCache</i>) + +<p> + Module function to retrieve a pixmap. +</p> +<dl> + +<dt><i>key</i> (str)</dt> +<dd> +name of the wanted pixmap +</dd> +<dt><i>size</i> (QSize)</dt> +<dd> +requested size +</dd> +<dt><i>cache</i> (EricPixmapCache)</dt> +<dd> +reference to the pixmap cache object +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +the requested pixmap +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QPixmap +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="getSymlinkIcon" ID="getSymlinkIcon"></a> +<h2>getSymlinkIcon</h2> +<b>getSymlinkIcon</b>(<i>key, size=None, cache=pixCache</i>) + +<p> + Module function to retrieve a symbolic link icon. +</p> +<dl> + +<dt><i>key</i> (str)</dt> +<dd> +name of the wanted pixmap +</dd> +<dt><i>size</i> (QSize)</dt> +<dd> +requested size +</dd> +<dt><i>cache</i> (EricPixmapCache)</dt> +<dd> +reference to the pixmap cache object +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +the requested icon +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QIcon +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="removeSearchPath" ID="removeSearchPath"></a> +<h2>removeSearchPath</h2> +<b>removeSearchPath</b>(<i>path, cache=pixCache</i>) + +<p> + Public method to remove a path from the search path. +</p> +<dl> + +<dt><i>path</i> (str)</dt> +<dd> +path to remove +</dd> +<dt><i>cache</i> (EricPixmapCache)</dt> +<dd> +reference to the pixmap cache object +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/src/eric7/Documentation/Source/eric7.Preferences.__init__.html Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.__init__.html Tue Oct 18 16:11:00 2022 +0200 @@ -18,8 +18,8 @@ functions. The data is stored in a file in a subdirectory of the users home directory. The individual configuration data is accessed by accessor functions defined on the module level. The module is simply imported wherever it is -needed with the statement 'import Preferences'. Do not use -'from Preferences import *' to import it. +needed with the statement 'from eric7 import Preferences'. Do not use +'from eric7.Preferences import *' to import it. </p> <h3>Global Attributes</h3> @@ -261,7 +261,7 @@ </tr> <tr> <td><a href="#importPreferences">importPreferences</a></td> -<td>Module function to import preferences from a file previously saved by the export function.</td> +<td>Module function to from eric7 import Preferences from a file previously saved by the export function.</td> </tr> <tr> <td><a href="#initPreferences">initPreferences</a></td> @@ -1799,7 +1799,7 @@ <b>importPreferences</b>(<i></i>) <p> - Module function to import preferences from a file previously saved by + Module function to from eric7 import Preferences from a file previously saved by the export function. </p> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.UI.PixmapCache.html Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.PixmapCache.html Tue Oct 18 16:11:00 2022 +0200 @@ -9,353 +9,23 @@ <h1>eric7.UI.PixmapCache</h1> <p> -Module implementing a pixmap cache for icons. +Module implementing a compatibility interface of the EricPixmapCache functionality to +satisfy old plug-ins. </p> <h3>Global Attributes</h3> <table> -<tr><td>pixCache</td></tr> +<tr><td>addSearchPath</td></tr><tr><td>getCombinedIcon</td></tr><tr><td>getIcon</td></tr><tr><td>getPixmap</td></tr><tr><td>getSymlinkIcon</td></tr><tr><td>removeSearchPath</td></tr> </table> <h3>Classes</h3> <table> - -<tr> -<td><a href="#PixmapCache">PixmapCache</a></td> -<td>Class implementing a pixmap cache for icons.</td> -</tr> -</table> -<h3>Functions</h3> - -<table> - -<tr> -<td><a href="#addSearchPath">addSearchPath</a></td> -<td>Module function to add a path to the search path.</td> -</tr> -<tr> -<td><a href="#getCombinedIcon">getCombinedIcon</a></td> -<td>Module function to retrieve a symbolic link icon.</td> -</tr> -<tr> -<td><a href="#getIcon">getIcon</a></td> -<td>Module function to retrieve an icon.</td> -</tr> -<tr> -<td><a href="#getPixmap">getPixmap</a></td> -<td>Module function to retrieve a pixmap.</td> -</tr> -<tr> -<td><a href="#getSymlinkIcon">getSymlinkIcon</a></td> -<td>Module function to retrieve a symbolic link icon.</td> -</tr> -<tr> -<td><a href="#removeSearchPath">removeSearchPath</a></td> -<td>Public method to remove a path from the search path.</td> -</tr> -</table> -<hr /> -<hr /> -<a NAME="PixmapCache" ID="PixmapCache"></a> -<h2>PixmapCache</h2> - -<p> - Class implementing a pixmap cache for icons. -</p> -<h3>Derived from</h3> -None -<h3>Class Attributes</h3> - -<table> -<tr><td>SupportedExtensions</td></tr> -</table> -<h3>Class Methods</h3> - -<table> -<tr><td>None</td></tr> -</table> -<h3>Methods</h3> - -<table> - -<tr> -<td><a href="#PixmapCache.__init__">PixmapCache</a></td> -<td>Constructor</td> -</tr> -<tr> -<td><a href="#PixmapCache.addSearchPath">addSearchPath</a></td> -<td>Public method to add a path to the search path.</td> -</tr> -<tr> -<td><a href="#PixmapCache.getPixmap">getPixmap</a></td> -<td>Public method to retrieve a pixmap.</td> -</tr> -<tr> -<td><a href="#PixmapCache.removeSearchPath">removeSearchPath</a></td> -<td>Public method to remove a path from the search path.</td> -</tr> -</table> -<h3>Static Methods</h3> - -<table> <tr><td>None</td></tr> </table> - -<a NAME="PixmapCache.__init__" ID="PixmapCache.__init__"></a> -<h4>PixmapCache (Constructor)</h4> -<b>PixmapCache</b>(<i></i>) - -<p> - Constructor -</p> -<a NAME="PixmapCache.addSearchPath" ID="PixmapCache.addSearchPath"></a> -<h4>PixmapCache.addSearchPath</h4> -<b>addSearchPath</b>(<i>path</i>) - -<p> - Public method to add a path to the search path. -</p> -<dl> - -<dt><i>path</i> (str)</dt> -<dd> -path to add -</dd> -</dl> -<a NAME="PixmapCache.getPixmap" ID="PixmapCache.getPixmap"></a> -<h4>PixmapCache.getPixmap</h4> -<b>getPixmap</b>(<i>key, size=None</i>) - -<p> - Public method to retrieve a pixmap. -</p> -<dl> - -<dt><i>key</i> (str)</dt> -<dd> -name of the wanted pixmap -</dd> -<dt><i>size</i> (QSize)</dt> -<dd> -requested size -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -the requested pixmap -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -QPixmap -</dd> -</dl> -<a NAME="PixmapCache.removeSearchPath" ID="PixmapCache.removeSearchPath"></a> -<h4>PixmapCache.removeSearchPath</h4> -<b>removeSearchPath</b>(<i>path</i>) - -<p> - Public method to remove a path from the search path. -</p> -<dl> - -<dt><i>path</i> (str)</dt> -<dd> -path to remove -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> -<a NAME="addSearchPath" ID="addSearchPath"></a> -<h2>addSearchPath</h2> -<b>addSearchPath</b>(<i>path, cache=pixCache</i>) - -<p> - Module function to add a path to the search path. -</p> -<dl> - -<dt><i>path</i> (str)</dt> -<dd> -path to add -</dd> -<dt><i>cache</i> (PixmapCache)</dt> -<dd> -reference to the pixmap cache object -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> -<a NAME="getCombinedIcon" ID="getCombinedIcon"></a> -<h2>getCombinedIcon</h2> -<b>getCombinedIcon</b>(<i>keys, size=None, cache=pixCache</i>) - -<p> - Module function to retrieve a symbolic link icon. -</p> -<dl> +<h3>Functions</h3> -<dt><i>keys</i> (list of str)</dt> -<dd> -list of names of icons -</dd> -<dt><i>size</i> (QSize)</dt> -<dd> -requested size of individual icons -</dd> -<dt><i>cache</i> (PixmapCache)</dt> -<dd> -reference to the pixmap cache object -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -the requested icon -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -QIcon -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> -<a NAME="getIcon" ID="getIcon"></a> -<h2>getIcon</h2> -<b>getIcon</b>(<i>key, size=None, cache=pixCache</i>) - -<p> - Module function to retrieve an icon. -</p> -<dl> - -<dt><i>key</i> (str)</dt> -<dd> -name of the wanted pixmap -</dd> -<dt><i>size</i> (QSize)</dt> -<dd> -requested size -</dd> -<dt><i>cache</i> (PixmapCache)</dt> -<dd> -reference to the pixmap cache object -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -the requested icon -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -QIcon -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> -<a NAME="getPixmap" ID="getPixmap"></a> -<h2>getPixmap</h2> -<b>getPixmap</b>(<i>key, size=None, cache=pixCache</i>) - -<p> - Module function to retrieve a pixmap. -</p> -<dl> - -<dt><i>key</i> (str)</dt> -<dd> -name of the wanted pixmap -</dd> -<dt><i>size</i> (QSize)</dt> -<dd> -requested size -</dd> -<dt><i>cache</i> (PixmapCache)</dt> -<dd> -reference to the pixmap cache object -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -the requested pixmap -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -QPixmap -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> -<a NAME="getSymlinkIcon" ID="getSymlinkIcon"></a> -<h2>getSymlinkIcon</h2> -<b>getSymlinkIcon</b>(<i>key, size=None, cache=pixCache</i>) - -<p> - Module function to retrieve a symbolic link icon. -</p> -<dl> - -<dt><i>key</i> (str)</dt> -<dd> -name of the wanted pixmap -</dd> -<dt><i>size</i> (QSize)</dt> -<dd> -requested size -</dd> -<dt><i>cache</i> (PixmapCache)</dt> -<dd> -reference to the pixmap cache object -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -the requested icon -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -QIcon -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> -<a NAME="removeSearchPath" ID="removeSearchPath"></a> -<h2>removeSearchPath</h2> -<b>removeSearchPath</b>(<i>path, cache=pixCache</i>) - -<p> - Public method to remove a path from the search path. -</p> -<dl> - -<dt><i>path</i> (str)</dt> -<dd> -path to remove -</dd> -<dt><i>cache</i> (PixmapCache)</dt> -<dd> -reference to the pixmap cache object -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> +<table> +<tr><td>None</td></tr> +</table> <hr /> </body></html> \ No newline at end of file
--- a/src/eric7/Documentation/Source/eric7.UI.UserInterface.html Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.UserInterface.html Tue Oct 18 16:11:00 2022 +0200 @@ -450,7 +450,7 @@ </tr> <tr> <td><a href="#UserInterface.__importPreferences">__importPreferences</a></td> -<td>Private slot to import preferences.</td> +<td>Private slot to from eric7 import Preferences.</td> </tr> <tr> <td><a href="#UserInterface.__importShortcuts">__importShortcuts</a></td> @@ -1776,7 +1776,7 @@ <b>__importPreferences</b>(<i></i>) <p> - Private slot to import preferences. + Private slot to from eric7 import Preferences. </p> <a NAME="UserInterface.__importShortcuts" ID="UserInterface.__importShortcuts"></a> <h4>UserInterface.__importShortcuts</h4>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html Tue Oct 18 16:11:00 2022 +0200 @@ -174,6 +174,10 @@ <td>Class method to get a reference to the session manager.</td> </tr> <tr> +<td><a href="#WebBrowserWindow.setIconDatabasePath">setIconDatabasePath</a></td> +<td>Class method to set the favicons path.</td> +</tr> +<tr> <td><a href="#WebBrowserWindow.setUseQtHelp">setUseQtHelp</a></td> <td>Class method to set the QtHelp usage.</td> </tr> @@ -451,10 +455,6 @@ <td>Private method to set the visibility of the bookmarks toolbar.</td> </tr> <tr> -<td><a href="#WebBrowserWindow.__setIconDatabasePath">__setIconDatabasePath</a></td> -<td>Private method to set the favicons path.</td> -</tr> -<tr> <td><a href="#WebBrowserWindow.__setMenuBarVisibility">__setMenuBarVisibility</a></td> <td>Private method to set the visibility of the menu bar.</td> </tr> @@ -1253,6 +1253,20 @@ SessionManager </dd> </dl> +<a NAME="WebBrowserWindow.setIconDatabasePath" ID="WebBrowserWindow.setIconDatabasePath"></a> +<h4>WebBrowserWindow.setIconDatabasePath (class method)</h4> +<b>setIconDatabasePath</b>(<i>enable=True</i>) + +<p> + Class method to set the favicons path. +</p> +<dl> + +<dt><i>enable</i></dt> +<dd> +flag indicating to enabled icon storage (boolean) +</dd> +</dl> <a NAME="WebBrowserWindow.setUseQtHelp" ID="WebBrowserWindow.setUseQtHelp"></a> <h4>WebBrowserWindow.setUseQtHelp (class method)</h4> <b>setUseQtHelp</b>(<i>use</i>) @@ -2042,20 +2056,6 @@ flag indicating the toolbar visibility </dd> </dl> -<a NAME="WebBrowserWindow.__setIconDatabasePath" ID="WebBrowserWindow.__setIconDatabasePath"></a> -<h4>WebBrowserWindow.__setIconDatabasePath</h4> -<b>__setIconDatabasePath</b>(<i>enable=True</i>) - -<p> - Private method to set the favicons path. -</p> -<dl> - -<dt><i>enable</i></dt> -<dd> -flag indicating to enabled icon storage (boolean) -</dd> -</dl> <a NAME="WebBrowserWindow.__setMenuBarVisibility" ID="WebBrowserWindow.__setMenuBarVisibility"></a> <h4>WebBrowserWindow.__setMenuBarVisibility</h4> <b>__setMenuBarVisibility</b>(<i>visible</i>)
--- a/src/eric7/Documentation/Source/index-eric7.EricGui.html Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/Documentation/Source/index-eric7.EricGui.html Tue Oct 18 16:11:00 2022 +0200 @@ -30,5 +30,9 @@ <td><a href="eric7.EricGui.EricOverrideCursor.html">EricOverrideCursor</a></td> <td>Module implementing a context manager class for an override cursor and a QProcess class controlling an override cursor.</td> </tr> +<tr> +<td><a href="eric7.EricGui.EricPixmapCache.html">EricPixmapCache</a></td> +<td>Module implementing a pixmap cache for icons.</td> +</tr> </table> </body></html> \ No newline at end of file
--- a/src/eric7/Documentation/Source/index-eric7.Preferences.html Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/Documentation/Source/index-eric7.Preferences.html Tue Oct 18 16:11:00 2022 +0200 @@ -17,8 +17,8 @@ functions. The data is stored in a file in a subdirectory of the users home directory. The individual configuration data is accessed by accessor functions defined on the module level. The module is simply imported wherever it is -needed with the statement 'import Preferences'. Do not use -'from Preferences import *' to import it. +needed with the statement 'from eric7 import Preferences'. Do not use +'from eric7.Preferences import *' to import it. </p> <h3>Packages</h3>
--- a/src/eric7/Documentation/Source/index-eric7.UI.html Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/Documentation/Source/index-eric7.UI.html Tue Oct 18 16:11:00 2022 +0200 @@ -117,7 +117,7 @@ </tr> <tr> <td><a href="eric7.UI.PixmapCache.html">PixmapCache</a></td> -<td>Module implementing a pixmap cache for icons.</td> +<td>Module implementing a compatibility interface of the EricPixmapCache functionality to satisfy old plug-ins.</td> </tr> <tr> <td><a href="eric7.UI.Previewer.html">Previewer</a></td>