From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=NO_REAL_NAME, RCVD_NUMERIC_HELO,SPF_SOFTFAIL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 3F88BBBAF for ; Wed, 23 Jul 2008 10:42:48 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlUDALaLhkjAI/YN/2dsb2JhbACRV1efdQ X-IronPort-AV: E=Sophos;i="4.31,237,1215381600"; d="scan'208";a="15379198" Received: from pepe.inescn.pt ([192.35.246.13]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 23 Jul 2008 10:42:47 +0200 Received: from localhost (pepe.inescn.pt [127.0.0.1]) by pepe.inescn.pt (8.13.8/8.13.8/5) with ESMTP id m6N8giw0018142; Wed, 23 Jul 2008 09:42:44 +0100 X-Virus-Scanned: amavisd-new at inescporto.pt Received: from pepe.inescn.pt ([127.0.0.1]) by localhost (pepe.inescn.pt [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OnaaVMLzEFw8; Wed, 23 Jul 2008 09:42:17 +0100 (WEST) Received: from localhost (animal.inescn.pt [192.35.246.1]) by pepe.inescn.pt (8.13.8/8.13.8/43) with ESMTP id m6N8gE07018135; Wed, 23 Jul 2008 09:42:14 +0100 Received: from 136.249.54.77.rev.vodafone.pt (136.249.54.77.rev.vodafone.pt [77.54.249.136]) by webmail.inescporto.pt (IMP) with HTTP for ; Wed, 23 Jul 2008 09:42:14 +0100 Message-ID: <1216802534.4886eee6211e8@webmail.inescporto.pt> Date: Wed, 23 Jul 2008 09:42:14 +0100 From: hmf@inescporto.pt To: adonis28850 Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] New Ocaml Plug-in for NetBeans MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.3 X-Originating-IP: 77.54.249.136 X-Spam: no; 0.00; ocaml:01 ocaml:01 mli:01 mll:01 syntax:01 camlp:01 debugger:01 toplevel:01 o'caml:01 o'caml:01 constructors:01 syntax:01 plug-in:98 plug-in:98 wrote:01 Hi Adonis28850, I don't know if you are aware of this but IDE support for Ocaml already exists and is quite mature. Support is in the form of an Eclipse IDE plug-in. I don't know what your objectives are, but this may be what you're looking for. Note that I use both Netbeans and Eclipse so an Ocaml plug-in for Netbeans would also be welcome. For everyone else: use, test and contribute to these efforts if you can. A lot of effort has been put into them. Some previous attempts have "died" due to lack of support. Please note that I am a simple user and not in any other way associated to OcaIDE, however please take a look at: http://ocaml.eclipse.ortsa.com:8480/ocaide/ It includes among other things: * Source editor for ml, mli, mly mll files * Syntax coloring * Automatic indentation * An integrated code formatter, and an interface to the camlp4 formatter (through an AST printer) * Code Completion * Standard library browser * Integrated debugger * Highlighting of matching delimiters * Integrated toplevel * Building of O'Caml projects * Importation and exportation of O'Caml projects * Launching of O'Caml executables * A code outline * Displaying the inferred type of elements in the editor and outline * Descriptive popups on O'Caml definitions * Help on expected parameters for functions, exceptions and constructors * Hyperlinks for jumping to the definition of an element (variable, type constructor...) * Error markers in the editor, editor's margin, Navigator view and Problems view Regards, Hugo F. adonis28850 wrote: > Im developing a Ocaml Plug-in for NetBeans, it has just started , i get > support for .ml files and a very simple syntax highlighting, if some one is > interested contact with me.thanks