caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Nicolas Bros" <nicolas.bros@gmail.com>
To: "Jon Harrop" <jon@ffconsultancy.com>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] OCalDE
Date: Fri, 27 Jul 2007 09:18:57 +0200	[thread overview]
Message-ID: <4fbf351c0707270018r2a63c072va080f93e7971f04e@mail.gmail.com> (raw)
In-Reply-To: <200707261747.05149.jon@ffconsultancy.com>

> What exactly does Eclipse provide for IDE developers?

Eclipse provides a gigantic framework for application and plug-in developers.
A lot of features come for free, like:
- Text editors, which support syntax-coloring (with content
partitioning), completion, hyperlinks, code folding, hooking up with
an outline, ...
- Local history, which allow you to restore a previous version of a file
- Content versioning system
- Views, which can be moved, minimized, closed, restored, ...
- A building framework
- A debugging framework
- Progress monitors (which show a progress indicator and allow
interrupting the task)
- Perspectives (a way of organizing views by tasks)
- Preferences, which are automatically saved and restored
- Property pages
- Wizards, for creating new projects, etc.
The list goes on and on...

> And what is rewriting camlp4 in Java like?

There is no need to, camlp4 (like any other command-line tool) can be
called from Eclipse, and its output used in OcaIDE.


  reply	other threads:[~2007-07-27  7:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-25 12:30 Re : " Matthieu Wipliez
2007-07-26 16:47 ` Jon Harrop
2007-07-27  7:18   ` Nicolas Bros [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-07-23 16:21 OCalDE Christophe Raffalli
2007-07-25  7:27 ` [Caml-list] OCalDE Nicolas Bros
2007-07-25  7:41   ` Christophe Raffalli
2007-07-25  9:24   ` Alain Frisch
2007-07-25 15:32     ` Nicolas Bros
2007-07-25  9:33   ` Jon Harrop
2007-07-31 11:22 ` Nicolas Bros

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=4fbf351c0707270018r2a63c072va080f93e7971f04e@mail.gmail.com \
    --to=nicolas.bros@gmail.com \
    --cc=caml-list@yquem.inria.fr \
    --cc=jon@ffconsultancy.com \
    /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;
as well as URLs for NNTP newsgroup(s).