Difference between revisions of "EclipseFP"

From HaskellWiki
Jump to navigation Jump to search
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
'''EclipseFP''' is an Haskell-IDE based on [http://www.eclipse.org/ Eclipse]:
''EclipseFP'' is an integrated environment for development in Haskell. Our goal is to provide a full-featured IDE that mimics the Eclipse JDT (the Java IDE which is flagship of the Eclipse project). Some planned and implemented features are support for code assistance, auto-building, refactoring and structural search.
 
   
  +
* [http://eclipsefp.github.com/features.html Features]
The homepage for details and download is [http://eclipsefp.sourceforge.net/ http://eclipsefp.sourceforge.net/].
 
  +
* [http://eclipsefp.github.com/install.html Installation]
   
  +
More information is available on the [http://eclipsefp.github.com/ EclipseFP Homepage].
We welcome any suggestions from the community. You can add your feature request to the following list, if you'd like.
 
   
  +
Details for [[EclipseOn_Mac_OS_X]]
* ...
 
  +
  +
===== Wish list =====
  +
  +
* integration with WinHugs
  +
* ability to "fall in" definition of identifier under cursor, including multi-level ability to return back (with support for base libraries, libraries i installed and current project)
  +
* auto-indenting with user-tuned style
  +
  +
[[Category:Tools]]

Latest revision as of 02:02, 12 February 2012

EclipseFP is an Haskell-IDE based on Eclipse:

More information is available on the EclipseFP Homepage.

Details for EclipseOn_Mac_OS_X

Wish list
  • integration with WinHugs
  • ability to "fall in" definition of identifier under cursor, including multi-level ability to return back (with support for base libraries, libraries i installed and current project)
  • auto-indenting with user-tuned style