You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user might put in double backslashes as workaround, but this is not intuitive - the user should be able to input e.g. a Windows path as usual, not in Java string literal syntax.
So this should be fixed, but also allowing to enter a string containing e.g. \n in order to create a newline as demanded by issue #276. (This may lead to ambiguity, of course, as in an hypothetic input string "documents\newDocs\nextDoc.docx")