--- a/APIs/Python3/eric6.api Mon Jun 22 19:50:05 2015 +0200 +++ b/APIs/Python3/eric6.api Tue Jun 23 19:10:18 2015 +0200 @@ -7071,6 +7071,8 @@ eric6.QScintilla.Editor.Editor.getLanguage?4(normalized=True, forPygments=False) eric6.QScintilla.Editor.Editor.getLexer?4() eric6.QScintilla.Editor.Editor.getMenu?4(menuName) +eric6.QScintilla.Editor.Editor.getMouseClickHandler?4(modifiers, button) +eric6.QScintilla.Editor.Editor.getMouseClickHandlers?4(name) eric6.QScintilla.Editor.Editor.getNoName?4() eric6.QScintilla.Editor.Editor.getSearchText?4(selectionOnly=False) eric6.QScintilla.Editor.Editor.getSharingStatus?4() @@ -7124,6 +7126,7 @@ eric6.QScintilla.Editor.Editor.menuToggleBreakpoint?4() eric6.QScintilla.Editor.Editor.modificationStatusChanged?7 eric6.QScintilla.Editor.Editor.mousePressEvent?4(event) +eric6.QScintilla.Editor.Editor.mouseReleaseEvent?4(evt) eric6.QScintilla.Editor.Editor.newBreakpointWithProperties?4(line, properties) eric6.QScintilla.Editor.Editor.nextBookmark?4() eric6.QScintilla.Editor.Editor.nextChange?4() @@ -7151,6 +7154,8 @@ eric6.QScintilla.Editor.Editor.removeCallTipHook?4(key) eric6.QScintilla.Editor.Editor.removeClone?4(editor) eric6.QScintilla.Editor.Editor.removeCompletionListHook?4(key) +eric6.QScintilla.Editor.Editor.removeMouseClickHandler?4(modifiers, button) +eric6.QScintilla.Editor.Editor.removeMouseClickHandlers?4(name) eric6.QScintilla.Editor.Editor.resizeEvent?4(evt) eric6.QScintilla.Editor.Editor.revertToUnmodified?4() eric6.QScintilla.Editor.Editor.saveFile?4(saveas=False, path=None) @@ -7166,6 +7171,7 @@ eric6.QScintilla.Editor.Editor.setCallTipHook?4(func) eric6.QScintilla.Editor.Editor.setLanguage?4(filename, initTextDisplay=True, propagate=True, pyname="") eric6.QScintilla.Editor.Editor.setMonospaced?4(on) +eric6.QScintilla.Editor.Editor.setMouseClickHandler?4(name, modifiers, button, function) eric6.QScintilla.Editor.Editor.setNoName?4(noName) eric6.QScintilla.Editor.Editor.setSearchIndicator?4(startPos, indicLength) eric6.QScintilla.Editor.Editor.setSpellingForProject?4()