Re: [racket] Line folding in DrRacket

2013-04-25 Thread Laurent
Thanks Danny, but this actually transforms the text into non-pure text files. I'd like the same thing (collapsing s-exp is even better than lines), but without modifying the file, i.e., the folding is just a /view/ of the file (and because of this, I think line folding is easier than s-exp folding)

Re: [racket] Line folding in DrRacket

2013-04-25 Thread Danny Yoo
DrRacket supports a kind of folding on an s-expression basis, rather than on a line basis. If you right click on an expression, you should see an option: "Collapse S-expression". Racket Users list: http://lists.racket-lang.org/users