Browse thread
Smart caml editor and smart debugger
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Gaius Hammond <gaius@g...> |
| Subject: | Re: [Caml-list] Smart caml editor and smart debugger |
On 15 Oct 2010, at 10:38, Dumitru Potop-Butucaru wrote: > > Hello, > > > 1. An editor where I can collapse entire > definitions (by reducing a huge "let x = .... in" > step into a single line). I'd prefer doing it > using a mouse, but emacs shortcuts would > be OK, too. > > This feature is called "code folding", I wrote a blog entry about it recently: http://gaiustech.wordpress.com/2010/09/20/code-folding-in-emacs/ Cheers, G