Ticket #464 (closed defect: fixed)
can't paste much text
| Reported by: | daxim | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.40 |
| Keywords: | Cc: |
Description
- Copy 220000 lines of text from another application, for instance Kate or Opera.
- Paste into Padre editor window.
What should happen:
Pastes text.
What really happens:
Nothing.
Change History
Note: See
TracTickets for help on using
tickets.

Assuming that your average line contains more than 2.3 chars, you're breaking the hard-coded Padre limit of 500.000 bytes per open document.
Tried with current trunk:
Both samples had much more than 2.3 chars per line.