pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/eric3 update to 3.4.2 and bl3ify
details: https://anonhg.NetBSD.org/pkgsrc/rev/117dea917e0c
branches: trunk
changeset: 475063:117dea917e0c
user: recht <recht%pkgsrc.org@localhost>
date: Sun May 09 17:06:56 2004 +0000
description:
update to 3.4.2 and bl3ify
changes:
(for a complete list see the included HISTORY file)
Version 3.4.2
- some bug fixes
- changed unittest logic to search for testcases in the given module,
if no module function named 'suite' could be found
- adoption to subversion 1.0
- include a message marker in the subject line for bug emails
- a few usability enhancements
Version 3.4.1
- fixed a serious bug in VariablesViewer
3.4:
- It comes with it's own source documentation generator.
- Support for Quixote PTL files.
- Capability to generate various UML-like diagrams from the source code.
- Interface to the cyclops cycles finder (a copy of cyclops is included).
- Import/Export of keyboard shortcuts.
- A QRegExp and a Python regexp wizard.
Version 3.3.1:
- fixed a compatibility problem with PyQt/sip 3.9
3.3:
This version includes an interface to omniORB, scripting capabilities, a
refactoring browser (the well known Bicycle Repair Man), remapable
keyboard actions and a Russian translation. The editor supports split
views, keyboard macros, bookmarks and additional breakpoint types. In
addition to these new features there are a bunch of changes under the
hood, that should increase eric3's usability. For details see the
history file in the distribution.
diffstat:
devel/eric3/Makefile | 31 +-
devel/eric3/PLIST | 1371 +++++++++++++++++++++--------------------
devel/eric3/distinfo | 8 +-
devel/eric3/patches/patch-aa | 10 +-
4 files changed, 727 insertions(+), 693 deletions(-)
diffs (truncated from 1643 to 300 lines):
diff -r ecd1f65d111a -r 117dea917e0c devel/eric3/Makefile
--- a/devel/eric3/Makefile Sun May 09 17:06:07 2004 +0000
+++ b/devel/eric3/Makefile Sun May 09 17:06:56 2004 +0000
@@ -1,24 +1,29 @@
-# $NetBSD: Makefile,v 1.3 2003/12/24 09:53:48 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/09 17:06:56 recht Exp $
#
-DISTNAME= eric-3.2
-CATEGORIES= devel
-MASTER_SITES= http://www.die-offenbachs.de/detlev/files/
+DISTNAME= eric-3.4.2
+CATEGORIES= devel
+MASTER_SITES= http://www.die-offenbachs.de/detlev/files/
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://www.die-offenbachs.de/detlev/eric3.html
+COMMENT= Python IDE
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://www.die-offenbachs.de/detlev/eric3.html
-COMMENT= Python IDE
+DEPENDS= ${PYPKGPREFIX}-qt3-modules>=3.11:../../x11/py-qt3-modules
+DEPENDS+= ${PYPKGPREFIX}-qt3-qscintilla>=3.11:../../x11/py-qt3-qscintilla
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
NO_BUILD= yes
+USE_LANGUAGES=
+
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_ACCEPTED= 22pth 23pth
+PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
+
+CONFIGURE_ARGS= -b ${PREFIX}/bin -d ${PREFIX}/${PYSITELIB}
do-install:
- (cd ${WRKSRC} && ${PYTHONBIN} install.py -b ${PREFIX}/bin)
+ (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+ ${PYTHONBIN} install.py ${CONFIGURE_ARGS})
.include "../../lang/python/extension.mk"
-.include "../../x11/py-qt3-base/buildlink2.mk"
-.include "../../x11/py-qt3-modules/buildlink2.mk"
-.include "../../x11/py-qt3-qscintilla/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff -r ecd1f65d111a -r 117dea917e0c devel/eric3/PLIST
--- a/devel/eric3/PLIST Sun May 09 17:06:07 2004 +0000
+++ b/devel/eric3/PLIST Sun May 09 17:06:56 2004 +0000
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/22 17:34:44 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/05/09 17:06:56 recht Exp $
bin/eric3
-bin/helpviewer
-bin/qtunittest
+bin/eric3-doc
+bin/eric3-helpviewer
+bin/eric3-qregexp
+bin/eric3-re
+bin/eric3-unittest
${PYSITELIB}/eric3/Checks/SyntaxCheckerDialog.py
${PYSITELIB}/eric3/Checks/SyntaxCheckerDialog.pyc
${PYSITELIB}/eric3/Checks/SyntaxCheckerForm.py
@@ -14,22 +17,38 @@
${PYSITELIB}/eric3/Checks/TabnannyForm.pyc
${PYSITELIB}/eric3/Checks/__init__.py
${PYSITELIB}/eric3/Checks/__init__.pyc
+${PYSITELIB}/eric3/Debugger/AsyncFile.py
+${PYSITELIB}/eric3/Debugger/AsyncFile.pyc
${PYSITELIB}/eric3/Debugger/AsyncIO.py
${PYSITELIB}/eric3/Debugger/AsyncIO.pyc
+${PYSITELIB}/eric3/Debugger/AsyncIOBase.py
+${PYSITELIB}/eric3/Debugger/AsyncIOBase.pyc
${PYSITELIB}/eric3/Debugger/BreakpointDialog.py
${PYSITELIB}/eric3/Debugger/BreakpointDialog.pyc
${PYSITELIB}/eric3/Debugger/BreakpointForm.py
${PYSITELIB}/eric3/Debugger/BreakpointForm.pyc
${PYSITELIB}/eric3/Debugger/Config.py
${PYSITELIB}/eric3/Debugger/Config.pyc
+${PYSITELIB}/eric3/Debugger/Cyclops/Cyclops.py
+${PYSITELIB}/eric3/Debugger/Cyclops/Cyclops.pyc
+${PYSITELIB}/eric3/Debugger/Cyclops/HTMLCyclops.py
+${PYSITELIB}/eric3/Debugger/Cyclops/HTMLCyclops.pyc
+${PYSITELIB}/eric3/Debugger/Cyclops/RunCyclops.py
+${PYSITELIB}/eric3/Debugger/Cyclops/RunCyclops.pyc
+${PYSITELIB}/eric3/Debugger/Cyclops/__init__.py
+${PYSITELIB}/eric3/Debugger/Cyclops/__init__.pyc
+${PYSITELIB}/eric3/Debugger/DCTestResult.py
+${PYSITELIB}/eric3/Debugger/DCTestResult.pyc
+${PYSITELIB}/eric3/Debugger/DebugBase.py
+${PYSITELIB}/eric3/Debugger/DebugBase.pyc
${PYSITELIB}/eric3/Debugger/DebugClient.py
${PYSITELIB}/eric3/Debugger/DebugClient.pyc
+${PYSITELIB}/eric3/Debugger/DebugClientBase.py
+${PYSITELIB}/eric3/Debugger/DebugClientBase.pyc
${PYSITELIB}/eric3/Debugger/DebugClientNoQt.py
${PYSITELIB}/eric3/Debugger/DebugClientNoQt.pyc
${PYSITELIB}/eric3/Debugger/DebugClientThreads.py
${PYSITELIB}/eric3/Debugger/DebugClientThreads.pyc
-${PYSITELIB}/eric3/Debugger/DebugIcons.py
-${PYSITELIB}/eric3/Debugger/DebugIcons.pyc
${PYSITELIB}/eric3/Debugger/DebugProtocol.py
${PYSITELIB}/eric3/Debugger/DebugProtocol.pyc
${PYSITELIB}/eric3/Debugger/DebugServer.py
@@ -38,12 +57,18 @@
${PYSITELIB}/eric3/Debugger/DebugThread.pyc
${PYSITELIB}/eric3/Debugger/DebugUI.py
${PYSITELIB}/eric3/Debugger/DebugUI.pyc
+${PYSITELIB}/eric3/Debugger/EditBreakpointDialog.py
+${PYSITELIB}/eric3/Debugger/EditBreakpointDialog.pyc
+${PYSITELIB}/eric3/Debugger/EditBreakpointForm.py
+${PYSITELIB}/eric3/Debugger/EditBreakpointForm.pyc
${PYSITELIB}/eric3/Debugger/ExceptionLogger.py
${PYSITELIB}/eric3/Debugger/ExceptionLogger.pyc
${PYSITELIB}/eric3/Debugger/ExceptionsFilterDialog.py
${PYSITELIB}/eric3/Debugger/ExceptionsFilterDialog.pyc
${PYSITELIB}/eric3/Debugger/ExceptionsFilterForm.py
${PYSITELIB}/eric3/Debugger/ExceptionsFilterForm.pyc
+${PYSITELIB}/eric3/Debugger/FlexCompleter.py
+${PYSITELIB}/eric3/Debugger/FlexCompleter.pyc
${PYSITELIB}/eric3/Debugger/PyCoverage.py
${PYSITELIB}/eric3/Debugger/PyCoverage.pyc
${PYSITELIB}/eric3/Debugger/PyProfile.py
@@ -64,439 +89,325 @@
${PYSITELIB}/eric3/Debugger/VariablesViewer.pyc
${PYSITELIB}/eric3/Debugger/__init__.py
${PYSITELIB}/eric3/Debugger/__init__.pyc
-${PYSITELIB}/eric3/Documentation/Source/Checks/SyntaxCheckerDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Checks/SyntaxCheckerDialog/SyntaxCheckerDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Checks/SyntaxCheckerForm.html
-${PYSITELIB}/eric3/Documentation/Source/Checks/SyntaxCheckerForm/SyntaxCheckerForm.html
-${PYSITELIB}/eric3/Documentation/Source/Checks/Tabnanny.html
-${PYSITELIB}/eric3/Documentation/Source/Checks/Tabnanny/NannyNag.html
-${PYSITELIB}/eric3/Documentation/Source/Checks/Tabnanny/Whitespace.html
-${PYSITELIB}/eric3/Documentation/Source/Checks/TabnannyDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Checks/TabnannyDialog/TabnannyDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Checks/TabnannyForm.html
-${PYSITELIB}/eric3/Documentation/Source/Checks/TabnannyForm/TabnannyForm.html
-${PYSITELIB}/eric3/Documentation/Source/Checks/__init__.html
-${PYSITELIB}/eric3/Documentation/Source/Checks/index.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/AsyncIO.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/AsyncIO/AsyncFile.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/AsyncIO/AsyncIO.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/BreakpointDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/BreakpointDialog/BreakpointDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/BreakpointForm.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/BreakpointForm/BreakpointForm.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/Config.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugClient.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugClient/DebugClient.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugClientNoQt.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugClientNoQt/AsyncFile.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugClientNoQt/AsyncIO.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugClientNoQt/DebugClient.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugClientThreads.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugClientThreads/DebugClient.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugIcons.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugProtocol.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugServer.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugServer/DebugServer.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugThread.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugThread/DebugThread.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugUI.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/DebugUI/DebugUI.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/ExceptionLogger.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/ExceptionLogger/ExceptionLogger.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/ExceptionsFilterDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/ExceptionsFilterDialog/ExceptionsFilterDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/ExceptionsFilterForm.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/ExceptionsFilterForm/ExceptionsFilterForm.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/PyCoverage.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/PyCoverage/coverage.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/PyProfile.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/PyProfile/PyProfile.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/StartDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/StartDialog/StartDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/StartForm.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/StartForm/StartForm.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/VariableDetailDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/VariableDetailDialog/VariableDetailDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/VariableDetailForm.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/VariableDetailForm/VariableDetailForm.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/VariablesFilterDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/VariablesFilterDialog/VariablesFilterDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/VariablesFilterForm.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/VariablesFilterForm/VariablesFilterForm.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/VariablesViewer.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/VariablesViewer/VariablesViewer.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/__init__.html
-${PYSITELIB}/eric3/Documentation/Source/Debugger/index.html
-${PYSITELIB}/eric3/Documentation/Source/DocumentationTools/HappydocConfigDialog.html
-${PYSITELIB}/eric3/Documentation/Source/DocumentationTools/HappydocConfigDialog/HappydocConfigDialog.html
-${PYSITELIB}/eric3/Documentation/Source/DocumentationTools/HappydocConfigForm.html
-${PYSITELIB}/eric3/Documentation/Source/DocumentationTools/HappydocConfigForm/HappydocConfigForm.html
-${PYSITELIB}/eric3/Documentation/Source/DocumentationTools/HappydocExecDialog.html
-${PYSITELIB}/eric3/Documentation/Source/DocumentationTools/HappydocExecDialog/HappydocExecDialog.html
-${PYSITELIB}/eric3/Documentation/Source/DocumentationTools/HappydocExecForm.html
-${PYSITELIB}/eric3/Documentation/Source/DocumentationTools/HappydocExecForm/HappydocExecForm.html
-${PYSITELIB}/eric3/Documentation/Source/DocumentationTools/__init__.html
-${PYSITELIB}/eric3/Documentation/Source/DocumentationTools/__init__/DocumentationTools.html
-${PYSITELIB}/eric3/Documentation/Source/DocumentationTools/index.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/BookmarkDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/BookmarkDialog/BookmarkDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/BookmarkForm.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/BookmarkForm/BookmarkForm.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/HelpIcons.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/HelpWindow.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/HelpWindow/HelpWindow.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/SearchDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/SearchDialog/SearchDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/SearchForm.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/SearchForm/SearchForm.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/__init__.html
-${PYSITELIB}/eric3/Documentation/Source/Helpviewer/index.html
-${PYSITELIB}/eric3/Documentation/Source/Icons/FileIcons.html
-${PYSITELIB}/eric3/Documentation/Source/Icons/Icons.html
-${PYSITELIB}/eric3/Documentation/Source/Icons/Icons/IconProvider.html
-${PYSITELIB}/eric3/Documentation/Source/Icons/ToolIcons.html
-${PYSITELIB}/eric3/Documentation/Source/Icons/__init__.html
-${PYSITELIB}/eric3/Documentation/Source/Icons/index.html
-${PYSITELIB}/eric3/Documentation/Source/LICENSE.GPL.html
-${PYSITELIB}/eric3/Documentation/Source/Preferences/PreferencesDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Preferences/PreferencesDialog/PreferencesDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Preferences/PreferencesForm.html
-${PYSITELIB}/eric3/Documentation/Source/Preferences/PreferencesForm/PreferencesForm.html
-${PYSITELIB}/eric3/Documentation/Source/Preferences/PreferencesLexer.html
-${PYSITELIB}/eric3/Documentation/Source/Preferences/PreferencesLexer/PreferencesLexer.html
-${PYSITELIB}/eric3/Documentation/Source/Preferences/__init__.html
-${PYSITELIB}/eric3/Documentation/Source/Preferences/__init__/Prefs.html
-${PYSITELIB}/eric3/Documentation/Source/Preferences/index.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddDirectoryDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddDirectoryDialog/AddDirectoryDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddDirectoryForm.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddDirectoryForm/AddDirForm.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddFileDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddFileDialog/AddFileDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddFileForm.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddFileForm/AddFileForm.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddFoundFilesDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddFoundFilesDialog/AddFoundFilesDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddFoundFilesForm.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddFoundFilesForm/AddFoundFilesForm.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddLanguageDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddLanguageDialog/AddLanguageDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddLanguageForm.html
-${PYSITELIB}/eric3/Documentation/Source/Project/AddLanguageForm/AddLanguageForm.html
-${PYSITELIB}/eric3/Documentation/Source/Project/Project.html
-${PYSITELIB}/eric3/Documentation/Source/Project/Project/Project.html
-${PYSITELIB}/eric3/Documentation/Source/Project/ProjectBrowser.html
-${PYSITELIB}/eric3/Documentation/Source/Project/ProjectBrowser/PBrowser.html
-${PYSITELIB}/eric3/Documentation/Source/Project/ProjectBrowser/ProjectBrowser.html
-${PYSITELIB}/eric3/Documentation/Source/Project/ProjectBrowser/ProjectBrowserDirectory.html
-${PYSITELIB}/eric3/Documentation/Source/Project/ProjectBrowser/ProjectBrowserSimpleDir.html
-${PYSITELIB}/eric3/Documentation/Source/Project/ProjectBrowser/ProjectFormsBrowser.html
-${PYSITELIB}/eric3/Documentation/Source/Project/ProjectBrowser/ProjectOthersBrowser.html
-${PYSITELIB}/eric3/Documentation/Source/Project/ProjectBrowser/ProjectSourcesBrowser.html
-${PYSITELIB}/eric3/Documentation/Source/Project/ProjectBrowser/ProjectTranslationsBrowser.html
-${PYSITELIB}/eric3/Documentation/Source/Project/ProjectIcons.html
-${PYSITELIB}/eric3/Documentation/Source/Project/PropertiesDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Project/PropertiesDialog/PropertiesDialog.html
-${PYSITELIB}/eric3/Documentation/Source/Project/PropertiesForm.html
-${PYSITELIB}/eric3/Documentation/Source/Project/PropertiesForm/PropertiesForm.html
-${PYSITELIB}/eric3/Documentation/Source/Project/__init__.html
-${PYSITELIB}/eric3/Documentation/Source/Project/index.html
-${PYSITELIB}/eric3/Documentation/Source/PyUnit/UnittestDialog.html
-${PYSITELIB}/eric3/Documentation/Source/PyUnit/UnittestDialog/QtTestResult.html
-${PYSITELIB}/eric3/Documentation/Source/PyUnit/UnittestDialog/UnittestDialog.html
-${PYSITELIB}/eric3/Documentation/Source/PyUnit/UnittestForm.html
-${PYSITELIB}/eric3/Documentation/Source/PyUnit/UnittestForm/UnittestForm.html
-${PYSITELIB}/eric3/Documentation/Source/PyUnit/__init__.html
-${PYSITELIB}/eric3/Documentation/Source/PyUnit/index.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/Editor.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/Editor/Editor.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/EditorIcons.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/GotoDialog.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/GotoDialog/GotoDialog.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/GotoForm.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/GotoForm/GotoForm.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/Lexer.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/Lexer/Lexer.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerCPP.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerCPP/LexerCPP.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerCSharp.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerCSharp/LexerCSharp.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerHTML.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerHTML/LexerHTML.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerIDL.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerIDL/LexerIDL.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerJava.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerJava/LexerJava.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerJavaScript.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerJavaScript/LexerJavaScript.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerPython.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerPython/LexerPython.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerSQL.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/LexerSQL/LexerSQL.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/Printer.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/Printer/Printer.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/SearchReplaceDialog.html
-${PYSITELIB}/eric3/Documentation/Source/QScintilla/SearchReplaceDialog/SearchReplaceDialog.html
Home |
Main Index |
Thread Index |
Old Index