Ticket #186 (closed defect: fixed)
deal with large files
| Reported by: | szabgab | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.21 |
| Keywords: | Cc: |
Description
When trying to open a large file (10 MB) Padre cannot handle it
well. http://use.perl.org/~systems/journal/38136
We should either find a way to handle large files (maybe only read a chunk of it into memory?) or we might want to check the file size before opening the file and tell the user we cannot currently open files that are bigger than X.
Change History
Note: See
TracTickets for help on using
tickets.

implemented in r3749 and r3750