--- a/APIs/Python3/eric6.api Thu Aug 27 17:45:22 2015 +0200 +++ b/APIs/Python3/eric6.api Fri Aug 28 16:38:57 2015 +0200 @@ -7307,6 +7307,7 @@ eric6.QScintilla.Editor.Editor.revertToUnmodified?4() eric6.QScintilla.Editor.Editor.saveFile?4(saveas=False, path=None) eric6.QScintilla.Editor.Editor.saveFileAs?4(path=None, toProject=False) +eric6.QScintilla.Editor.Editor.saveFileCopy?4(path=None) eric6.QScintilla.Editor.Editor.searchCurrentWordBackward?4() eric6.QScintilla.Editor.Editor.searchCurrentWordForward?4() eric6.QScintilla.Editor.Editor.selectCurrentWord?4() @@ -7350,7 +7351,7 @@ eric6.QScintilla.Editor.Editor.updateMarkerMap?4() eric6.QScintilla.Editor.Editor.viewportEvent?4(evt) eric6.QScintilla.Editor.Editor.wheelEvent?4(evt) -eric6.QScintilla.Editor.Editor.writeFile?4(fn) +eric6.QScintilla.Editor.Editor.writeFile?4(fn, backup=True) eric6.QScintilla.Editor.Editor?1(dbs, fn=None, vm=None, filetype="", editor=None, tv=None) eric6.QScintilla.Editor.EditorAutoCompletionListID?7 eric6.QScintilla.Editor.TemplateCompletionListID?7 @@ -9234,6 +9235,8 @@ eric6.ViewManager.ViewManager.ViewManager.saveAllEditors?4() eric6.ViewManager.ViewManager.ViewManager.saveAsCurrentEditor?4() eric6.ViewManager.ViewManager.ViewManager.saveAsEditorEd?4(ed) +eric6.ViewManager.ViewManager.ViewManager.saveCopyCurrentEditor?4() +eric6.ViewManager.ViewManager.ViewManager.saveCopyEditorEd?4(ed) eric6.ViewManager.ViewManager.ViewManager.saveCurrentEditor?4() eric6.ViewManager.ViewManager.ViewManager.saveEditor?4(fn) eric6.ViewManager.ViewManager.ViewManager.saveEditorEd?4(ed)