Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does EclipseFP Haskell outline view work?

I'm using EclipseFP for editing my Haskell project. It's works very well as far as syntax colouring and building and running the code, but the outline view for a module is always empty. Should it work? And if so, what do I need to look at to fix it?

I'm using the latest versions - Haskell Platform with GHC 7.0.3 and EclipseFP 2.0.4

like image 855
Rob Agar Avatar asked Apr 27 '11 21:04

Rob Agar


1 Answers

After looking through the web myself I cannot find any reference to a module outline view in EclipseFP specifically. There are articles/posts here and here but they only refer to outlining for the file structure.

Unfortunately, I suspect that at the moment, based on looking through development articles (including those above) and relevant EclipseFP sites that EclipseFP probably only supports standard file outlining and not module outlining for the moment. Sorry, looks like you're going to have to wait a while longer.

like image 135
Pete Hamilton Avatar answered Oct 22 '22 01:10

Pete Hamilton