notepad-plus-plus
notepad-plus-plus copied to clipboard
[BUG] Unable to edit long lists
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
- Paste a list of e.g. 30k rows where each row is an e.g. five digit number
- Replace /r/n with "," (excluding quotes)
- The lists converts into a large single line string like 11111,22222,33333, etc
- Notepad++ freezes a lot both during replace
- 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.
- Notepad++ also takes a lot of time and freezes a lot when trying to copy the long string into clipboard
Current Behavior
- Paste a list of e.g. 30k rows where each row is an e.g. five digit number
- Replace /r/n with "," (excluding quotes)
- The lists converts into a large single line string like 11111,22222,33333, etc
- Notepad++ freezes a lot both during replace
- 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.
- 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
To be taken seriously, you need to provide the Debug Information as requested (read the instructions).