Editors: Difference between revisions
m (Added Geany to the list of Multi-Platform editors that support Haskell. I also added Text Wrangler and a link to a Haskell module for it under MacOS X editors.) |
|||
Line 22: | Line 22: | ||
* [http://www.nedit.org/ Nedit] | * [http://www.nedit.org/ Nedit] | ||
* [http://www.jedsoft.org/jed/ Jed] | * [http://www.jedsoft.org/jed/ Jed] | ||
* [http://www.geany.org/ Geany] | |||
Linux | Linux | ||
* [http://kate-editor.org/kate Kate (KDE)] | * [http://kate-editor.org/kate Kate (KDE)] | ||
Line 32: | Line 33: | ||
* [http://www.codingmonkeys.de/subethaedit/ SubEthaEdit] | * [http://www.codingmonkeys.de/subethaedit/ SubEthaEdit] | ||
* [http://macromates.com/ TextMate] has a [http://macromates.com/textmate/manual/bundles#installing_a_bundle Haskell bundle] | * [http://macromates.com/ TextMate] has a [http://macromates.com/textmate/manual/bundles#installing_a_bundle Haskell bundle] | ||
* [http://www.barebones.com/products/textwrangler/ TextWrangler] has a [http://boogus.wordpress.com/2010/05/13/syntax-highlighting-for-haskell-on-textwrangler/ Haskell extension] |
Revision as of 00:50, 23 October 2011
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
- Eclipse
- Visual Haskell
- Leksah
- KDevelop
- hIDE
- HEAT: An Interactive Development Environment for Learning & Teaching Haskell
Syntax highlighting and formatting support
Multi-platform
Linux
- Kate (KDE)
- SciTE (Also see these tips)
Windows
MacOS X
- SubEthaEdit
- TextMate has a Haskell bundle
- TextWrangler has a Haskell extension