Backport fix for #1150
This commit is contained in:
@@ -1982,6 +1982,11 @@ class GuiDocEditor(QTextEdit):
|
|||||||
nDelete = 3
|
nDelete = 3
|
||||||
tInsert = nwUnicode.U_HELLIP
|
tInsert = nwUnicode.U_HELLIP
|
||||||
|
|
||||||
|
elif theOne == nwUnicode.U_LSEP:
|
||||||
|
# This resolves issue #1150
|
||||||
|
nDelete = 1
|
||||||
|
tInsert = nwUnicode.U_PSEP
|
||||||
|
|
||||||
tCheck = tInsert
|
tCheck = tInsert
|
||||||
if tCheck in self.mainConf.fmtPadBefore:
|
if tCheck in self.mainConf.fmtPadBefore:
|
||||||
if self._allowSpaceBeforeColon(theText, tCheck):
|
if self._allowSpaceBeforeColon(theText, tCheck):
|
||||||
|
|||||||
Reference in New Issue
Block a user