RegexUtil icon indicating copy to clipboard operation
RegexUtil copied to clipboard

line breaks vanished when pasting some text with line breaks

Open BlurryFlurry opened this issue 5 years ago • 2 comments

Problem in short:

When copying and pasting contents from the editor to the regex tester, it removes every line breaks and whole contents appears in single line in regex tester.

Environment:

Manjaro linux + i3wm Have RegexpTester 1.0.6 Sep 15, 2018 plugin installed on: PyCharm Professional 2019.3.1 Build #PY 566261

Steps to reproduce:

  1. Simply go the editor and select couple of text lines and copy (Ctrl+c)
  2. Press Ctrl+Shift+A and type Regex Tester and hit enter, so it opens the regex tester.
  3. Paste the content into the regex tester. (Ctrl+V)

Actual results:

Pasted contents appear in the regex tester as a single text line

Expected results:

Pasted contents appear in the regex tester as same as original texts with multiple lines.

Proof:

https://imgur.com/zbOOdsJ.png

BlurryFlurry avatar Jan 22 '20 02:01 BlurryFlurry

same issue

jimklo avatar Apr 03 '20 03:04 jimklo

same problem on mac osx

Phillip85 avatar Oct 25 '21 17:10 Phillip85

same issue on ms-windows in Androidstudio

k3b avatar Feb 21 '23 11:02 k3b

Fixed in 2.0.0

sevdokimov avatar Jul 19 '23 11:07 sevdokimov