cleanup
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
from PyQt6.QtCore import QSize, Qt, QRect
|
from PyQt6.QtGui import QColor, QPixmap, QIcon
|
||||||
from PyQt6.QtGui import QColor, QPainter, QPixmap, QIcon, QBrush, QPen, QPaintEngine
|
|
||||||
from PyQt6.QtWidgets import QWidget, QHBoxLayout, QPushButton, QColorDialog, QSizePolicy, QComboBox
|
from PyQt6.QtWidgets import QWidget, QHBoxLayout, QPushButton, QColorDialog, QSizePolicy, QComboBox
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa|
|
|||||||
|
|
|
|
||||||
ääääääääääääää♥ääääääääääääääää|
|
ääääääääääääää♥ääääääääääääääää|
|
||||||
nonspacing marks:
|
nonspacing marks:
|
||||||
next line consists of x%CC%88
|
next line consists of a%CC%88
|
||||||
ẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍẍ|
|
äääääääääääääääääääääääääääääää|
|
||||||
Combining Double Circumflex Above: “◌᷍◌” (U+1DCD)
|
Combining Double Circumflex Above: “◌᷍◌” (U+1DCD)
|
||||||
x◌᷍◌◌᷍◌x
|
x◌᷍◌◌᷍◌x
|
||||||
👍🏿 dark thumbs up (U+1F44D + U+1F3FF - THUMBS UP SIGN + EMOJI MODIFIER FITZPATRICK TYPE-6)
|
👍🏿 dark thumbs up (U+1F44D + U+1F3FF - THUMBS UP SIGN + EMOJI MODIFIER FITZPATRICK TYPE-6)
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ import os
|
|||||||
import re
|
import re
|
||||||
import tempfile
|
import tempfile
|
||||||
import threading
|
import threading
|
||||||
import time
|
|
||||||
from typing import Optional, Callable
|
from typing import Optional, Callable
|
||||||
|
|
||||||
from PyQt6.QtCore import QRunnable, QThreadPool
|
from PyQt6.QtCore import QRunnable, QThreadPool
|
||||||
|
|||||||
@@ -3,11 +3,8 @@ from typing import Optional
|
|||||||
from highlight import Highlight
|
from highlight import Highlight
|
||||||
from highlighted_range import HighlightedRange
|
from highlighted_range import HighlightedRange
|
||||||
from line import Line
|
from line import Line
|
||||||
from PyQt6.QtCore import *
|
|
||||||
from PyQt6.QtGui import *
|
from PyQt6.QtGui import *
|
||||||
from PyQt6.QtWidgets import *
|
|
||||||
|
|
||||||
from settings import Settings
|
|
||||||
from typing import List
|
from typing import List
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
from PyQt6.QtCore import *
|
from PyQt6.QtCore import *
|
||||||
from PyQt6.QtGui import *
|
from PyQt6.QtGui import *
|
||||||
from PyQt6.QtWidgets import *
|
|
||||||
|
|
||||||
|
|
||||||
class HighlightedRange:
|
class HighlightedRange:
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
import logging
|
import logging
|
||||||
import re
|
|
||||||
import uuid
|
|
||||||
|
|
||||||
from PyQt6.QtGui import QBrush, QColor
|
|
||||||
|
|
||||||
from highlight import Highlight
|
|
||||||
from highlight_regex import HighlightRegex
|
from highlight_regex import HighlightRegex
|
||||||
from settings import Settings
|
from settings import Settings
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
import re
|
|
||||||
|
|
||||||
from PyQt6.QtGui import QIcon
|
from PyQt6.QtGui import QIcon
|
||||||
from PyQt6.QtWidgets import QDialog, QLineEdit, QLabel, QGridLayout, QCheckBox, QListWidget, QListWidgetItem, \
|
from PyQt6.QtWidgets import QDialog, QLineEdit, QLabel, QGridLayout, QCheckBox, QListWidget, QListWidgetItem, \
|
||||||
QPushButton, QDialogButtonBox, QMessageBox, QSizePolicy
|
QPushButton, QDialogButtonBox, QMessageBox, QSizePolicy
|
||||||
|
|||||||
@@ -1,14 +1,10 @@
|
|||||||
import logging
|
import logging
|
||||||
import os
|
from typing import List
|
||||||
import sys
|
|
||||||
from typing import List, Optional
|
|
||||||
|
|
||||||
from PyQt6.QtWidgets import *
|
from PyQt6.QtWidgets import *
|
||||||
from PyQt6.QtGui import *
|
from PyQt6.QtGui import *
|
||||||
|
|
||||||
import constants
|
|
||||||
import urlutils
|
import urlutils
|
||||||
from aboutdialog import AboutDialog
|
|
||||||
from cutesettings import CuteSettings
|
from cutesettings import CuteSettings
|
||||||
from raven.pluginregistry import PluginRegistry
|
from raven.pluginregistry import PluginRegistry
|
||||||
from raven.plugins.domain.menucontribution import MenuContribution, sort_menu_contributions
|
from raven.plugins.domain.menucontribution import MenuContribution, sort_menu_contributions
|
||||||
|
|||||||
Reference in New Issue
Block a user