ViewManager/ViewManager.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3020
542e97d4ecb3
child 3060
5883ce99ee12
--- a/ViewManager/ViewManager.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/ViewManager/ViewManager.py	Fri Nov 01 15:48:48 2013 +0100
@@ -4001,7 +4001,8 @@
             if autosave:
                 res = editor.saveFile()
             else:
-                res = E5MessageBox.okToClearData(self.ui,
+                res = E5MessageBox.okToClearData(
+                    self.ui,
                     QApplication.translate('ViewManager', "File Modified"),
                     QApplication.translate('ViewManager',
                         """<p>The file <b>{0}</b> has unsaved changes.</p>""")
@@ -6229,8 +6230,7 @@
         
     def __editorConfigChanged(self):
         """
-        Private slot to handle changes of an editor's configuration (e.g.
-        language).
+        Private slot to handle changes of an editor's configuration.
         """
         editor = self.sender()
         fn = editor.getFileName()

eric ide

mercurial