Re: [Haskell-cafe] Code completion? (IDE)?

2006-02-17 Thread Marc Weber
On Thu, Feb 16, 2006 at 09:50:51AM -0300, Thiago Arrais wrote:
 On 2/16/06, Thiago Arrais [EMAIL PROTECTED] wrote:
  Just take a look at the latest integration build that you are able to find 
  at
 
  http://eclipsefp.sourceforge.net/download
 
 There is also a screenshot at
 
 http://eclipsefp.sourceforge.net/images/first-content-assist.png

Is this content aware?
Doing this kind of complition is easy to achieve in vim, too.

I tried downloading, eclipse and the latest EcplipseFP zip file.
I couldn't use the standard installer (Help- Add Features ..) because
it didn't find anything..

But now I don't know how to switch to haskell mode or wether it's
properly installed.

But I think I can't use it because Eclipse is slow compared to vim and
at the moment I'm running Windows and colinux on the same system (using
colinux) with 512 RAM.. When using Eclipse swapping starts.. but if you
get this working for jEdit.. you may make me using it ..

I think my way to go is: using already existing haskell parsers and add
haskell script support to vim.. Using hs-plugins it shouldn't be that
hard.. But I have to learn that stuff first.

Marc
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Code completion? (IDE)?

2006-02-17 Thread Ketil Malde
Marc Weber [EMAIL PROTECTED] writes:

 I tried downloading, eclipse and the latest EcplipseFP zip file.
 I couldn't use the standard installer (Help- Add Features ..) because
 it didn't find anything..

Strange, that worked for me.

From my quick look, Eclipse looks like a workable candidate.  Since I
have the Emacs key combinations pretty much hard-wired in my hands, I
was pleased to see there was an Emacs mode, and pleasantly surprised
that unlike some Emacs modes, it actually seemed to be fairly faithful
and complete.

However, I got a bit lost in the various menus, and having no previous
experience with it, I don't know whether any problems are due to bugs
or incompletenesses in EclipseFP, or my lack of experience with
Eclipse itself.  So at the moment, I'm still using Emacs.

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Code completion? (IDE)?

2006-02-16 Thread Thiago Arrais
Marc,

On 2/16/06, Marc Weber [EMAIL PROTECTED] wrote:
 vim7 has introduced omni-completion... So I'm interested wether there
 are any projects which support any kind of completion.?

I have been working on some code completion support for EclipseFP. It
is right now in a really infant stage, but it at least is something.

Just take a look at the latest integration build that you are able to find at

http://eclipsefp.sourceforge.net/download

Cheers,

Thiago Arrais
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Code completion? (IDE)?

2006-02-16 Thread Thiago Arrais
On 2/16/06, Thiago Arrais [EMAIL PROTECTED] wrote:
 Just take a look at the latest integration build that you are able to find at

 http://eclipsefp.sourceforge.net/download

There is also a screenshot at

http://eclipsefp.sourceforge.net/images/first-content-assist.png

Cheers,

Thiago Arrais
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe