Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 7.0.0-beta1
-
None
-
5af00873cf (qt-creator/qt-creator/7.0) 5af00873cf (qt-creator/qt-creator/master) 5af00873cf (qt-creator/tqtc-qt-creator/master)
Description
The substitute command does not support patterns with backslashes. For example:
running command "s#\\#/" on line "abc\def" does nothing. Expected: "abc/def".
The attached patch will add support vor this. Tests included in patch.