APIs/Python/QScintilla2.api

changeset 12
c37c72600e60
parent 1
9fc07b8c55b8
child 20
9b0baa183bd1
--- a/APIs/Python/QScintilla2.api	Thu Apr 24 19:13:30 2014 +0200
+++ b/APIs/Python/QScintilla2.api	Sun Jul 06 13:22:22 2014 +0200
@@ -1,5 +1,14 @@
 Qsci.QSCINTILLA_VERSION?7
 Qsci.QSCINTILLA_VERSION_STR?7
+Qsci.QsciScintillaBase.SC_ORDER_PRESORTED?10
+Qsci.QsciScintillaBase.SC_ORDER_PERFORMSORT?10
+Qsci.QsciScintillaBase.SC_ORDER_CUSTOM?10
+Qsci.QsciScintillaBase.SC_AUTOMATICFOLD_SHOW?10
+Qsci.QsciScintillaBase.SC_AUTOMATICFOLD_CLICK?10
+Qsci.QsciScintillaBase.SC_AUTOMATICFOLD_CHANGE?10
+Qsci.QsciScintillaBase.SC_FOLDACTION_CONTRACT?10
+Qsci.QsciScintillaBase.SC_FOLDACTION_EXPAND?10
+Qsci.QsciScintillaBase.SC_FOLDACTION_TOGGLE?10
 Qsci.QsciScintillaBase.SC_FONT_SIZE_MULTIPLIER?10
 Qsci.QsciScintillaBase.SC_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE?10
 Qsci.QsciScintillaBase.SC_CASEINSENSITIVEBEHAVIOUR_IGNORECASE?10
@@ -115,6 +124,10 @@
 Qsci.QsciScintillaBase.SCLEX_ECL?10
 Qsci.QsciScintillaBase.SCLEX_OSCRIPT?10
 Qsci.QsciScintillaBase.SCLEX_VISUALPROLOG?10
+Qsci.QsciScintillaBase.SCLEX_LITERATEHASKELL?10
+Qsci.QsciScintillaBase.SCLEX_STTXT?10
+Qsci.QsciScintillaBase.SCLEX_KVIRC?10
+Qsci.QsciScintillaBase.SCLEX_RUST?10
 Qsci.QsciScintillaBase.SCMOD_NORM?10
 Qsci.QsciScintillaBase.SCMOD_SHIFT?10
 Qsci.QsciScintillaBase.SCMOD_CTRL?10
@@ -226,6 +239,7 @@
 Qsci.QsciScintillaBase.INDIC_SQUIGGLELOW?10
 Qsci.QsciScintillaBase.INDIC_DOTBOX?10
 Qsci.QsciScintillaBase.INDIC_SQUIGGLEPIXMAP?10
+Qsci.QsciScintillaBase.INDIC_COMPOSITIONTHICK?10
 Qsci.QsciScintillaBase.INDIC_CONTAINER?10
 Qsci.QsciScintillaBase.INDIC_MAX?10
 Qsci.QsciScintillaBase.INDIC0_MASK?10
@@ -876,6 +890,7 @@
 Qsci.QsciScintillaBase.SCI_GETADDITIONALSELECTIONTYPING?10
 Qsci.QsciScintillaBase.SCI_SETADDITIONALCARETSBLINK?10
 Qsci.QsciScintillaBase.SCI_GETADDITIONALCARETSBLINK?10
+Qsci.QsciScintillaBase.SCI_SCROLLRANGE?10
 Qsci.QsciScintillaBase.SCI_SETADDITIONALCARETSVISIBLE?10
 Qsci.QsciScintillaBase.SCI_GETADDITIONALCARETSVISIBLE?10
 Qsci.QsciScintillaBase.SCI_AUTOCGETCURRENTTEXT?10
@@ -979,6 +994,24 @@
 Qsci.QsciScintillaBase.SCI_STYLEGETSIZEFRACTIONAL?10
 Qsci.QsciScintillaBase.SCI_STYLESETWEIGHT?10
 Qsci.QsciScintillaBase.SCI_STYLEGETWEIGHT?10
+Qsci.QsciScintillaBase.SCI_FOLDLINE?10
+Qsci.QsciScintillaBase.SCI_FOLDCHILDREN?10
+Qsci.QsciScintillaBase.SCI_EXPANDCHILDREN?10
+Qsci.QsciScintillaBase.SCI_FOLDALL?10
+Qsci.QsciScintillaBase.SCI_SETAUTOMATICFOLD?10
+Qsci.QsciScintillaBase.SCI_GETAUTOMATICFOLD?10
+Qsci.QsciScintillaBase.SCI_AUTOCSETORDER?10
+Qsci.QsciScintillaBase.SCI_AUTOCGETORDER?10
+Qsci.QsciScintillaBase.SCI_POSITIONRELATIVE?10
+Qsci.QsciScintillaBase.SCI_RELEASEALLEXTENDEDSTYLES?10
+Qsci.QsciScintillaBase.SCI_ALLOCATEEXTENDEDSTYLES?10
+Qsci.QsciScintillaBase.SCI_SETMOUSESELECTIONRECTANGULARSWITCH?10
+Qsci.QsciScintillaBase.SCI_GETMOUSESELECTIONRECTANGULARSWITCH?10
+Qsci.QsciScintillaBase.SCI_GETCARETLINEVISIBLEALWAYS?10
+Qsci.QsciScintillaBase.SCI_SETCARETLINEVISIBLEALWAYS?10
+Qsci.QsciScintillaBase.SCI_SETREPRESENTATION?10
+Qsci.QsciScintillaBase.SCI_GETREPRESENTATION?10
+Qsci.QsciScintillaBase.SCI_CLEARREPRESENTATION?10
 Qsci.QsciScintillaBase?1(QWidget parent=None)
 Qsci.QsciScintillaBase.__init__?1(self, QWidget parent=None)
 Qsci.QsciScintillaBase.pool?4() -> QsciScintillaBase
@@ -1005,6 +1038,8 @@
 Qsci.QsciScintillaBase.SCN_DOUBLECLICK?4(int, int, int)
 Qsci.QsciScintillaBase.SCN_DWELLEND?4(int, int, int)
 Qsci.QsciScintillaBase.SCN_DWELLSTART?4(int, int, int)
+Qsci.QsciScintillaBase.SCN_FOCUSIN?4()
+Qsci.QsciScintillaBase.SCN_FOCUSOUT?4()
 Qsci.QsciScintillaBase.SCN_HOTSPOTCLICK?4(int, int)
 Qsci.QsciScintillaBase.SCN_HOTSPOTDOUBLECLICK?4(int, int)
 Qsci.QsciScintillaBase.SCN_HOTSPOTRELEASECLICK?4(int, int)
@@ -1035,6 +1070,7 @@
 Qsci.QsciScintillaBase.focusNextPrevChild?4(bool) -> bool
 Qsci.QsciScintillaBase.keyPressEvent?4(QKeyEvent)
 Qsci.QsciScintillaBase.inputMethodEvent?4(QInputMethodEvent)
+Qsci.QsciScintillaBase.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant
 Qsci.QsciScintillaBase.mouseDoubleClickEvent?4(QMouseEvent)
 Qsci.QsciScintillaBase.mouseMoveEvent?4(QMouseEvent)
 Qsci.QsciScintillaBase.mousePressEvent?4(QMouseEvent)
@@ -1405,6 +1441,7 @@
 Qsci.QsciScintilla.textChanged?4()
 Qsci.QsciScintilla.userListActivated?4(int, str)
 Qsci.QsciScintilla.event?4(QEvent) -> bool
+Qsci.QsciScintilla.changeEvent?4(QEvent)
 Qsci.QsciScintilla.contextMenuEvent?4(QContextMenuEvent)
 Qsci.QsciAbstractAPIs?1(QsciLexer lexer=None)
 Qsci.QsciAbstractAPIs.__init__?1(self, QsciLexer lexer=None)
@@ -1592,6 +1629,37 @@
 Qsci.QsciLexer.propertyChanged?4(str, str)
 Qsci.QsciLexer.readProperties?4(QSettings, str) -> bool
 Qsci.QsciLexer.writeProperties?4(QSettings, str) -> bool
+Qsci.QsciLexerAVS.Default?10
+Qsci.QsciLexerAVS.BlockComment?10
+Qsci.QsciLexerAVS.NestedBlockComment?10
+Qsci.QsciLexerAVS.LineComment?10
+Qsci.QsciLexerAVS.Number?10
+Qsci.QsciLexerAVS.Operator?10
+Qsci.QsciLexerAVS.Identifier?10
+Qsci.QsciLexerAVS.String?10
+Qsci.QsciLexerAVS.TripleString?10
+Qsci.QsciLexerAVS.Keyword?10
+Qsci.QsciLexerAVS.Filter?10
+Qsci.QsciLexerAVS.Plugin?10
+Qsci.QsciLexerAVS.Function?10
+Qsci.QsciLexerAVS.ClipProperty?10
+Qsci.QsciLexerAVS.KeywordSet6?10
+Qsci.QsciLexerAVS?1(QObject parent=None)
+Qsci.QsciLexerAVS.__init__?1(self, QObject parent=None)
+Qsci.QsciLexerAVS.language?4() -> str
+Qsci.QsciLexerAVS.lexer?4() -> str
+Qsci.QsciLexerAVS.defaultColor?4(int) -> QColor
+Qsci.QsciLexerAVS.defaultFont?4(int) -> QFont
+Qsci.QsciLexerAVS.keywords?4(int) -> str
+Qsci.QsciLexerAVS.description?4(int) -> str
+Qsci.QsciLexerAVS.wordCharacters?4() -> str
+Qsci.QsciLexerAVS.refreshProperties?4()
+Qsci.QsciLexerAVS.foldComments?4() -> bool
+Qsci.QsciLexerAVS.foldCompact?4() -> bool
+Qsci.QsciLexerAVS.setFoldComments?4(bool)
+Qsci.QsciLexerAVS.setFoldCompact?4(bool)
+Qsci.QsciLexerAVS.readProperties?4(QSettings, str) -> bool
+Qsci.QsciLexerAVS.writeProperties?4(QSettings, str) -> bool
 Qsci.QsciLexerBash.Default?10
 Qsci.QsciLexerBash.Error?10
 Qsci.QsciLexerBash.Comment?10
@@ -1672,6 +1740,51 @@
 Qsci.QsciLexerCMake.setFoldAtElse?4(bool)
 Qsci.QsciLexerCMake.readProperties?4(QSettings, str) -> bool
 Qsci.QsciLexerCMake.writeProperties?4(QSettings, str) -> bool
+Qsci.QsciLexerCoffeeScript.Default?10
+Qsci.QsciLexerCoffeeScript.Comment?10
+Qsci.QsciLexerCoffeeScript.CommentLine?10
+Qsci.QsciLexerCoffeeScript.CommentDoc?10
+Qsci.QsciLexerCoffeeScript.Number?10
+Qsci.QsciLexerCoffeeScript.Keyword?10
+Qsci.QsciLexerCoffeeScript.DoubleQuotedString?10
+Qsci.QsciLexerCoffeeScript.SingleQuotedString?10
+Qsci.QsciLexerCoffeeScript.UUID?10
+Qsci.QsciLexerCoffeeScript.PreProcessor?10
+Qsci.QsciLexerCoffeeScript.Operator?10
+Qsci.QsciLexerCoffeeScript.Identifier?10
+Qsci.QsciLexerCoffeeScript.UnclosedString?10
+Qsci.QsciLexerCoffeeScript.VerbatimString?10
+Qsci.QsciLexerCoffeeScript.Regex?10
+Qsci.QsciLexerCoffeeScript.CommentLineDoc?10
+Qsci.QsciLexerCoffeeScript.KeywordSet2?10
+Qsci.QsciLexerCoffeeScript.CommentDocKeyword?10
+Qsci.QsciLexerCoffeeScript.CommentDocKeywordError?10
+Qsci.QsciLexerCoffeeScript.GlobalClass?10
+Qsci.QsciLexerCoffeeScript.CommentBlock?10
+Qsci.QsciLexerCoffeeScript.BlockRegex?10
+Qsci.QsciLexerCoffeeScript.BlockRegexComment?10
+Qsci.QsciLexerCoffeeScript?1(QObject parent=None)
+Qsci.QsciLexerCoffeeScript.__init__?1(self, QObject parent=None)
+Qsci.QsciLexerCoffeeScript.language?4() -> str
+Qsci.QsciLexerCoffeeScript.lexer?4() -> str
+Qsci.QsciLexerCoffeeScript.defaultColor?4(int) -> QColor
+Qsci.QsciLexerCoffeeScript.defaultEolFill?4(int) -> bool
+Qsci.QsciLexerCoffeeScript.defaultFont?4(int) -> QFont
+Qsci.QsciLexerCoffeeScript.defaultPaper?4(int) -> QColor
+Qsci.QsciLexerCoffeeScript.keywords?4(int) -> str
+Qsci.QsciLexerCoffeeScript.description?4(int) -> str
+Qsci.QsciLexerCoffeeScript.wordCharacters?4() -> str
+Qsci.QsciLexerCoffeeScript.refreshProperties?4()
+Qsci.QsciLexerCoffeeScript.dollarsAllowed?4() -> bool
+Qsci.QsciLexerCoffeeScript.setDollarsAllowed?4(bool)
+Qsci.QsciLexerCoffeeScript.foldComments?4() -> bool
+Qsci.QsciLexerCoffeeScript.setFoldComments?4(bool)
+Qsci.QsciLexerCoffeeScript.foldCompact?4() -> bool
+Qsci.QsciLexerCoffeeScript.setFoldCompact?4(bool)
+Qsci.QsciLexerCoffeeScript.stylePreprocessor?4() -> bool
+Qsci.QsciLexerCoffeeScript.setStylePreprocessor?4(bool)
+Qsci.QsciLexerCoffeeScript.readProperties?4(QSettings, str) -> bool
+Qsci.QsciLexerCoffeeScript.writeProperties?4(QSettings, str) -> bool
 Qsci.QsciLexerCPP.Default?10
 Qsci.QsciLexerCPP.InactiveDefault?10
 Qsci.QsciLexerCPP.Comment?10
@@ -1720,6 +1833,8 @@
 Qsci.QsciLexerCPP.InactiveHashQuotedString?10
 Qsci.QsciLexerCPP.PreProcessorComment?10
 Qsci.QsciLexerCPP.InactivePreProcessorComment?10
+Qsci.QsciLexerCPP.PreProcessorCommentLineDoc?10
+Qsci.QsciLexerCPP.InactivePreProcessorCommentLineDoc?10
 Qsci.QsciLexerCPP?1(QObject parent=None, bool caseInsensitiveKeywords=False)
 Qsci.QsciLexerCPP.__init__?1(self, QObject parent=None, bool caseInsensitiveKeywords=False)
 Qsci.QsciLexerCPP.language?4() -> str
@@ -2274,6 +2389,35 @@
 Qsci.QsciLexerPostScript.setFoldAtElse?4(bool)
 Qsci.QsciLexerPostScript.readProperties?4(QSettings, str) -> bool
 Qsci.QsciLexerPostScript.writeProperties?4(QSettings, str) -> bool
+Qsci.QsciLexerPO.Default?10
+Qsci.QsciLexerPO.Comment?10
+Qsci.QsciLexerPO.MessageId?10
+Qsci.QsciLexerPO.MessageIdText?10
+Qsci.QsciLexerPO.MessageString?10
+Qsci.QsciLexerPO.MessageStringText?10
+Qsci.QsciLexerPO.MessageContext?10
+Qsci.QsciLexerPO.MessageContextText?10
+Qsci.QsciLexerPO.Fuzzy?10
+Qsci.QsciLexerPO.ProgrammerComment?10
+Qsci.QsciLexerPO.Reference?10
+Qsci.QsciLexerPO.Flags?10
+Qsci.QsciLexerPO.MessageIdTextEOL?10
+Qsci.QsciLexerPO.MessageStringTextEOL?10
+Qsci.QsciLexerPO.MessageContextTextEOL?10
+Qsci.QsciLexerPO?1(QObject parent=None)
+Qsci.QsciLexerPO.__init__?1(self, QObject parent=None)
+Qsci.QsciLexerPO.language?4() -> str
+Qsci.QsciLexerPO.lexer?4() -> str
+Qsci.QsciLexerPO.defaultColor?4(int) -> QColor
+Qsci.QsciLexerPO.defaultFont?4(int) -> QFont
+Qsci.QsciLexerPO.description?4(int) -> str
+Qsci.QsciLexerPO.refreshProperties?4()
+Qsci.QsciLexerPO.foldComments?4() -> bool
+Qsci.QsciLexerPO.foldCompact?4() -> bool
+Qsci.QsciLexerPO.setFoldComments?4(bool)
+Qsci.QsciLexerPO.setFoldCompact?4(bool)
+Qsci.QsciLexerPO.readProperties?4(QSettings, str) -> bool
+Qsci.QsciLexerPO.writeProperties?4(QSettings, str) -> bool
 Qsci.QsciLexerPOV.Default?10
 Qsci.QsciLexerPOV.Comment?10
 Qsci.QsciLexerPOV.CommentLine?10

eric ide

mercurial