Corrected a source docu string and added entries for the XFCE4 terminal to the config page.

Sun, 16 Jun 2013 14:46:08 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 16 Jun 2013 14:46:08 +0200
changeset 16
54c41e37792d
parent 15
63451dfc085d
child 17
258ec777daf7

Corrected a source docu string and added entries for the XFCE4 terminal to the config page.

ProjectDjango/ConfigurationPage/DjangoPage.py file | annotate | diff | comparison | revisions
ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html file | annotate | diff | comparison | revisions
ProjectDjango/Project.py file | annotate | diff | comparison | revisions
diff -r 63451dfc085d -r 54c41e37792d ProjectDjango/ConfigurationPage/DjangoPage.py
--- a/ProjectDjango/ConfigurationPage/DjangoPage.py	Mon Apr 01 18:00:28 2013 +0200
+++ b/ProjectDjango/ConfigurationPage/DjangoPage.py	Sun Jun 16 14:46:08 2013 +0200
@@ -46,6 +46,7 @@
             consoleList.append("@konsole --workdir . -e")
             # KDE4 konsole spawns
             consoleList.append("gnome-terminal -x")
+            consoleList.append("xfce4-terminal -e")
             consoleList.append("xterm -e")
         
         consoleNoCloseList = []
@@ -58,6 +59,7 @@
             consoleNoCloseList.append("konsole --noclose -e")
             consoleNoCloseList.append("@konsole --noclose --workdir . -e")
             # KDE4 konsole spawns
+            consoleList.append("xfce4-terminal --hold -e")
             consoleNoCloseList.append("xterm -hold -e")
         
         self.consoleCommandCombo.addItems(consoleList)
diff -r 63451dfc085d -r 54c41e37792d ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html
--- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html	Mon Apr 01 18:00:28 2013 +0200
+++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html	Sun Jun 16 14:46:08 2013 +0200
@@ -909,7 +909,7 @@
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-Django version as a tuple
+Django version (string)
 </dd>
 </dl><a NAME="Project.getProjectPath" ID="Project.getProjectPath"></a>
 <h4>Project.getProjectPath</h4>
diff -r 63451dfc085d -r 54c41e37792d ProjectDjango/Project.py
--- a/ProjectDjango/Project.py	Mon Apr 01 18:00:28 2013 +0200
+++ b/ProjectDjango/Project.py	Sun Jun 16 14:46:08 2013 +0200
@@ -1015,7 +1015,7 @@
         """
         Public method to get the Django version.
         
-        @return Django version as a tuple
+        @return Django version (string)
         """
         if not self.__djangoVersion:
             ioEncoding = Preferences.getSystem("IOEncoding")

eric ide

mercurial