Difference between revisions of "EclipseFP"

From HaskellWiki
Jump to navigation Jump to search
(link to JDT instead of explaining what it is)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''EclipseFP''' is an Haskell-IDE based on [http://www.eclipse.org/ Eclipse].
+
'''EclipseFP''' is an Haskell-IDE based on [http://www.eclipse.org/ Eclipse]:
   
  +
* [http://eclipsefp.github.com/features.html Features]
Its goal is to provide a full-featured IDE that mimics the [http://www.eclipse.org/jdt/ Eclipse JDT]. Some planned and implemented features are support for code assistance, auto-building, refactoring and structural search.
 
  +
* [http://eclipsefp.github.com/install.html Installation]
   
[http://eclipsefp.sourceforge.net/ EclipseFP Homepage]
+
More information is available on the [http://eclipsefp.github.com/ EclipseFP Homepage].
   
  +
Details for [[EclipseOn_Mac_OS_X]]
=== Installation ===
 
   
 
===== Wish list =====
Follow [http://eclipsefp.sourceforge.net/download/ these instructions].
 
   
=== Development ===
 
We welcome any suggestions from the community. You can add your feature request to the following list, if you'd like.
 
 
==== Wish list ====
 
 
Here's my own list, more or less in priorities order:
 
 
* background compilation with errors highlighting
 
 
* integration with WinHugs
 
* integration with WinHugs
* syntax highlighting, including highlighting of bracket's pair
 
 
* 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)
 
* 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)
* fast access to help about identifier
 
* auto-deriving of type signatures for global identifiers (adding signatures, that compiler will infer, to the source file)
 
* automatic management of import lists
 
* one-key inclusion/exclusion of items in module export list
 
* project management based on Cabal file
 
 
* auto-indenting with user-tuned style
 
* auto-indenting with user-tuned style
 
Bulatz
 
   
 
[[Category:Tools]]
 
[[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