[Haskell-cafe] Re: Best Editor In Windows

2009-11-04 Thread Gour
On Tue, 3 Nov 2009 12:47:40 -0800 Gregory == Gregory Crosswhite wrote: Gregory The problem with Leo is that although there are rarely Gregory performance problems when navigating and editing the outline, Gregory the text pane can be very slow at times when using the Gregory Tk-based GUI ---

[Haskell-cafe] Re: Best Editor In Windows

2009-11-03 Thread Gour
On Fri, 16 Oct 2009 10:41:05 -0700 Gregory == gcr...@phys.washington.edu wrote: Hi Greg, Gregory While Emacs has some outline capabilities, they are not at Gregory this time remotely as nice or as powerful as Leo, which among Gregory other things: Do you use Leo for Haskell development? I've

Re: [Haskell-cafe] Re: Best Editor In Windows

2009-11-03 Thread Gregory Crosswhite
Gour, Yes, I use Leo for Haskell development. You will need to use the development trunk, though, since it contains a necessary patch I submitted to make Leo work correctly with Haskell sources. You can download this from Launchpad: https://launchpad.net/leo-editor It is

Re: [Haskell-cafe] Re: Best Editor In Windows

2009-11-03 Thread Philippos Apolinarius
:\Arquivos de Programas\Leksah\etc\pango\pangorc': Invalid argument --- On Tue, 11/3/09, Gregory Crosswhite gcr...@phys.washington.edu wrote: From: Gregory Crosswhite gcr...@phys.washington.edu Subject: Re: [Haskell-cafe] Re: Best Editor In Windows To: Gour g...@gour-nitai.com Cc: haskell-cafe

Re: [Haskell-cafe] Re: Best Editor In Windows

2009-11-03 Thread Gregory Crosswhite
The problem with Leo is that although there are rarely performance problems when navigating and editing the outline, the text pane can be very slow at times when using the Tk-based GUI --- even on modern hardware --- because the syntax highlighter is written in Python. (Incidentally, as

[Haskell-cafe] Re: Best Editor In Windows

2009-11-03 Thread Gour
On Tue, 3 Nov 2009 03:15:03 -0800 (PST) Philippos == phi50...@yahoo.ca wrote: Philippos I tryed it, and noticed that it is very slow, compared both Philippos with Emacs, TextPad, and Emerald. Is it usable (btw, what hardware?) or just slow? Philippos I tryed also leksah, but it is always

Re: [Haskell-cafe] Re: Best Editor In Windows

2009-10-16 Thread Deniz Dogan
2009/10/16 Gregory Crosswhite gcr...@phys.washington.edu: In my humble opinion, one of the best editors for development of all time is Leo:        http://webpages.charter.net/edreamleo/front.html Leo takes the idea of code folding and gives you complete control over it.  That is, unlike

Re: [Haskell-cafe] Re: Best Editor In Windows

2009-10-16 Thread Peter Verswyvelen
If you're a Windows developer and don't want to spent time to learn all the alien emacs keyboard shortcuts, you can get going quickly by using this emacs patch: http://ourcomments.org/Emacs/EmacsW32.html http://ourcomments.org/Emacs/EmacsW32.htmlThen use set all to Emacs!W32 and your keys behave

Re: [Haskell-cafe] Re: Best Editor In Windows

2009-10-16 Thread Rafael Gustavo da Cunha Pereira Pinto
Real programmers use butterflies!! http://xkcd.com/378/ The best editor is the one that suites YOU better. I use VIM, even in Windows, but that's me! Best regards, Rafael On Fri, Oct 16, 2009 at 07:32, Peter Verswyvelen bugf...@gmail.com wrote: If you're a Windows developer and don't want

[Haskell-cafe] Re: Best Editor In Windows

2009-10-16 Thread JP Moresmau
Hello I've been working on eclipse-fp to bring it up to working order again, so if you like Eclipse, you can download the source from git://github.com/JPMoresmau/eclipsefp.git (hopefully there will be a binary release soon). This is based on my customized Scion library

[Haskell-cafe] Re: Best Editor In Windows

2009-10-16 Thread Stefan Monnier
Real programmers use butterflies!! In Emacs-23, this is available as M-x butterfly C-M-c Too bad it wasn't around when I was writing my thesis, Stefan ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Re: Best Editor In Windows

2009-10-16 Thread Paulo Tanimoto
On Thu, Oct 15, 2009 at 9:19 PM, Stefan Monnier monn...@iro.umontreal.ca wrote: The only thing I haven't figured out is how to do tab-completion of words in the ghci buffer.  Do I need to use a different key combination?  I couldn't find that in the documentation. I think it's just a missing

Re: [Haskell-cafe] Re: Best Editor In Windows

2009-10-16 Thread Gregory Crosswhite
While Emacs has some outline capabilities, they are not at this time remotely as nice or as powerful as Leo, which among other things: *) does not require that you manually specify the depth of each node *) can automatically concatenate child nodes together so that you don't have to

Re: [Haskell-cafe] Re: Best Editor In Windows

2009-10-16 Thread Stefan Monnier
The only thing I haven't figured out is how to do tab-completion of words in the ghci buffer.  Do I need to use a different key combination?  I couldn't find that in the documentation. I think it's just a missing feature. OK! Let me know if there's anything I can do to help. I noticed that

Fwd: [Haskell-cafe] Re: Best Editor In Windows

2009-10-16 Thread Alberto G. Corona
I use Leksah. It´s an IDE . It works fine in Windows. http://leksah.org/ http://leksah.org/Leksah-0.6.1.0.exe By the way, keep the good work Leksah people !. 2009/10/16 Stefan Monnier monn...@iro.umontreal.ca The only thing I haven't figured out is how to do tab-completion of words in the

[Haskell-cafe] Re: Best Editor In Windows

2009-10-15 Thread Stefan Monnier
I'm very new at Haskell, i'm reading a book and starting, but i want to know which is the best editor for development under Windows, because now i'm using Notepad++(That i use to develop in C++). The best editor for development is Emacs, of course. http://www.gnu.org/software/emacs

Re: [Haskell-cafe] Re: Best Editor In Windows

2009-10-15 Thread Paulo Tanimoto
Hello! On Thu, Oct 15, 2009 at 8:10 PM, Stefan Monnier monn...@iro.umontreal.ca wrote: I'm very new at Haskell, i'm reading a book and starting, but i want to know which is the best editor for development under Windows, because now i'm using Notepad++(That i use to develop in C++). The best

Re: [Haskell-cafe] Re: Best Editor In Windows

2009-10-15 Thread Gregory Crosswhite
In my humble opinion, one of the best editors for development of all time is Leo: http://webpages.charter.net/edreamleo/front.html Leo takes the idea of code folding and gives you complete control over it. That is, unlike other editors which only let you fold the code inside

[Haskell-cafe] Re: Best Editor In Windows

2009-10-15 Thread Stefan Monnier
The only thing I haven't figured out is how to do tab-completion of words in the ghci buffer. Do I need to use a different key combination? I couldn't find that in the documentation. I think it's just a missing feature. Stefan ___