
On 4 March 2011 19:16, Gracjan Polak
Alexander Danilov
writes: 03.03.2011 16:05, Hauschild, Klaus (EXT) пишет:
Hi Haskellers, whats your Haskell IDE of choise? Currently I use leksah. Is the EclipseFP Plugin for Eclipse a real alternative? Thanks Klaus
Emacs, look at haskell wiki for details about haskell-mode.
Emacs is good as an editor for Haskell. Indentation is problematic.
I'd like to have a indent mode that has following bindings: - TAB indents 4 chars more - Shift-TAB indents 4 chars less - RET - indents a line same as previous line unless last line had a block opening keyword
Sounds similar to what haskell-indent does, except that it uses 2 spaces rather than 4, backspace does the chars less, and TAB also has a version (albeit not as nice as the one in haskell-indentation) of the tab-cycle. -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com