--- a/APIs/Python3/eric5.api Fri Mar 28 19:52:34 2014 +0100 +++ b/APIs/Python3/eric5.api Sat Mar 29 20:12:47 2014 +0100 @@ -6905,9 +6905,11 @@ eric5.QScintilla.Editor.Editor.highlight?4(line=None, error=False, syntaxError=False) eric5.QScintilla.Editor.Editor.highlightVisible?4() eric5.QScintilla.Editor.Editor.indentLineOrSelection?4() +eric5.QScintilla.Editor.Editor.isJavascriptFile?4() eric5.QScintilla.Editor.Editor.isLastEditPositionAvailable?4() eric5.QScintilla.Editor.Editor.isPy2File?4() eric5.QScintilla.Editor.Editor.isPy3File?4() +eric5.QScintilla.Editor.Editor.isPyFile?4() eric5.QScintilla.Editor.Editor.isRubyFile?4() eric5.QScintilla.Editor.Editor.isSpellCheckRegion?4(pos) eric5.QScintilla.Editor.Editor.joinLines?4() @@ -8470,6 +8472,7 @@ eric5.Utilities.decode?4(text) eric5.Utilities.decodeBytes?4(buffer) eric5.Utilities.decodeString?4(text) +eric5.Utilities.determinePythonVersion?4(filename, source, editor=None) 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) @@ -8505,6 +8508,7 @@ eric5.Utilities.isExecutable?4(exe) eric5.Utilities.isinpath?4(file) eric5.Utilities.joinext?4(prefix, ext) +eric5.Utilities.jsCheckSyntax?4(file, codestring="") eric5.Utilities.linesep?4() eric5.Utilities.normabsjoinpath?4(a, *p) eric5.Utilities.normabspath?4(path)