APIs/Python/QScintilla2.api

changeset 25
e4b5522cbdff
parent 20
9b0baa183bd1
--- a/APIs/Python/QScintilla2.api	Thu Jan 10 14:20:57 2019 +0100
+++ b/APIs/Python/QScintilla2.api	Sat Aug 24 16:44:45 2019 +0200
@@ -140,6 +140,10 @@
 PyQt5.Qsci.QsciScintillaBase.SCLEX_TEHEX?10
 PyQt5.Qsci.QsciScintillaBase.SCLEX_JSON?10
 PyQt5.Qsci.QsciScintillaBase.SCLEX_EDIFACT?10
+PyQt5.Qsci.QsciScintillaBase.SCLEX_INDENT?10
+PyQt5.Qsci.QsciScintillaBase.SCLEX_MAXIMA?10
+PyQt5.Qsci.QsciScintillaBase.SCLEX_STATA?10
+PyQt5.Qsci.QsciScintillaBase.SCLEX_SAS?10
 PyQt5.Qsci.QsciScintillaBase.SCMOD_NORM?10
 PyQt5.Qsci.QsciScintillaBase.SCMOD_SHIFT?10
 PyQt5.Qsci.QsciScintillaBase.SCMOD_CTRL?10
@@ -221,6 +225,7 @@
 PyQt5.Qsci.QsciScintillaBase.SC_WRAPINDENT_FIXED?10
 PyQt5.Qsci.QsciScintillaBase.SC_WRAPINDENT_SAME?10
 PyQt5.Qsci.QsciScintillaBase.SC_WRAPINDENT_INDENT?10
+PyQt5.Qsci.QsciScintillaBase.SC_WRAPINDENT_DEEPINDENT?10
 PyQt5.Qsci.QsciScintillaBase.SC_WRAP_NONE?10
 PyQt5.Qsci.QsciScintillaBase.SC_WRAP_WORD?10
 PyQt5.Qsci.QsciScintillaBase.SC_WRAP_CHAR?10
@@ -252,6 +257,7 @@
 PyQt5.Qsci.QsciScintillaBase.SC_PRINT_BLACKONWHITE?10
 PyQt5.Qsci.QsciScintillaBase.SC_PRINT_COLOURONWHITE?10
 PyQt5.Qsci.QsciScintillaBase.SC_PRINT_COLOURONWHITEDEFAULTBG?10
+PyQt5.Qsci.QsciScintillaBase.SC_PRINT_SCREENCOLOURS?10
 PyQt5.Qsci.QsciScintillaBase.INDIC_PLAIN?10
 PyQt5.Qsci.QsciScintillaBase.INDIC_SQUIGGLE?10
 PyQt5.Qsci.QsciScintillaBase.INDIC_TT?10
@@ -272,6 +278,8 @@
 PyQt5.Qsci.QsciScintillaBase.INDIC_TEXTFORE?10
 PyQt5.Qsci.QsciScintillaBase.INDIC_POINT?10
 PyQt5.Qsci.QsciScintillaBase.INDIC_POINTCHARACTER?10
+PyQt5.Qsci.QsciScintillaBase.INDIC_GRADIENT?10
+PyQt5.Qsci.QsciScintillaBase.INDIC_GRADIENTCENTRE?10
 PyQt5.Qsci.QsciScintillaBase.INDIC_IME?10
 PyQt5.Qsci.QsciScintillaBase.INDIC_IME_MAX?10
 PyQt5.Qsci.QsciScintillaBase.INDIC_CONTAINER?10
@@ -418,6 +426,9 @@
 PyQt5.Qsci.QsciScintillaBase.SC_MULTIAUTOC_EACH?10
 PyQt5.Qsci.QsciScintillaBase.SC_MARGINOPTION_NONE?10
 PyQt5.Qsci.QsciScintillaBase.SC_MARGINOPTION_SUBLINESELECT?10
+PyQt5.Qsci.QsciScintillaBase.SC_LINECHARACTERINDEX_NONE?10
+PyQt5.Qsci.QsciScintillaBase.SC_LINECHARACTERINDEX_UTF32?10
+PyQt5.Qsci.QsciScintillaBase.SC_LINECHARACTERINDEX_UTF16?10
 PyQt5.Qsci.QsciScintillaBase.SC_IME_WINDOWED?10
 PyQt5.Qsci.QsciScintillaBase.SC_IME_INLINE?10
 PyQt5.Qsci.QsciScintillaBase.SC_IDLESTYLING_NONE?10
@@ -429,6 +440,9 @@
 PyQt5.Qsci.QsciScintillaBase.SC_EFF_QUALITY_NON_ANTIALIASED?10
 PyQt5.Qsci.QsciScintillaBase.SC_EFF_QUALITY_ANTIALIASED?10
 PyQt5.Qsci.QsciScintillaBase.SC_EFF_QUALITY_LCD_OPTIMIZED?10
+PyQt5.Qsci.QsciScintillaBase.SC_DOCUMENTOPTION_DEFAULT?10
+PyQt5.Qsci.QsciScintillaBase.SC_DOCUMENTOPTION_STYLES_NONE?10
+PyQt5.Qsci.QsciScintillaBase.SC_DOCUMENTOPTION_TEXT_LARGE?10
 PyQt5.Qsci.QsciScintillaBase.SC_CARETSTICKY_OFF?10
 PyQt5.Qsci.QsciScintillaBase.SC_CARETSTICKY_ON?10
 PyQt5.Qsci.QsciScintillaBase.SC_CARETSTICKY_WHITESPACE?10
@@ -1112,6 +1126,21 @@
 PyQt5.Qsci.QsciScintillaBase.SCI_SETIDENTIFIERS?10
 PyQt5.Qsci.QsciScintillaBase.SCI_DISTANCETOSECONDARYSTYLES?10
 PyQt5.Qsci.QsciScintillaBase.SCI_GETSUBSTYLEBASES?10
+PyQt5.Qsci.QsciScintillaBase.SCI_GETLINECHARACTERINDEX?10
+PyQt5.Qsci.QsciScintillaBase.SCI_ALLOCATELINECHARACTERINDEX?10
+PyQt5.Qsci.QsciScintillaBase.SCI_RELEASELINECHARACTERINDEX?10
+PyQt5.Qsci.QsciScintillaBase.SCI_LINEFROMINDEXPOSITION?10
+PyQt5.Qsci.QsciScintillaBase.SCI_INDEXPOSITIONFROMLINE?10
+PyQt5.Qsci.QsciScintillaBase.SCI_COUNTCODEUNITS?10
+PyQt5.Qsci.QsciScintillaBase.SCI_POSITIONRELATIVECODEUNITS?10
+PyQt5.Qsci.QsciScintillaBase.SCI_GETNAMEDSTYLES?10
+PyQt5.Qsci.QsciScintillaBase.SCI_NAMEOFSTYLE?10
+PyQt5.Qsci.QsciScintillaBase.SCI_TAGSOFSTYLE?10
+PyQt5.Qsci.QsciScintillaBase.SCI_DESCRIPTIONOFSTYLE?10
+PyQt5.Qsci.QsciScintillaBase.SCI_GETMOVEEXTENDSSELECTION?10
+PyQt5.Qsci.QsciScintillaBase.SCI_SETCOMMANDEVENTS?10
+PyQt5.Qsci.QsciScintillaBase.SCI_GETCOMMANDEVENTS?10
+PyQt5.Qsci.QsciScintillaBase.SCI_GETDOCUMENTOPTIONS?10
 PyQt5.Qsci.QsciScintillaBase.SCI_SETIDLESTYLING?10
 PyQt5.Qsci.QsciScintillaBase.SCI_GETIDLESTYLING?10
 PyQt5.Qsci.QsciScintillaBase.SCI_SETMARGINBACKN?10
@@ -1130,9 +1159,16 @@
 PyQt5.Qsci.QsciScintillaBase.SCI_MULTIEDGECLEARALL?10
 PyQt5.Qsci.QsciScintillaBase.SCI_MULTIPLESELECTADDNEXT?10
 PyQt5.Qsci.QsciScintillaBase.SCI_MULTIPLESELECTADDEACH?10
+PyQt5.Qsci.QsciScintillaBase.SCI_SETACCESSIBILITY?10
+PyQt5.Qsci.QsciScintillaBase.SCI_GETACCESSIBILITY?10
+PyQt5.Qsci.QsciScintillaBase.SCI_SETCARETLINEFRAME?10
+PyQt5.Qsci.QsciScintillaBase.SCI_GETCARETLINEFRAME?10
+PyQt5.Qsci.QsciScintillaBase.SCI_LINEREVERSE?10
 PyQt5.Qsci.QsciScintillaBase?1(QWidget parent=None)
 PyQt5.Qsci.QsciScintillaBase.__init__?1(self, QWidget parent=None)
 PyQt5.Qsci.QsciScintillaBase.pool?4() -> QsciScintillaBase
+PyQt5.Qsci.QsciScintillaBase.replaceHorizontalScrollBar?4(QScrollBar)
+PyQt5.Qsci.QsciScintillaBase.replaceVerticalScrollBar?4(QScrollBar)
 PyQt5.Qsci.QsciScintillaBase.SendScintilla?4(int, int wParam=0, int lParam=0) -> int
 PyQt5.Qsci.QsciScintillaBase.SendScintilla?4(int, int, sip.voidptr) -> int
 PyQt5.Qsci.QsciScintillaBase.SendScintilla?4(int, int, str) -> int
@@ -1153,6 +1189,7 @@
 PyQt5.Qsci.QsciScintillaBase.SCN_AUTOCCOMPLETED?4(str, int, int, int)
 PyQt5.Qsci.QsciScintillaBase.SCN_AUTOCSELECTION?4(str, int, int, int)
 PyQt5.Qsci.QsciScintillaBase.SCN_AUTOCSELECTION?4(str, int)
+PyQt5.Qsci.QsciScintillaBase.SCN_AUTOCSELECTIONCHANGE?4(str, int, int)
 PyQt5.Qsci.QsciScintillaBase.SCN_CALLTIPCLICK?4(int)
 PyQt5.Qsci.QsciScintillaBase.SCN_CHARADDED?4(int)
 PyQt5.Qsci.QsciScintillaBase.SCN_DOUBLECLICK?4(int, int, int)
@@ -1175,13 +1212,16 @@
 PyQt5.Qsci.QsciScintillaBase.SCN_SAVEPOINTLEFT?4()
 PyQt5.Qsci.QsciScintillaBase.SCN_SAVEPOINTREACHED?4()
 PyQt5.Qsci.QsciScintillaBase.SCN_STYLENEEDED?4(int)
+PyQt5.Qsci.QsciScintillaBase.SCN_URIDROPPED?4(QUrl)
 PyQt5.Qsci.QsciScintillaBase.SCN_UPDATEUI?4(int)
+PyQt5.Qsci.QsciScintillaBase.SCN_USERLISTSELECTION?4(str, int, int, int, int)
 PyQt5.Qsci.QsciScintillaBase.SCN_USERLISTSELECTION?4(str, int, int, int)
 PyQt5.Qsci.QsciScintillaBase.SCN_USERLISTSELECTION?4(str, int)
 PyQt5.Qsci.QsciScintillaBase.SCN_ZOOM?4()
 PyQt5.Qsci.QsciScintillaBase.canInsertFromMimeData?4(QMimeData) -> bool
 PyQt5.Qsci.QsciScintillaBase.fromMimeData?4(QMimeData) -> (QByteArray, bool)
 PyQt5.Qsci.QsciScintillaBase.toMimeData?4(QByteArray, bool) -> QMimeData
+PyQt5.Qsci.QsciScintillaBase.changeEvent?4(QEvent)
 PyQt5.Qsci.QsciScintillaBase.contextMenuEvent?4(QContextMenuEvent)
 PyQt5.Qsci.QsciScintillaBase.dragEnterEvent?4(QDragEnterEvent)
 PyQt5.Qsci.QsciScintillaBase.dragLeaveEvent?4(QDragLeaveEvent)
@@ -1204,6 +1244,7 @@
 PyQt5.Qsci.QsciScintilla.WrapIndentFixed?10
 PyQt5.Qsci.QsciScintilla.WrapIndentSame?10
 PyQt5.Qsci.QsciScintilla.WrapIndentIndented?10
+PyQt5.Qsci.QsciScintilla.WrapIndentDeeplyIndented?10
 PyQt5.Qsci.QsciScintilla.WrapVisualFlag?10
 PyQt5.Qsci.QsciScintilla.WrapFlagNone?10
 PyQt5.Qsci.QsciScintilla.WrapFlagByText?10
@@ -1283,6 +1324,8 @@
 PyQt5.Qsci.QsciScintilla.TextColorIndicator?10
 PyQt5.Qsci.QsciScintilla.TriangleIndicator?10
 PyQt5.Qsci.QsciScintilla.TriangleCharacterIndicator?10
+PyQt5.Qsci.QsciScintilla.GradientIndicator?10
+PyQt5.Qsci.QsciScintilla.CentreGradientIndicator?10
 PyQt5.Qsci.QsciScintilla.FoldStyle?10
 PyQt5.Qsci.QsciScintilla.NoFoldStyle?10
 PyQt5.Qsci.QsciScintilla.PlainFoldStyle?10
@@ -1353,6 +1396,7 @@
 PyQt5.Qsci.QsciScintilla.callTipsPosition?4() -> QsciScintilla.CallTipsPosition
 PyQt5.Qsci.QsciScintilla.callTipsStyle?4() -> QsciScintilla.CallTipsStyle
 PyQt5.Qsci.QsciScintilla.callTipsVisible?4() -> int
+PyQt5.Qsci.QsciScintilla.cancelFind?4()
 PyQt5.Qsci.QsciScintilla.cancelList?4()
 PyQt5.Qsci.QsciScintilla.caseSensitive?4() -> bool
 PyQt5.Qsci.QsciScintilla.clearRegisteredImages?4()
@@ -1369,9 +1413,10 @@
 PyQt5.Qsci.QsciScintilla.eolVisibility?4() -> bool
 PyQt5.Qsci.QsciScintilla.extraAscent?4() -> int
 PyQt5.Qsci.QsciScintilla.extraDescent?4() -> int
-PyQt5.Qsci.QsciScintilla.findFirst?4(QString, bool, bool, bool, bool, bool forward=True, int line=-1, int index=-1, bool show=True, bool posix=False) -> bool
-PyQt5.Qsci.QsciScintilla.findFirstInSelection?4(QString, bool, bool, bool, bool forward=True, bool show=True, bool posix=False) -> bool
+PyQt5.Qsci.QsciScintilla.findFirst?4(QString, bool, bool, bool, bool, bool forward=True, int line=-1, int index=-1, bool show=True, bool posix=False, bool cxx11=False) -> bool
+PyQt5.Qsci.QsciScintilla.findFirstInSelection?4(QString, bool, bool, bool, bool forward=True, bool show=True, bool posix=False, bool cxx11=False) -> bool
 PyQt5.Qsci.QsciScintilla.findNext?4() -> bool
+PyQt5.Qsci.QsciScintilla.findMatchingBrace?4(QsciScintilla.BraceMatch) -> (bool, int, int)
 PyQt5.Qsci.QsciScintilla.firstVisibleLine?4() -> int
 PyQt5.Qsci.QsciScintilla.folding?4() -> QsciScintilla.FoldStyle
 PyQt5.Qsci.QsciScintilla.getCursorPosition?4() -> (int, int)
@@ -1430,6 +1475,10 @@
 PyQt5.Qsci.QsciScintilla.resetFoldMarginColors?4()
 PyQt5.Qsci.QsciScintilla.resetHotspotBackgroundColor?4()
 PyQt5.Qsci.QsciScintilla.resetHotspotForegroundColor?4()
+PyQt5.Qsci.QsciScintilla.scrollWidth?4() -> int
+PyQt5.Qsci.QsciScintilla.setScrollWidth?4(int)
+PyQt5.Qsci.QsciScintilla.scrollWidthTracking?4() -> bool
+PyQt5.Qsci.QsciScintilla.setScrollWidthTracking?4(bool)
 PyQt5.Qsci.QsciScintilla.setFoldMarginColors?4(QColor, QColor)
 PyQt5.Qsci.QsciScintilla.setAnnotationDisplay?4(QsciScintilla.AnnotationDisplay)
 PyQt5.Qsci.QsciScintilla.setAutoCompletionFillupsEnabled?4(bool)
@@ -1542,6 +1591,7 @@
 PyQt5.Qsci.QsciScintilla.setBackspaceUnindents?4(bool)
 PyQt5.Qsci.QsciScintilla.setCaretForegroundColor?4(QColor)
 PyQt5.Qsci.QsciScintilla.setCaretLineBackgroundColor?4(QColor)
+PyQt5.Qsci.QsciScintilla.setCaretLineFrameWidth?4(int)
 PyQt5.Qsci.QsciScintilla.setCaretLineVisible?4(bool)
 PyQt5.Qsci.QsciScintilla.setCaretWidth?4(int)
 PyQt5.Qsci.QsciScintilla.setColor?4(QColor)
@@ -1599,6 +1649,7 @@
 PyQt5.Qsci.QsciScintilla.event?4(QEvent) -> bool
 PyQt5.Qsci.QsciScintilla.changeEvent?4(QEvent)
 PyQt5.Qsci.QsciScintilla.contextMenuEvent?4(QContextMenuEvent)
+PyQt5.Qsci.QsciScintilla.wheelEvent?4(QWheelEvent)
 PyQt5.Qsci.QsciAbstractAPIs?1(QsciLexer lexer=None)
 PyQt5.Qsci.QsciAbstractAPIs.__init__?1(self, QsciLexer lexer=None)
 PyQt5.Qsci.QsciAbstractAPIs.lexer?4() -> QsciLexer
@@ -1724,6 +1775,7 @@
 PyQt5.Qsci.QsciCommand.Redo?10
 PyQt5.Qsci.QsciCommand.ZoomIn?10
 PyQt5.Qsci.QsciCommand.ZoomOut?10
+PyQt5.Qsci.QsciCommand.ReverseLines?10
 PyQt5.Qsci.QsciCommand.command?4() -> QsciCommand.Command
 PyQt5.Qsci.QsciCommand.execute?4()
 PyQt5.Qsci.QsciCommand.setKey?4(int)
@@ -1819,6 +1871,7 @@
 PyQt5.Qsci.QsciLexerAVS.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerAVS.description?4(int) -> QString
 PyQt5.Qsci.QsciLexerAVS.wordCharacters?4() -> str
+PyQt5.Qsci.QsciLexerAVS.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerAVS.refreshProperties?4()
 PyQt5.Qsci.QsciLexerAVS.foldComments?4() -> bool
 PyQt5.Qsci.QsciLexerAVS.foldCompact?4() -> bool
@@ -1851,6 +1904,7 @@
 PyQt5.Qsci.QsciLexerBash.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerBash.description?4(int) -> QString
 PyQt5.Qsci.QsciLexerBash.wordCharacters?4() -> str
+PyQt5.Qsci.QsciLexerBash.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerBash.refreshProperties?4()
 PyQt5.Qsci.QsciLexerBash.foldComments?4() -> bool
 PyQt5.Qsci.QsciLexerBash.foldCompact?4() -> bool
@@ -1877,6 +1931,7 @@
 PyQt5.Qsci.QsciLexerBatch.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerBatch.description?4(int) -> QString
 PyQt5.Qsci.QsciLexerBatch.wordCharacters?4() -> str
+PyQt5.Qsci.QsciLexerBatch.caseSensitive?4() -> bool
 PyQt5.Qsci.QsciLexerCMake.Default?10
 PyQt5.Qsci.QsciLexerCMake.Comment?10
 PyQt5.Qsci.QsciLexerCMake.String?10
@@ -1941,6 +1996,11 @@
 PyQt5.Qsci.QsciLexerCoffeeScript.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerCoffeeScript.description?4(int) -> QString
 PyQt5.Qsci.QsciLexerCoffeeScript.wordCharacters?4() -> str
+PyQt5.Qsci.QsciLexerCoffeeScript.autoCompletionWordSeparators?4() -> QStringList
+PyQt5.Qsci.QsciLexerCoffeeScript.blockEnd?4() -> (str, int)
+PyQt5.Qsci.QsciLexerCoffeeScript.blockStart?4() -> (str, int)
+PyQt5.Qsci.QsciLexerCoffeeScript.blockStartKeyword?4() -> (str, int)
+PyQt5.Qsci.QsciLexerCoffeeScript.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerCoffeeScript.refreshProperties?4()
 PyQt5.Qsci.QsciLexerCoffeeScript.dollarsAllowed?4() -> bool
 PyQt5.Qsci.QsciLexerCoffeeScript.setDollarsAllowed?4(bool)
@@ -2019,6 +2079,11 @@
 PyQt5.Qsci.QsciLexerCPP.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerCPP.description?4(int) -> QString
 PyQt5.Qsci.QsciLexerCPP.wordCharacters?4() -> str
+PyQt5.Qsci.QsciLexerCPP.autoCompletionWordSeparators?4() -> QStringList
+PyQt5.Qsci.QsciLexerCPP.blockEnd?4() -> (str, int)
+PyQt5.Qsci.QsciLexerCPP.blockStart?4() -> (str, int)
+PyQt5.Qsci.QsciLexerCPP.blockStartKeyword?4() -> (str, int)
+PyQt5.Qsci.QsciLexerCPP.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerCPP.refreshProperties?4()
 PyQt5.Qsci.QsciLexerCPP.foldAtElse?4() -> bool
 PyQt5.Qsci.QsciLexerCPP.foldComments?4() -> bool
@@ -2086,6 +2151,7 @@
 PyQt5.Qsci.QsciLexerCSS.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerCSS.description?4(int) -> QString
 PyQt5.Qsci.QsciLexerCSS.wordCharacters?4() -> str
+PyQt5.Qsci.QsciLexerCSS.blockEnd?4() -> (str, int)
 PyQt5.Qsci.QsciLexerCSS.refreshProperties?4()
 PyQt5.Qsci.QsciLexerCSS.foldComments?4() -> bool
 PyQt5.Qsci.QsciLexerCSS.foldCompact?4() -> bool
@@ -2141,6 +2207,11 @@
 PyQt5.Qsci.QsciLexerD.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerD.description?4(int) -> QString
 PyQt5.Qsci.QsciLexerD.wordCharacters?4() -> str
+PyQt5.Qsci.QsciLexerD.autoCompletionWordSeparators?4() -> QStringList
+PyQt5.Qsci.QsciLexerD.blockEnd?4() -> (str, int)
+PyQt5.Qsci.QsciLexerD.blockStart?4() -> (str, int)
+PyQt5.Qsci.QsciLexerD.blockStartKeyword?4() -> (str, int)
+PyQt5.Qsci.QsciLexerD.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerD.refreshProperties?4()
 PyQt5.Qsci.QsciLexerD.foldAtElse?4() -> bool
 PyQt5.Qsci.QsciLexerD.foldComments?4() -> bool
@@ -2158,6 +2229,10 @@
 PyQt5.Qsci.QsciLexerDiff.LineRemoved?10
 PyQt5.Qsci.QsciLexerDiff.LineAdded?10
 PyQt5.Qsci.QsciLexerDiff.LineChanged?10
+PyQt5.Qsci.QsciLexerDiff.AddingPatchAdded?10
+PyQt5.Qsci.QsciLexerDiff.RemovingPatchAdded?10
+PyQt5.Qsci.QsciLexerDiff.AddingPatchRemoved?10
+PyQt5.Qsci.QsciLexerDiff.RemovingPatchRemoved?10
 PyQt5.Qsci.QsciLexerDiff?1(QObject parent=None)
 PyQt5.Qsci.QsciLexerDiff.__init__?1(self, QObject parent=None)
 PyQt5.Qsci.QsciLexerDiff.language?4() -> str
@@ -2190,6 +2265,7 @@
 PyQt5.Qsci.QsciLexerFortran77.defaultPaper?4(int) -> QColor
 PyQt5.Qsci.QsciLexerFortran77.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerFortran77.description?4(int) -> QString
+PyQt5.Qsci.QsciLexerFortran77.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerFortran77.refreshProperties?4()
 PyQt5.Qsci.QsciLexerFortran77.foldCompact?4() -> bool
 PyQt5.Qsci.QsciLexerFortran77.setFoldCompact?4(bool)
@@ -2321,6 +2397,8 @@
 PyQt5.Qsci.QsciLexerHTML.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerHTML.description?4(int) -> QString
 PyQt5.Qsci.QsciLexerHTML.wordCharacters?4() -> str
+PyQt5.Qsci.QsciLexerHTML.autoCompletionFillups?4() -> str
+PyQt5.Qsci.QsciLexerHTML.caseSensitive?4() -> bool
 PyQt5.Qsci.QsciLexerHTML.refreshProperties?4()
 PyQt5.Qsci.QsciLexerHTML.caseSensitiveTags?4() -> bool
 PyQt5.Qsci.QsciLexerHTML.setDjangoTemplates?4(bool)
@@ -2420,6 +2498,9 @@
 PyQt5.Qsci.QsciLexerLua.defaultPaper?4(int) -> QColor
 PyQt5.Qsci.QsciLexerLua.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerLua.description?4(int) -> QString
+PyQt5.Qsci.QsciLexerLua.autoCompletionWordSeparators?4() -> QStringList
+PyQt5.Qsci.QsciLexerLua.blockStart?4() -> (str, int)
+PyQt5.Qsci.QsciLexerLua.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerLua.refreshProperties?4()
 PyQt5.Qsci.QsciLexerLua.foldCompact?4() -> bool
 PyQt5.Qsci.QsciLexerLua.setFoldCompact?4(bool)
@@ -2519,6 +2600,11 @@
 PyQt5.Qsci.QsciLexerPascal.defaultPaper?4(int) -> QColor
 PyQt5.Qsci.QsciLexerPascal.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerPascal.description?4(int) -> QString
+PyQt5.Qsci.QsciLexerPascal.autoCompletionWordSeparators?4() -> QStringList
+PyQt5.Qsci.QsciLexerPascal.blockEnd?4() -> (str, int)
+PyQt5.Qsci.QsciLexerPascal.blockStart?4() -> (str, int)
+PyQt5.Qsci.QsciLexerPascal.blockStartKeyword?4() -> (str, int)
+PyQt5.Qsci.QsciLexerPascal.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerPascal.refreshProperties?4()
 PyQt5.Qsci.QsciLexerPascal.foldComments?4() -> bool
 PyQt5.Qsci.QsciLexerPascal.foldCompact?4() -> bool
@@ -2582,6 +2668,10 @@
 PyQt5.Qsci.QsciLexerPerl.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerPerl.description?4(int) -> QString
 PyQt5.Qsci.QsciLexerPerl.wordCharacters?4() -> str
+PyQt5.Qsci.QsciLexerPerl.autoCompletionWordSeparators?4() -> QStringList
+PyQt5.Qsci.QsciLexerPerl.blockEnd?4() -> (str, int)
+PyQt5.Qsci.QsciLexerPerl.blockStart?4() -> (str, int)
+PyQt5.Qsci.QsciLexerPerl.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerPerl.refreshProperties?4()
 PyQt5.Qsci.QsciLexerPerl.foldComments?4() -> bool
 PyQt5.Qsci.QsciLexerPerl.foldCompact?4() -> bool
@@ -2620,6 +2710,7 @@
 PyQt5.Qsci.QsciLexerPostScript.defaultPaper?4(int) -> QColor
 PyQt5.Qsci.QsciLexerPostScript.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerPostScript.description?4(int) -> QString
+PyQt5.Qsci.QsciLexerPostScript.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerPostScript.refreshProperties?4()
 PyQt5.Qsci.QsciLexerPostScript.tokenize?4() -> bool
 PyQt5.Qsci.QsciLexerPostScript.level?4() -> int
@@ -2688,6 +2779,7 @@
 PyQt5.Qsci.QsciLexerPOV.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerPOV.description?4(int) -> QString
 PyQt5.Qsci.QsciLexerPOV.wordCharacters?4() -> str
+PyQt5.Qsci.QsciLexerPOV.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerPOV.refreshProperties?4()
 PyQt5.Qsci.QsciLexerPOV.foldComments?4() -> bool
 PyQt5.Qsci.QsciLexerPOV.foldCompact?4() -> bool
@@ -2742,6 +2834,10 @@
 PyQt5.Qsci.QsciLexerPython.UnclosedString?10
 PyQt5.Qsci.QsciLexerPython.HighlightedIdentifier?10
 PyQt5.Qsci.QsciLexerPython.Decorator?10
+PyQt5.Qsci.QsciLexerPython.DoubleQuotedFString?10
+PyQt5.Qsci.QsciLexerPython.SingleQuotedFString?10
+PyQt5.Qsci.QsciLexerPython.TripleSingleQuotedFString?10
+PyQt5.Qsci.QsciLexerPython.TripleDoubleQuotedFString?10
 PyQt5.Qsci.QsciLexerPython?1(QObject parent=None)
 PyQt5.Qsci.QsciLexerPython.__init__?1(self, QObject parent=None)
 PyQt5.Qsci.QsciLexerPython.language?4() -> str
@@ -2752,6 +2848,11 @@
 PyQt5.Qsci.QsciLexerPython.defaultPaper?4(int) -> QColor
 PyQt5.Qsci.QsciLexerPython.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerPython.description?4(int) -> QString
+PyQt5.Qsci.QsciLexerPython.autoCompletionWordSeparators?4() -> QStringList
+PyQt5.Qsci.QsciLexerPython.blockLookback?4() -> int
+PyQt5.Qsci.QsciLexerPython.blockStart?4() -> (str, int)
+PyQt5.Qsci.QsciLexerPython.braceStyle?4() -> int
+PyQt5.Qsci.QsciLexerPython.indentationGuideView?4() -> int
 PyQt5.Qsci.QsciLexerPython.refreshProperties?4()
 PyQt5.Qsci.QsciLexerPython.foldComments?4() -> bool
 PyQt5.Qsci.QsciLexerPython.setFoldCompact?4(bool)
@@ -2814,6 +2915,10 @@
 PyQt5.Qsci.QsciLexerRuby.defaultPaper?4(int) -> QColor
 PyQt5.Qsci.QsciLexerRuby.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerRuby.description?4(int) -> QString
+PyQt5.Qsci.QsciLexerRuby.blockEnd?4() -> (str, int)
+PyQt5.Qsci.QsciLexerRuby.blockStart?4() -> (str, int)
+PyQt5.Qsci.QsciLexerRuby.blockStartKeyword?4() -> (str, int)
+PyQt5.Qsci.QsciLexerRuby.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerRuby.refreshProperties?4()
 PyQt5.Qsci.QsciLexerRuby.setFoldComments?4(bool)
 PyQt5.Qsci.QsciLexerRuby.foldComments?4() -> bool
@@ -2838,6 +2943,7 @@
 PyQt5.Qsci.QsciLexerSpice.defaultColor?4(int) -> QColor
 PyQt5.Qsci.QsciLexerSpice.defaultFont?4(int) -> QFont
 PyQt5.Qsci.QsciLexerSpice.description?4(int) -> QString
+PyQt5.Qsci.QsciLexerSpice.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerSQL.Default?10
 PyQt5.Qsci.QsciLexerSQL.Comment?10
 PyQt5.Qsci.QsciLexerSQL.CommentLine?10
@@ -2870,6 +2976,7 @@
 PyQt5.Qsci.QsciLexerSQL.defaultPaper?4(int) -> QColor
 PyQt5.Qsci.QsciLexerSQL.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerSQL.description?4(int) -> QString
+PyQt5.Qsci.QsciLexerSQL.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerSQL.refreshProperties?4()
 PyQt5.Qsci.QsciLexerSQL.backslashEscapes?4() -> bool
 PyQt5.Qsci.QsciLexerSQL.setDottedWords?4(bool)
@@ -2921,6 +3028,7 @@
 PyQt5.Qsci.QsciLexerTCL.defaultPaper?4(int) -> QColor
 PyQt5.Qsci.QsciLexerTCL.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerTCL.description?4(int) -> QString
+PyQt5.Qsci.QsciLexerTCL.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerTCL.refreshProperties?4()
 PyQt5.Qsci.QsciLexerTCL.setFoldComments?4(bool)
 PyQt5.Qsci.QsciLexerTCL.foldComments?4() -> bool
@@ -3000,6 +3108,7 @@
 PyQt5.Qsci.QsciLexerVerilog.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerVerilog.description?4(int) -> QString
 PyQt5.Qsci.QsciLexerVerilog.wordCharacters?4() -> str
+PyQt5.Qsci.QsciLexerVerilog.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerVerilog.refreshProperties?4()
 PyQt5.Qsci.QsciLexerVerilog.setFoldAtElse?4(bool)
 PyQt5.Qsci.QsciLexerVerilog.foldAtElse?4() -> bool
@@ -3039,6 +3148,7 @@
 PyQt5.Qsci.QsciLexerVHDL.defaultPaper?4(int) -> QColor
 PyQt5.Qsci.QsciLexerVHDL.keywords?4(int) -> str
 PyQt5.Qsci.QsciLexerVHDL.description?4(int) -> QString
+PyQt5.Qsci.QsciLexerVHDL.braceStyle?4() -> int
 PyQt5.Qsci.QsciLexerVHDL.refreshProperties?4()
 PyQt5.Qsci.QsciLexerVHDL.foldComments?4() -> bool
 PyQt5.Qsci.QsciLexerVHDL.foldCompact?4() -> bool
@@ -3119,6 +3229,7 @@
 PyQt5.Qsci.QsciStyle.__init__?1(self, int, QString, QColor, QColor, QFont, bool eolFill=False)
 PyQt5.Qsci.QsciStyle?1(QsciStyle)
 PyQt5.Qsci.QsciStyle.__init__?1(self, QsciStyle)
+PyQt5.Qsci.QsciStyle.setStyle?4(int)
 PyQt5.Qsci.QsciStyle.style?4() -> int
 PyQt5.Qsci.QsciStyle.setDescription?4(QString)
 PyQt5.Qsci.QsciStyle.description?4() -> QString

eric ide

mercurial