lanurmi / efte

eFTE is a fork of FTE -- Folding Text Editor
GNU General Public License v2.0
31 stars 11 forks source link

C+C or ESC during file load #86

Open lanurmi opened 16 years ago

lanurmi commented 16 years ago

If you load a huge file, efte will load, load, load, load. This is a problem if you hit enter on the wrong file or something, then have to wait for it.

A simple ESC or Ctrl+C would be great.

Reported by: *anonymous

Original Ticket: "efte/feature-requests/45":https://sourceforge.net/p/efte/feature-requests/45

lanurmi commented 16 years ago

Logged In: NO

why load the whole file in first place? just the part in edit or screen scope should be enough. though the problem may be just postponed then, until somebody tries to search the whole file, or jumps to a specified line number. simply jumping to end of file should not require loading all of it.

Original comment by: nobody

lanurmi commented 16 years ago

Logged In: NO

ctrl- break works (under windows)

Original comment by: nobody