APIs/Python3/eric6.api

changeset 4287
12274edd3050
parent 4271
480434472ac1
child 4288
1c9c1c12111a
equal deleted inserted replaced
4286:255f56eb7f05 4287:12274edd3050
7069 eric6.QScintilla.Editor.Editor.getFileTypeByFlag?4() 7069 eric6.QScintilla.Editor.Editor.getFileTypeByFlag?4()
7070 eric6.QScintilla.Editor.Editor.getHighlightPosition?4() 7070 eric6.QScintilla.Editor.Editor.getHighlightPosition?4()
7071 eric6.QScintilla.Editor.Editor.getLanguage?4(normalized=True, forPygments=False) 7071 eric6.QScintilla.Editor.Editor.getLanguage?4(normalized=True, forPygments=False)
7072 eric6.QScintilla.Editor.Editor.getLexer?4() 7072 eric6.QScintilla.Editor.Editor.getLexer?4()
7073 eric6.QScintilla.Editor.Editor.getMenu?4(menuName) 7073 eric6.QScintilla.Editor.Editor.getMenu?4(menuName)
7074 eric6.QScintilla.Editor.Editor.getMouseClickHandler?4(modifiers, button)
7075 eric6.QScintilla.Editor.Editor.getMouseClickHandlers?4(name)
7074 eric6.QScintilla.Editor.Editor.getNoName?4() 7076 eric6.QScintilla.Editor.Editor.getNoName?4()
7075 eric6.QScintilla.Editor.Editor.getSearchText?4(selectionOnly=False) 7077 eric6.QScintilla.Editor.Editor.getSearchText?4(selectionOnly=False)
7076 eric6.QScintilla.Editor.Editor.getSharingStatus?4() 7078 eric6.QScintilla.Editor.Editor.getSharingStatus?4()
7077 eric6.QScintilla.Editor.Editor.getSyntaxErrorLines?4() 7079 eric6.QScintilla.Editor.Editor.getSyntaxErrorLines?4()
7078 eric6.QScintilla.Editor.Editor.getSyntaxErrors?4() 7080 eric6.QScintilla.Editor.Editor.getSyntaxErrors?4()
7122 eric6.QScintilla.Editor.Editor.menuPreviousBreakpoint?4() 7124 eric6.QScintilla.Editor.Editor.menuPreviousBreakpoint?4()
7123 eric6.QScintilla.Editor.Editor.menuToggleBookmark?4() 7125 eric6.QScintilla.Editor.Editor.menuToggleBookmark?4()
7124 eric6.QScintilla.Editor.Editor.menuToggleBreakpoint?4() 7126 eric6.QScintilla.Editor.Editor.menuToggleBreakpoint?4()
7125 eric6.QScintilla.Editor.Editor.modificationStatusChanged?7 7127 eric6.QScintilla.Editor.Editor.modificationStatusChanged?7
7126 eric6.QScintilla.Editor.Editor.mousePressEvent?4(event) 7128 eric6.QScintilla.Editor.Editor.mousePressEvent?4(event)
7129 eric6.QScintilla.Editor.Editor.mouseReleaseEvent?4(evt)
7127 eric6.QScintilla.Editor.Editor.newBreakpointWithProperties?4(line, properties) 7130 eric6.QScintilla.Editor.Editor.newBreakpointWithProperties?4(line, properties)
7128 eric6.QScintilla.Editor.Editor.nextBookmark?4() 7131 eric6.QScintilla.Editor.Editor.nextBookmark?4()
7129 eric6.QScintilla.Editor.Editor.nextChange?4() 7132 eric6.QScintilla.Editor.Editor.nextChange?4()
7130 eric6.QScintilla.Editor.Editor.nextTask?4() 7133 eric6.QScintilla.Editor.Editor.nextTask?4()
7131 eric6.QScintilla.Editor.Editor.nextUncovered?4() 7134 eric6.QScintilla.Editor.Editor.nextUncovered?4()
7149 eric6.QScintilla.Editor.Editor.refreshCoverageAnnotations?4() 7152 eric6.QScintilla.Editor.Editor.refreshCoverageAnnotations?4()
7150 eric6.QScintilla.Editor.Editor.refreshed?7 7153 eric6.QScintilla.Editor.Editor.refreshed?7
7151 eric6.QScintilla.Editor.Editor.removeCallTipHook?4(key) 7154 eric6.QScintilla.Editor.Editor.removeCallTipHook?4(key)
7152 eric6.QScintilla.Editor.Editor.removeClone?4(editor) 7155 eric6.QScintilla.Editor.Editor.removeClone?4(editor)
7153 eric6.QScintilla.Editor.Editor.removeCompletionListHook?4(key) 7156 eric6.QScintilla.Editor.Editor.removeCompletionListHook?4(key)
7157 eric6.QScintilla.Editor.Editor.removeMouseClickHandler?4(modifiers, button)
7158 eric6.QScintilla.Editor.Editor.removeMouseClickHandlers?4(name)
7154 eric6.QScintilla.Editor.Editor.resizeEvent?4(evt) 7159 eric6.QScintilla.Editor.Editor.resizeEvent?4(evt)
7155 eric6.QScintilla.Editor.Editor.revertToUnmodified?4() 7160 eric6.QScintilla.Editor.Editor.revertToUnmodified?4()
7156 eric6.QScintilla.Editor.Editor.saveFile?4(saveas=False, path=None) 7161 eric6.QScintilla.Editor.Editor.saveFile?4(saveas=False, path=None)
7157 eric6.QScintilla.Editor.Editor.saveFileAs?4(path=None, toProject=False) 7162 eric6.QScintilla.Editor.Editor.saveFileAs?4(path=None, toProject=False)
7158 eric6.QScintilla.Editor.Editor.searchCurrentWordBackward?4() 7163 eric6.QScintilla.Editor.Editor.searchCurrentWordBackward?4()
7164 eric6.QScintilla.Editor.Editor.setAutoCompletionHook?4(func) 7169 eric6.QScintilla.Editor.Editor.setAutoCompletionHook?4(func)
7165 eric6.QScintilla.Editor.Editor.setAutoSpellChecking?4() 7170 eric6.QScintilla.Editor.Editor.setAutoSpellChecking?4()
7166 eric6.QScintilla.Editor.Editor.setCallTipHook?4(func) 7171 eric6.QScintilla.Editor.Editor.setCallTipHook?4(func)
7167 eric6.QScintilla.Editor.Editor.setLanguage?4(filename, initTextDisplay=True, propagate=True, pyname="") 7172 eric6.QScintilla.Editor.Editor.setLanguage?4(filename, initTextDisplay=True, propagate=True, pyname="")
7168 eric6.QScintilla.Editor.Editor.setMonospaced?4(on) 7173 eric6.QScintilla.Editor.Editor.setMonospaced?4(on)
7174 eric6.QScintilla.Editor.Editor.setMouseClickHandler?4(name, modifiers, button, function)
7169 eric6.QScintilla.Editor.Editor.setNoName?4(noName) 7175 eric6.QScintilla.Editor.Editor.setNoName?4(noName)
7170 eric6.QScintilla.Editor.Editor.setSearchIndicator?4(startPos, indicLength) 7176 eric6.QScintilla.Editor.Editor.setSearchIndicator?4(startPos, indicLength)
7171 eric6.QScintilla.Editor.Editor.setSpellingForProject?4() 7177 eric6.QScintilla.Editor.Editor.setSpellingForProject?4()
7172 eric6.QScintilla.Editor.Editor.shareConnected?4(connected) 7178 eric6.QScintilla.Editor.Editor.shareConnected?4(connected)
7173 eric6.QScintilla.Editor.Editor.shareEditor?4(share) 7179 eric6.QScintilla.Editor.Editor.shareEditor?4(share)

eric ide

mercurial