src/eric7/QScintilla/Lexers/LexerPython.py

branch
eric7
changeset 9359
8d3f5cf4f819
parent 9221
bf71ee032bb4
child 9413
80c06d472826
diff -r 4ad1fcd03875 -r 8d3f5cf4f819 src/eric7/QScintilla/Lexers/LexerPython.py
--- a/src/eric7/QScintilla/Lexers/LexerPython.py	Mon Sep 26 17:25:48 2022 +0200
+++ b/src/eric7/QScintilla/Lexers/LexerPython.py	Tue Sep 27 11:35:03 2022 +0200
@@ -51,28 +51,26 @@
                 0: {
                     "Description": self.tr("Standard Library Modules"),
                     "Words": """
- __main__ _dummy_thread _thread abc aifc argparse array ascii ast asynchat
- asyncio asyncore atexit audioop base64 bdb binascii binhex bisect builtins bz2
- calendar cgi cgitb chunk cmath cmd code codecs codeop collections colorsys
- compileall concurrent configparser contextlib contextvars copy copyreg
- cProfile crypt csv ctypes curses dataclasses datetime dbm decimal difflib dis
- distutils doctest email encodings ensurepip enum errno faulthandler fcntl
- filecmp fileinput fnmatch formatter fractions ftplib functools gc getopt
- getpass gettext glob graphlib grp gzip hashlib heapq hmac html http imaplib
- imghdr imp importlib inspect io ipaddress itertools json keyword lib2to3
- linecache locale logging lzma mailbox mailcap marshal math mimetypes mmap
- modulefinder msilib msvcrt multiprocessing netrc nis nntplib numbers opcode
- operator optparse os ossaudiodev parser path pathlib pdb pickle pickletools
- pipes pkgutil platform plistlib poplib posix pprint profile pstats pty pwd
- py_compile pyclbr pydoc queue quopri random re readline reprlib resource
- rlcompleter runpy sched secrets select selectors shelve shlex shutil signal
- site smtpd smtplib sndhdr socket socketserver spwd sqlite3 ssl stat statistics
- string stringprep struct subprocess sunau symbol symtable sys sysconfig syslog
- tabnanny tarfile telnetlib tempfile termios test textwrap threading time
- timeit tkinter token tokenize trace traceback tracemalloc tty turtle
- turtledemo types typing unicodedata unittest urllib uu uuid venv warnings wave
- weakref webbrowser winreg winsound wsgiref xdrlib xml xmlrpc zipapp zipfile
- zipimport zlib zoneinfo""",
+ __main__ abc aifc antigravity argparse array ast asynchat asyncio asyncore atexit
+ audioop base64 bdb binascii bisect builtins bz2 cProfile calendar cgi cgitb chunk cmath
+ cmd code codecs codeop collections colorsys compileall concurrent configparser
+ contextlib contextvars copy copyreg crypt csv ctypes curses dataclasses datetime dbm
+ decimal difflib dis distutils doctest email encodings ensurepip enum errno faulthandler
+ fcntl filecmp fileinput fnmatch fractions ftplib functools gc genericpath getopt
+ getpass gettext glob graphlib grp gzip hashlib heapq hmac html http idlelib imaplib
+ imghdr imp importlib inspect io ipaddress itertools json keyword lib2to3 linecache
+ locale logging lzma mailbox mailcap marshal math mimetypes mmap modulefinder msilib
+ msvcrt multiprocessing netrc nis nntplib nt ntpath nturl2path numbers opcode operator
+ optparse os ossaudiodev pathlib pdb pickle pickletools pipes pkgutil platform plistlib
+ poplib posix posixpath pprint profile pstats pty pwd py_compile pyclbr pydoc pydoc_data
+ pyexpat queue quopri random re readline reprlib resource rlcompleter runpy sched
+ secrets select selectors shelve shlex shutil signal site smtpd smtplib sndhdr socket
+ socketserver spwd sqlite3 sre_compile sre_constants sre_parse ssl stat statistics
+ string stringprep struct subprocess sunau symtable sys sysconfig syslog tabnanny
+ tarfile telnetlib tempfile termios textwrap this threading time timeit tkinter token
+ tokenize tomllib trace traceback tracemalloc tty turtle turtledemo types typing
+ unicodedata unittest urllib uu uuid venv warnings wave weakref webbrowser winreg
+ winsound wsgiref xdrlib xml xmlrpc zipapp zipfile zipimport zlib zoneinfo""",
                     "Style": {
                         "fore": 0xDD9900,
                         "font_bold": True,
@@ -95,9 +93,9 @@
  Qt3DRender QtBluetooth QtChart QtCharts QtCore QtDataVisualization QtDBus
  QtDesigner QtGui QtHelp QtLocation QtMacExtras QtMultimedia
  QtMultimediaWidgets QtNetwork QtNetworkAuth QtNfc QtOpenGL QtOpenGLWidgets
- QtPositioning QtPrintSupport QtPurchasing QtQml QtQuick QtQuick3D
+ QtPdf QtPdfWidgets QtPositioning QtPrintSupport QtPurchasing QtQml QtQuick QtQuick3D
  QtQuickWidgets QtRemoteObjects QtSensors QtSerialPort QtSql QtSvg QtSvgWidgets
- QtTest QtTextToSpeech QtWebChannel QtWebEngine QtWebEngineCore
+ QtTest QtTextToSpeech QtWebChannel QtWebEngine QtWebEngineCore QtWebEngineQuick
  QtWebEngineWidgets QtWebSockets QtWidgets QtWinExtras QtX11Extras QtXml
  QtXmlPatterns sip""",
                     "Style": {

eric ide

mercurial