APIs/Python3/eric6.api

branch
sub_styles
changeset 6866
b792455b35cd
parent 6836
93b8c77502e0
child 6876
af2ae79e03b3
--- a/APIs/Python3/eric6.api	Sat Mar 16 20:12:03 2019 +0100
+++ b/APIs/Python3/eric6.api	Sat Mar 16 20:14:21 2019 +0100
@@ -7396,22 +7396,28 @@
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FAMILYONLY?7
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FONT?7
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.SIZEONLY?7
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.StyleRole?7
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.SubstyleRole?7
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_addSubstyleButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_allDefaultButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_allEolFillButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_backgroundButton_clicked?4()
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_copySubstyleButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_defaultButton_clicked?4()
-eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_eolfillCheckBox_toggled?4(on)
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_deleteSubstyleButton_clicked?4()
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_editSubstyleButton_clicked?4()
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_eolfillCheckBox_clicked?4(on)
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_exportAllButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_exportCurrentButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_foregroundButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_importAllButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_importCurrentButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated?4(language)
-eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_styleElementList_currentRowChanged?4(index)
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_styleElementList_currentItemChanged?4(current, previous)
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.save?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.saveState?4()
-eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setFont?4(style, familyOnly, sizeOnly)
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setFont?4(style, substyle, familyOnly, sizeOnly)
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setSampleFont?4(familyOnly, sizeOnly)
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setState?4(state)
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage?1(lexers)
@@ -7642,20 +7648,31 @@
 eric6.Preferences.MouseClickDialog.MouseClickDialog.getClick?4()
 eric6.Preferences.MouseClickDialog.MouseClickDialog.on_clearButton_clicked?4()
 eric6.Preferences.MouseClickDialog.MouseClickDialog?1(modifiers, button, parent=None)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.color?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.defaulEolFill?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultColor?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultFont?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultPaper?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.description?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.eolFill?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.font?4(style)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.addSubstyle?4(style)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.color?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultColor?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultDescription?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultEolFill?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultFont?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultPaper?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultWords?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.delSubstyle?4(style, substyle)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.description?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.eolFill?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.font?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.getStyles?4()
+eric6.Preferences.PreferencesLexer.PreferencesLexer.hasStyle?4(style, substyle)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.isBaseStyle?4(style)
 eric6.Preferences.PreferencesLexer.PreferencesLexer.language?4()
-eric6.Preferences.PreferencesLexer.PreferencesLexer.paper?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.setColor?4(c, style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.setEolFill?4(eolfill, style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.setFont?4(f, style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.setPaper?4(c, style)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.paper?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.setColor?4(c, style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.setDescription?4(description, style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.setEolFill?4(eolfill, style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.setFont?4(f, style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.setPaper?4(c, style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.setWords?4(words, style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.words?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.writeSettings?4()
 eric6.Preferences.PreferencesLexer.PreferencesLexer?1(language, parent=None)
 eric6.Preferences.PreferencesLexer.PreferencesLexerError?1()
 eric6.Preferences.PreferencesLexer.PreferencesLexerLanguageError?1(language)
@@ -7730,6 +7747,12 @@
 eric6.Preferences.ShortcutsDialog.ShortcutsDialog.populate?4(helpViewer=None)
 eric6.Preferences.ShortcutsDialog.ShortcutsDialog.updateShortcuts?7
 eric6.Preferences.ShortcutsDialog.ShortcutsDialog?1(parent=None)
+eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.getData?4()
+eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.on_defaultButton_clicked?4()
+eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.on_descriptionEdit_textChanged?4(txt)
+eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.on_resetButton_clicked?4()
+eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.on_wordsEdit_textChanged?4()
+eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog?1(lexer, style, substyle, parent=None)
 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.getToollist?4()
 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_addButton_clicked?4()
 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_argumentsEdit_textChanged?4(text)
@@ -8715,6 +8738,7 @@
 eric6.QScintilla.Lexers.Lexer.Lexer.canStreamComment?4()
 eric6.QScintilla.Lexers.Lexer.Lexer.commentStr?4()
 eric6.QScintilla.Lexers.Lexer.Lexer.hasSmartIndent?4()
+eric6.QScintilla.Lexers.Lexer.Lexer.hasSubstyles?4()
 eric6.QScintilla.Lexers.Lexer.Lexer.initProperties?4()
 eric6.QScintilla.Lexers.Lexer.Lexer.isCommentStyle?4(style)
 eric6.QScintilla.Lexers.Lexer.Lexer.isStringStyle?4(style)
@@ -8996,6 +9020,36 @@
 eric6.QScintilla.Lexers.LexerYAML.LexerYAML.isCommentStyle?4(style)
 eric6.QScintilla.Lexers.LexerYAML.LexerYAML.isStringStyle?4(style)
 eric6.QScintilla.Lexers.LexerYAML.LexerYAML?1(parent=None)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.addSubstyle?4(style)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.delSubstyle?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.getBaseStyles?4()
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.hasSubstyle?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.hasSubstyles?4()
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.isBaseStyle?4(style)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.loadDefaultSubStyles?4()
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.loadSubstyles?4()
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.readSubstyles?4(editor)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleColor?4(color, style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleDescription?4(description, style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleEolFill?4(eolFill, style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleFont?4(font, style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstylePaper?4(color, style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleWords?4(words, style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleColor?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultColor?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultDescription?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultEolFill?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultFont?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultPaper?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultWords?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDescription?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleEolFill?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleFont?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substylePaper?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleWords?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substylesCount?4(style)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.writeSubstyles?4()
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer?1()
 eric6.QScintilla.Lexers.getDefaultLexerAssociations?4()
 eric6.QScintilla.Lexers.getLanguageIcon?4(language, pixmap)
 eric6.QScintilla.Lexers.getLexer?4(language, parent=None, pyname="")
@@ -9182,7 +9236,8 @@
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionToEOL?4()
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionWordLeft?4()
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionWordRight?4()
-eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findFirstTarget?4(expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False)
+eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findFirst?4(expression, regexp, caseSensitive, word, wrap, forward=True, line=-1, index=-1, show=True, posix=False, cxx11=False)
+eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findFirstTarget?4(expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False, posix=False, cxx11=False)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findNextTarget?4()
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.flashFindIndicator?4(sline, sindex, eline, eindex)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.focusOutEvent?4(event)
@@ -9251,6 +9306,7 @@
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setRectangularSelection?4(startLine, startIndex, endLine, endIndex)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setStyling?4(length, style)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setVirtualSpaceOptions?4(options)
+eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setWrapStartIndent?4(indent)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.showFindIndicator?4(sline, sindex, eline, eindex)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.showUserList?4(listId, lst)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.startStyling?4(pos, mask)

eric ide

mercurial