Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Maxence Guesdon <maxence.guesdon@inria.fr>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Favorite OCaml editor?
Date: Tue, 5 Jan 2010 11:50:22 +0100	[thread overview]
Message-ID: <20100105115022.6943ebd6@haddock.home> (raw)
In-Reply-To: <201001051123.53171.jon@ffconsultancy.com>

Le Tue, 5 Jan 2010 11:23:53 +0000,
Jon Harrop <jon@ffconsultancy.com> a écrit :

> On Tuesday 05 January 2010 08:45:04 Maxence Guesdon wrote:
> > My favorite editor is Chamo:
> >   http://home.gna.org/cameleon/chamo.en.html
> 
> Nice! Why do you prefer it?
> 

1. It is written in OCaml and I can extend it with OCaml code to fit my
needs :-)

2. It already provides:
 - syntax highlighting (based on the underlying gtksourceview widget,
   which is quite limited but is simple to use)
 - standard edition features (search, query-replace, transpose
   words, ...)
 - powerful layout: horizontal or vertical split, tabs, "recursively"
 - a system of views to edit each file with specific view
   (for example, there is a view to browse ocamldoc dumps)
 - an ocaml mode with:
   + some automatic indentation, even if it stops on syntax errors
     and sometimes get confused (it is based on a lexer and a stack,
     not a parser)
   + launching compilation process and jumping to error and/or warning
     locations,
   + analyze of stack traces output to allow me to jump at each point
     of the trace (see http://home.gna.org/cameleon/snippets.en.html)
   + using .annot files to display types of expressions,
   + a predefined command to switch between .ml and .mli file,
 - some other modes (latex, R, ChangeLog, Makefile)

3. Additional plugins can be easily defined, like the oug plugin:
  http://home.gna.org/oug/gettingstarted.en.html#gs:cameleon

4. One can improve the display of a source file to get advantage of
  UTF8 characters, like in the Greek-ocaml extension:
  http://home.gna.org/cameleon/snippets.en.html
  
It seems to fit points 1-7 of Daniel's list :)

Maxence



  reply	other threads:[~2010-01-05 11:28 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-05  6:03 Grant Rettke
2010-01-05  6:08 ` [Caml-list] " Mihamina Rakotomandimby
2010-01-05  6:22 ` Mike Lin
2010-01-05  6:36   ` Alexander Voinov
2010-01-05  7:01   ` Erik de Castro Lopo
2010-01-05  7:31 ` Daniel Bünzli
2010-01-05 11:28   ` Jon Harrop
2010-01-05 16:55     ` Laurent Le Brun
2010-01-05  8:13 ` Jon Harrop
2010-01-05 10:27   ` Alain Frisch
2010-01-05 10:44     ` Nicolas Pouillard
2010-01-05 13:00       ` Alain Frisch
2010-01-05 13:11         ` Nicolas Pouillard
2010-01-05 14:14     ` Hugo Ferreira
2010-01-05  8:45 ` Maxence Guesdon
2010-01-05 11:23   ` Jon Harrop
2010-01-05 10:50     ` Maxence Guesdon [this message]
2010-01-05 10:24 ` Vincent Aravantinos
2010-01-05 11:02   ` Richard Jones
2010-01-05 10:58 ` Richard Jones
2010-01-05 12:21 ` Florent Ouchet
2010-01-05 17:32   ` Tim Hanson
2010-01-05 13:09 ` Martin DeMello
2010-01-05  6:21 Gaius Hammond

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100105115022.6943ebd6@haddock.home \
    --to=maxence.guesdon@inria.fr \
    --cc=caml-list@yquem.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox