[racket] Line folding in DrRacket

From: Laurent (laurent.orseau at gmail.com)
Date: Thu Apr 25 05:05:51 EDT 2013

Is there a way to fold lines in DrRacket (for pure text files)?

I.e., say there is a file in the editor, with line numbers displayed:
1  This is the first line.
2  This is the second line.
3  This is the third line.

and I want to fold line 2, the editor would then only show:
1  This is the first line.
3  This is the third line.

but of course line 2 is not really deleted, just hidden.
I don't mean something like wxWidgets, i.e., the file itself is not changed
and remains pure text.

If not, what would it take roughly to implement such a feature?

Thanks,
Laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130425/d3777587/attachment-0001.html>

Posted on the users mailing list.