Editors: Difference between revisions

From HaskellWiki
m sublimetext 2 support, Win, Mac, Nix
Line 24: Line 24:
* [http://www.jedsoft.org/jed/ Jed]
* [http://www.jedsoft.org/jed/ Jed]
* [http://www.geany.org/ Geany]
* [http://www.geany.org/ Geany]
* [http://www.sublimetext.com/ Sublime Text] (proprietary)
Linux
Linux
* [http://kate-editor.org/kate Kate (KDE)]
* [http://kate-editor.org/kate Kate (KDE)]
* [http://www.scintilla.org/SciTE.html SciTE] (Also see these [[Tips for using SciTE with Haskell|tips]])
* [http://www.scintilla.org/SciTE.html SciTE] (Also see these [[Tips for using SciTE with Haskell|tips]])
Windows
Windows
* [http://www.sublimetext.com/ Sublime Text]
* [http://www.textpad.com/ Textpad]
* [http://www.textpad.com/ Textpad]
* [http://notepad-plus.sourceforge.net Notepad++]
* [http://notepad-plus.sourceforge.net Notepad++]

Revision as of 06:59, 6 April 2012


This page lists Haskell-aware editors. It is currently broken into IDEs (editing plus project management) and customizations for Haskell syntax highlighting and formatting support in text editors. DavorC 03:04, 17 February 2006 (UTC)

Integrated Development Environments

Syntax highlighting and formatting support

Multi-platform

Linux

Windows

MacOS X