EclipseFP is a set of plugins for Eclipse that add support for the Haskell programming language.
EclipseFP is currently NOT maintained anymore. Feel free to fork and take up maintainership!
This file is at the root of the project, and below it you should see all the plugins that make up EclipseFP. Most of current plugins that are part of the EclipseFP installation, some are just test plugins that contains, er, tests on other classes.
- docs contains some documentation, mainly the release notes
- net.sf.eclipsefp.haskell contains cheatsheets
- net.sf.eclipsefp.haskell.browser the low level classes for scion-browser interaction
- net.sf.eclipsefp.haskell.buildwrapper the low level classes for buildwrapper interaction
- net.sf.eclipsefp.haskell.compat ensure compatiblity between several version of Eclipse
- net.sf.eclipsefp.haskell.core low level GHC and Cabal support
- net.sf.eclipsefp.haskell.core.test tests for core plugin
- net.sf.eclipsefp.haskell.debug.core integration with Eclipse Run/Debug infrastructure
- net.sf.eclipsefp.haskell.debug.ui integration with Eclipse Run/Debug UI
- net.sf.eclipsefp.haskell.debug.ui.test test for debug ui
- net.sf.eclipsefp.haskell.doc.user user documentation
- net.sf.eclipsefp.haskell-feature EclipseFP feature
- net.sf.eclipsefp.haskell.ghccompiler specific GHC support
- net.sf.eclipsefp.haskell.ghccompiler.test tests for specific GHC support
- net.sf.eclipsefp.haskell.hlint HLint integration
- net.sf.eclipsefp.haskell.hlint.test HLint integration test
- net.sf.eclipsefp.haskell.hugs Hugs support, compiles but not maintained
- net.sf.eclipsefp.haskell.profiler profiling support
- net.sf.eclipsefp.haskell.style Stylish-Haskell integration
- net.sf.eclipsefp.haskell.style.test Tests for Stylish Haskell integration
- net.sf.eclipsefp.haskell.test General test
- net.sf.eclipsefp.haskell.ui the biggie, all the UI components
- net.sf.eclipsefp.haskell.ui.test tests for UI
- net.sf.eclipsefp.haskell-update-site update site, not used really since the update site is on sourceforge
- net.sf.eclipsefp.haskell.util utilities methods
- net.sf.eclipsefp.haskell.util.test tests for utilities
- net.sf.eclipsefp.haskell.visual dabbling with visual programming, not working