Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37706012
en ru br
ALT Linux repos
S:19.8-alt4.1

Group :: Development/Python3
RPM: eric6

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: eric6-19.8-defaults.patch
Download


diff --git a/eric/Preferences/__init__.py b/eric/Preferences/__init__.py
index 1d6bfed..7f376ba 100644
--- a/eric/eric6/Preferences/__init__.py
+++ b/eric/eric6/Preferences/__init__.py
@@ -203,7 +203,7 @@ class Prefs(object):
         "SplitOrientationVertical": False,
         "UseNativeMenuBar": True,
         
-        "PerformVersionCheck": 3,
+        "PerformVersionCheck": 0,
         # 0 = off
         # 1 = at startup
         # 2 = daily
@@ -889,17 +889,17 @@ class Prefs(object):
     
     # defaults for the help settings
     helpDefaults = {
         "CustomViewer": "",
-        "PythonDocDir": "",
-        "Python2DocDir": "",
-        "QtDocDir": "",
-        "Qt4DocDir": "",
-        "Qt5DocDir": "",
-        "PyQt4DocDir": "",
-        "PyQt5DocDir": "",
-        "PySideDocDir": "",
-        "PySide2DocDir": "",
-        "EricDocDir": "",
+        "PythonDocDir": "https://docs.python.org/3/",
+        "Python2DocDir": "https://docs.python.org/2/",
+        "QtDocDir": "https://doc.qt.io/qt-5/",
+        "Qt4DocDir": "https://doc.qt.io/archives/qt-4.8/",
+        "Qt5DocDir": "https://doc.qt.io/qt-5/",
+        "PyQt4DocDir": "https://www.riverbankcomputing.com/static/Docs/PyQt4/",
+        "PyQt5DocDir": "https://www.riverbankcomputing.com/static/Docs/PyQt5/",
+        "PySideDocDir": "https://pyside.github.io/docs/pyside/index.html",
+        "PySide2DocDir": "https://doc.qt.io/qtforpython/PySide2/QtGui/index.html",
+        "EricDocDir": "https://eric-ide.python-projects.org/eric-documentation.html",
         "SingleHelpWindow": True,
         "SaveGeometry": True,
         "HelpViewerState": QByteArray(),
@@ -1325,7 +1325,7 @@ class Prefs(object):
         "Qt5TranslationsDir": "",
         "QtToolsDir": "",
         "QtToolsPrefix4": "",
-        "QtToolsPostfix4": "",
+        "QtToolsPostfix4": "-qt4",
         "PyuicIndent": 4,
         "PyuicFromImports": False,
         "PyQtToolsDir": "",
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin