Difference between revisions of "Editors"

From HaskellWiki
Jump to navigation Jump to search
(Differentiated editors by platform and added new editor Notepad++ for Windows.)
Line 12: Line 12:
 
== Syntax highlighting and formatting support ==
 
== Syntax highlighting and formatting support ==
   
  +
Multi-platform
* Emacs
 
  +
* [http://www.gnu.org/software/emacs/ Emacs]
 
** [[Haskell mode for Emacs |Haskell mode]]
 
** [[Haskell mode for Emacs |Haskell mode]]
 
** Integration with [[Hugs]]
 
** Integration with [[Hugs]]
  +
* [http://www.vim.org/ Vim]
* Vim
 
* Nedit
+
* [http://www.nedit.org/ Nedit]
  +
* [http://www.jedsoft.org/jed/ Jed]
* Textpad
 
  +
Linux
* Jed
 
* Kate (KDE)
+
* [http://kate-editor.org/kate Kate (KDE)]
  +
Windows
* SubEthaEdit (MacOS X)
 
  +
* [http://www.textpad.com/ Textpad]
  +
* [http://notepad-plus.sourceforge.net Notepad++]
  +
MacOS X
  +
* [http://www.codingmonkeys.de/subethaedit/ SubEthaEdit]

Revision as of 01:26, 1 March 2007


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
  • KDevelop
  • Visual Haskell
  • hIDE

Syntax highlighting and formatting support

Multi-platform

Linux

Windows

MacOS X