APIs/Python3/eric5.api

changeset 48
f4274afeba82
parent 44
fe5cd20cb0eb
child 50
a36eecf45b2e
diff -r 884e62c0b9cb -r f4274afeba82 APIs/Python3/eric5.api
--- a/APIs/Python3/eric5.api	Mon Jan 11 17:42:24 2010 +0000
+++ b/APIs/Python3/eric5.api	Mon Jan 11 18:05:51 2010 +0000
@@ -1461,7 +1461,6 @@
 eric5.E4XML.XMLHandlerBase.XMLHandlerBase.startSet?4(attrs)
 eric5.E4XML.XMLHandlerBase.XMLHandlerBase.startTuple?4(attrs)
 eric5.E4XML.XMLHandlerBase.XMLHandlerBase.unescape?4(text, attribute = False)
-eric5.E4XML.XMLHandlerBase.XMLHandlerBase.utf8_to_code?4(text)
 eric5.E4XML.XMLHandlerBase.XMLHandlerBase?1()
 eric5.E4XML.XMLMessageDialog.XMLMessageDialog?1(msgs, parent = None)
 eric5.E4XML.XMLUtilities.make_parser?4(validating)
@@ -4183,7 +4182,6 @@
 eric5.QScintilla.Editor.Editor.printPreviewFile?4()
 eric5.QScintilla.Editor.Editor.projectLexerAssociationsChanged?4()
 eric5.QScintilla.Editor.Editor.readFile?4(fn, createIt = False)
-eric5.QScintilla.Editor.Editor.readLine0?4(fn, createIt = False)
 eric5.QScintilla.Editor.Editor.readSettings?4()
 eric5.QScintilla.Editor.Editor.redo?4()
 eric5.QScintilla.Editor.Editor.refresh?4()
@@ -4459,7 +4457,6 @@
 eric5.QScintilla.MiniEditor.MiniEditor.getFileName?4()
 eric5.QScintilla.MiniEditor.MiniEditor.getLanguage?4()
 eric5.QScintilla.MiniEditor.MiniEditor.getSRHistory?4(key)
-eric5.QScintilla.MiniEditor.MiniEditor.readLine0?4(fn, createIt = False)
 eric5.QScintilla.MiniEditor.MiniEditor.setLanguage?4(filename, initTextDisplay = True, pyname = "")
 eric5.QScintilla.MiniEditor.MiniEditor.setSearchIndicator?4(startPos, indicLength)
 eric5.QScintilla.MiniEditor.MiniEditor.setText?4(txt, filetype = None)
@@ -5118,6 +5115,7 @@
 eric5.Utilities.ClassBrowsers.rbclbr._modules?8
 eric5.Utilities.ClassBrowsers.rbclbr.readmodule_ex?4(module, path=[])
 eric5.Utilities.ClassBrowsers.readmodule?4(module, path=[], isPyFile = False)
+eric5.Utilities.CodingError?1(coding)
 eric5.Utilities.ModuleParser.Attribute?1(module, name, file, lineno)
 eric5.Utilities.ModuleParser.Class.addAttribute?4(name, attr)
 eric5.Utilities.ModuleParser.Class.addDescription?4(description)
@@ -5186,11 +5184,15 @@
 eric5.Utilities._escape_map?8
 eric5.Utilities._percentReplacementFunc?5(matchobj)
 eric5.Utilities._uescape?8
+eric5.Utilities.codingBytes_regexps?7
+eric5.Utilities.coding_regexps?7
 eric5.Utilities.compactPath?4(path, width, measure = len)
 eric5.Utilities.compile?4(file, codestring = "")
 eric5.Utilities.configDir?7
 eric5.Utilities.convertLineEnds?4(text, eol)
+eric5.Utilities.decode?4(text)
 eric5.Utilities.direntries?4(path, filesonly=False, pattern=None, followsymlinks=True, checkStop=None)
+eric5.Utilities.encode?4(text, orig_coding)
 eric5.Utilities.escape_entities?4(m, map=_escape_map)
 eric5.Utilities.escape_uentities?4(m)
 eric5.Utilities.fromNativeSeparators?4(path)
@@ -5210,6 +5212,8 @@
 eric5.Utilities.getPythonVersion?4()
 eric5.Utilities.getTestFileName?4(fn)
 eric5.Utilities.getUserName?4()
+eric5.Utilities.get_coding?4(text)
+eric5.Utilities.get_codingBytes?4(text)
 eric5.Utilities.hasEnvironmentEntry?4(key)
 eric5.Utilities.html_encode?4(text, pattern=_escape)
 eric5.Utilities.html_uencode?4(text, pattern=_uescape)
@@ -5229,6 +5233,7 @@
 eric5.Utilities.prepareQtMacBundle?4(toolname, version, args)
 eric5.Utilities.pwDecode?4(epw)
 eric5.Utilities.pwEncode?4(pw)
+eric5.Utilities.readEncodedFile?4(filename)
 eric5.Utilities.relpath?4(path, start = os.path.curdir)
 eric5.Utilities.samepath?4(f1, f2)
 eric5.Utilities.setConfigDir?4(d)
@@ -5241,6 +5246,7 @@
 eric5.Utilities.uic.pyName?4(py_dir, py_file)
 eric5.Utilities.win32_GetUserName?4()
 eric5.Utilities.win32_Kill?4(pid)
+eric5.Utilities.writeEncodedFile?4(filename, text, orig_coding)
 eric5.VCS.CommandOptionsDialog.vcsCommandOptionsDialog.getOptions?4()
 eric5.VCS.CommandOptionsDialog.vcsCommandOptionsDialog?1(vcs, parent=None)
 eric5.VCS.ProjectBrowserHelper.VcsProjectBrowserHelper._VCSAdd?5()

eric ide

mercurial