10 import re |
10 import re |
11 |
11 |
12 from PyQt6.QtCore import Qt |
12 from PyQt6.QtCore import Qt |
13 from PyQt6.QtWidgets import QMenu |
13 from PyQt6.QtWidgets import QMenu |
14 |
14 |
15 from EricWidgets.EricApplication import ericApp |
15 from eric7.EricWidgets.EricApplication import ericApp |
16 |
16 |
17 import Preferences |
17 from eric7 import Preferences |
18 |
18 |
19 |
19 |
20 def getIndentStr(text): |
20 def getIndentStr(text): |
21 """ |
21 """ |
22 Function to get the indentation of a text. |
22 Function to get the indentation of a text. |