notepad-plus-plus icon indicating copy to clipboard operation
notepad-plus-plus copied to clipboard

[BUG] Unable to edit long lists

Open worldor opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Description of the Issue

Word wrap makes a long string file freeze

Steps To Reproduce

  1. Paste a list of e.g. 30k rows where each row is an e.g. five digit number
  2. Replace /r/n with "," (excluding quotes)
  3. The lists converts into a large single line string like 11111,22222,33333, etc
  4. Notepad++ freezes a lot both during replace
  5. Notepad++ also freezes a lot after replace, when trying to vertically scroll the window with the large single line string especially when word wrap is enabled.
  6. Notepad++ also takes a lot of time and freezes a lot when trying to copy the long string into clipboard

Current Behavior

  1. Paste a list of e.g. 30k rows where each row is an e.g. five digit number
  2. Replace /r/n with "," (excluding quotes)
  3. The lists converts into a large single line string like 11111,22222,33333, etc
  4. Notepad++ freezes a lot both during replace
  5. Notepad++ also freezes a lot after replace, when trying to vertically scroll the window with the large single line string especially when word wrap is enabled.
  6. Notepad++ also takes a lot of time and freezes a lot when trying to copy the long string into clipboard

Expected Behavior

Not to freeze

Debug Information

Latest version on a fast Win11 machine.

Anything else?

No response

worldor avatar Jun 13 '24 07:06 worldor

To be taken seriously, you need to provide the Debug Information as requested (read the instructions).

alankilborn avatar Jun 13 '24 10:06 alankilborn