Difference between revisions of "Editors"

From HaskellWiki
Jump to navigation Jump to search
Line 24: Line 24:
 
Linux
 
Linux
 
* [http://kate-editor.org/kate Kate (KDE)]
 
* [http://kate-editor.org/kate Kate (KDE)]
* [http://www.scintilla.org/SciTE.html SciTE]
+
* [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.sublimetext.com/ Sublime Text]

Revision as of 16:06, 30 September 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

Windows

MacOS X