49 self.defaultSubStyles = { |
49 self.defaultSubStyles = { |
50 11: { |
50 11: { |
51 0: { |
51 0: { |
52 "Description": self.tr("Standard Library Modules"), |
52 "Description": self.tr("Standard Library Modules"), |
53 "Words": """ |
53 "Words": """ |
54 __main__ _dummy_thread _thread abc aifc argparse array ascii ast asynchat |
54 __main__ abc aifc antigravity argparse array ast asynchat asyncio asyncore atexit |
55 asyncio asyncore atexit audioop base64 bdb binascii binhex bisect builtins bz2 |
55 audioop base64 bdb binascii bisect builtins bz2 cProfile calendar cgi cgitb chunk cmath |
56 calendar cgi cgitb chunk cmath cmd code codecs codeop collections colorsys |
56 cmd code codecs codeop collections colorsys compileall concurrent configparser |
57 compileall concurrent configparser contextlib contextvars copy copyreg |
57 contextlib contextvars copy copyreg crypt csv ctypes curses dataclasses datetime dbm |
58 cProfile crypt csv ctypes curses dataclasses datetime dbm decimal difflib dis |
58 decimal difflib dis distutils doctest email encodings ensurepip enum errno faulthandler |
59 distutils doctest email encodings ensurepip enum errno faulthandler fcntl |
59 fcntl filecmp fileinput fnmatch fractions ftplib functools gc genericpath getopt |
60 filecmp fileinput fnmatch formatter fractions ftplib functools gc getopt |
60 getpass gettext glob graphlib grp gzip hashlib heapq hmac html http idlelib imaplib |
61 getpass gettext glob graphlib grp gzip hashlib heapq hmac html http imaplib |
61 imghdr imp importlib inspect io ipaddress itertools json keyword lib2to3 linecache |
62 imghdr imp importlib inspect io ipaddress itertools json keyword lib2to3 |
62 locale logging lzma mailbox mailcap marshal math mimetypes mmap modulefinder msilib |
63 linecache locale logging lzma mailbox mailcap marshal math mimetypes mmap |
63 msvcrt multiprocessing netrc nis nntplib nt ntpath nturl2path numbers opcode operator |
64 modulefinder msilib msvcrt multiprocessing netrc nis nntplib numbers opcode |
64 optparse os ossaudiodev pathlib pdb pickle pickletools pipes pkgutil platform plistlib |
65 operator optparse os ossaudiodev parser path pathlib pdb pickle pickletools |
65 poplib posix posixpath pprint profile pstats pty pwd py_compile pyclbr pydoc pydoc_data |
66 pipes pkgutil platform plistlib poplib posix pprint profile pstats pty pwd |
66 pyexpat queue quopri random re readline reprlib resource rlcompleter runpy sched |
67 py_compile pyclbr pydoc queue quopri random re readline reprlib resource |
67 secrets select selectors shelve shlex shutil signal site smtpd smtplib sndhdr socket |
68 rlcompleter runpy sched secrets select selectors shelve shlex shutil signal |
68 socketserver spwd sqlite3 sre_compile sre_constants sre_parse ssl stat statistics |
69 site smtpd smtplib sndhdr socket socketserver spwd sqlite3 ssl stat statistics |
69 string stringprep struct subprocess sunau symtable sys sysconfig syslog tabnanny |
70 string stringprep struct subprocess sunau symbol symtable sys sysconfig syslog |
70 tarfile telnetlib tempfile termios textwrap this threading time timeit tkinter token |
71 tabnanny tarfile telnetlib tempfile termios test textwrap threading time |
71 tokenize tomllib trace traceback tracemalloc tty turtle turtledemo types typing |
72 timeit tkinter token tokenize trace traceback tracemalloc tty turtle |
72 unicodedata unittest urllib uu uuid venv warnings wave weakref webbrowser winreg |
73 turtledemo types typing unicodedata unittest urllib uu uuid venv warnings wave |
73 winsound wsgiref xdrlib xml xmlrpc zipapp zipfile zipimport zlib zoneinfo""", |
74 weakref webbrowser winreg winsound wsgiref xdrlib xml xmlrpc zipapp zipfile |
|
75 zipimport zlib zoneinfo""", |
|
76 "Style": { |
74 "Style": { |
77 "fore": 0xDD9900, |
75 "fore": 0xDD9900, |
78 "font_bold": True, |
76 "font_bold": True, |
79 }, |
77 }, |
80 }, |
78 }, |
93 "Words": """ |
91 "Words": """ |
94 PyQt5 PyQt6 Qsci Qt Qt3DAnimation Qt3DCore Qt3DExtras Qt3DInput Qt3DLogic |
92 PyQt5 PyQt6 Qsci Qt Qt3DAnimation Qt3DCore Qt3DExtras Qt3DInput Qt3DLogic |
95 Qt3DRender QtBluetooth QtChart QtCharts QtCore QtDataVisualization QtDBus |
93 Qt3DRender QtBluetooth QtChart QtCharts QtCore QtDataVisualization QtDBus |
96 QtDesigner QtGui QtHelp QtLocation QtMacExtras QtMultimedia |
94 QtDesigner QtGui QtHelp QtLocation QtMacExtras QtMultimedia |
97 QtMultimediaWidgets QtNetwork QtNetworkAuth QtNfc QtOpenGL QtOpenGLWidgets |
95 QtMultimediaWidgets QtNetwork QtNetworkAuth QtNfc QtOpenGL QtOpenGLWidgets |
98 QtPositioning QtPrintSupport QtPurchasing QtQml QtQuick QtQuick3D |
96 QtPdf QtPdfWidgets QtPositioning QtPrintSupport QtPurchasing QtQml QtQuick QtQuick3D |
99 QtQuickWidgets QtRemoteObjects QtSensors QtSerialPort QtSql QtSvg QtSvgWidgets |
97 QtQuickWidgets QtRemoteObjects QtSensors QtSerialPort QtSql QtSvg QtSvgWidgets |
100 QtTest QtTextToSpeech QtWebChannel QtWebEngine QtWebEngineCore |
98 QtTest QtTextToSpeech QtWebChannel QtWebEngine QtWebEngineCore QtWebEngineQuick |
101 QtWebEngineWidgets QtWebSockets QtWidgets QtWinExtras QtX11Extras QtXml |
99 QtWebEngineWidgets QtWebSockets QtWidgets QtWinExtras QtX11Extras QtXml |
102 QtXmlPatterns sip""", |
100 QtXmlPatterns sip""", |
103 "Style": { |
101 "Style": { |
104 "fore": 0x44AADD, |
102 "fore": 0x44AADD, |
105 "font_bold": True, |
103 "font_bold": True, |