APIs/Python3/eric6.bas

branch
maintenance
changeset 6923
d062df8f1d9f
parent 6884
2a34f22cdbc1
child 6927
50c60a7a8bab
diff -r 14680839ad7a -r d062df8f1d9f APIs/Python3/eric6.bas
--- a/APIs/Python3/eric6.bas	Sat Mar 02 11:17:15 2019 +0100
+++ b/APIs/Python3/eric6.bas	Fri Apr 05 19:06:39 2019 +0200
@@ -181,6 +181,8 @@
 E5Ftp ftplib.FTP
 E5FtpProxyError ftplib.Error
 E5GenericDiffHighlighter QSyntaxHighlighter
+E5GoogleMail QObject
+E5GoogleMailAuthBrowser QDialog
 E5GraphicsView QGraphicsView
 E5HorizontalToolBox E5TabWidget
 E5Led QWidget
@@ -556,7 +558,7 @@
 LexerBash Lexer QsciLexerBash
 LexerBatch Lexer QsciLexerBatch
 LexerCMake Lexer QsciLexerCMake
-LexerCPP Lexer QsciLexerCPP
+LexerCPP QsciLexerCPP SubstyledLexer
 LexerCSS Lexer QsciLexerCSS
 LexerCSharp Lexer QsciLexerCSharp
 LexerCoffeeScript Lexer QsciLexerCoffeeScript
@@ -582,7 +584,7 @@
 LexerPostScript Lexer QsciLexerPostScript
 LexerProperties Lexer QsciLexerProperties
 LexerPygments LexerContainer
-LexerPython Lexer QsciLexerPython
+LexerPython QsciLexerPython SubstyledLexer
 LexerQSS Lexer QsciLexerCSS
 LexerRuby Lexer QsciLexerRuby
 LexerSQL Lexer QsciLexerSQL
@@ -703,7 +705,7 @@
 PluginUninstallWidget QWidget Ui_PluginUninstallDialog
 PluginUninstallWindow E5MainWindow
 PluginWizardDialog QDialog Ui_PluginWizardDialog
-PreferencesLexer QsciLexer
+PreferencesLexer QObject
 PreferencesLexerError Exception
 PreferencesLexerLanguageError PreferencesLexerError
 PreviewProcessingThread QThread
@@ -789,6 +791,7 @@
 ReloadStopButton E5ToolButton
 RemoveBookmarksCommand QUndoCommand
 RestructuredTextProvider MarkupBase
+ReturnVisitor ast.NodeVisitor
 SafariImporter BookmarksImporter
 SafeBrowsingAPIClient QObject
 SafeBrowsingCache QObject
@@ -861,6 +864,8 @@
 StatusMonitorLedWidget QWidget
 Strip HgExtension
 StripProjectHelper HgExtensionProjectHelper
+SubstyleDefinitionDialog QDialog Ui_SubstyleDefinitionDialog
+SubstyledLexer Lexer
 Subversion VersionControl
 SubversionPage ConfigurationPageBase Ui_SubversionPage
 SvgDiagram E5MainWindow

eric ide

mercurial