From: Randall B. <r.b...@au...> - 2015-02-20 09:25:36
|
Hi I’ve managed to get syntax highlighting of a Haskell source file working, but when editing source, it is very slow, about a 10 second delay on each keystroke. During that delay, “Synchronising editor content for Main.hs(TestEclipseFP01)” progress tab. Also, the console displays this message over and over, after each keystroke: “Configuring TestEclipseFP01-0.1... buildwrapper: Prelude.(!!): index too large configuring because setup_config not present Resolving dependencies...” Info about my system: Luna-SR1 (4.4.1) OS X Yosemite 10.10.1. GHC 7.8.3 I just built buildwrapper and scion-browser in a sandbox today, based off stackage lts 1.8 FP: Haskell support for Eclipse 2.6.4.201501291630 net.sf.eclipsefp.haskell.feature.group The EclipseFP Project Thankfully I still have my old eclipse with an older version of EclipseFP working, but it would be nice to get the latest version working. Thanks in advance. Regards, Randall |