Merge remote-tracking branch 'origin/13.0'

Change-Id: I12578a55fb61a3a9620c749c0b3bbbae6dcb4493
This commit is contained in:
Eike Ziller
2024-04-02 14:54:30 +02:00
53 changed files with 176 additions and 161 deletions

View File

@@ -110,7 +110,7 @@ def textUnderCursor(window, fromPos, toPos):
cursor.movePosition(toPos, QTextCursor.KeepAnchor)
returnValue = cursor.selectedText()
cursor.setPosition(oldposition)
return returnValue
return str(returnValue)
def which(program):
# Don't use spawn.find_executable because it can't find .bat or