<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to backlog</title><link>https://sourceforge.net/p/eclipsefp/backlog/</link><description>Recent changes to backlog</description><atom:link href="https://sourceforge.net/p/eclipsefp/backlog/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 08 Apr 2015 15:34:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/eclipsefp/backlog/feed.rss" rel="self" type="application/rss+xml"/><item><title>#152 File name does not match module name:</title><link>https://sourceforge.net/p/eclipsefp/backlog/152/?limit=25#86fb</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The best place to post issues is at &lt;a href="https://github.com/JPMoresmau/eclipsefp/issues." rel="nofollow"&gt;https://github.com/JPMoresmau/eclipsefp/issues.&lt;/a&gt; The sourceforge issue tracker are not in use anymore.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JP Moresmau</dc:creator><pubDate>Wed, 08 Apr 2015 15:34:16 -0000</pubDate><guid>https://sourceforge.net682ff7427f8283ffd398ab59d3a7016e91478cea</guid></item><item><title>File name does not match module name:</title><link>https://sourceforge.net/p/eclipsefp/backlog/152/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Pretty often, I get an error message like:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;File name does not match module name:&lt;br /&gt;
Saw: Foo&lt;br /&gt;
Expected: Bar&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The error seems to occur when I am editing in the file Foo.hs, and Bar.hs needs to be recompiled for some reason. Normally, cleaning the project helps for a while, but this kind of error message re-appears too often, so it is annoying.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Han Joosten</dc:creator><pubDate>Tue, 07 Apr 2015 13:33:41 -0000</pubDate><guid>https://sourceforge.net760ed683373766be603c6bf030159a10c4f14a8c</guid></item><item><title>#131 File Search has a problem</title><link>https://sourceforge.net/p/eclipsefp/backlog/131/?limit=25#8267</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This issue may be closed, for your answer was correct.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Han Joosten</dc:creator><pubDate>Tue, 07 Apr 2015 13:22:07 -0000</pubDate><guid>https://sourceforge.net478ede62dba43e384b036e4ccb9f6aea19d8e298</guid></item><item><title>#151 Parens missing from type signature in hover window</title><link>https://sourceforge.net/p/eclipsefp/backlog/151/?limit=25#2abe</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Fixed in BuildWrapper: &lt;a href="https://github.com/JPMoresmau/BuildWrapper/commit/ef6118920fdc29e4c5f83e5405033f6384f4bf1c" rel="nofollow"&gt;https://github.com/JPMoresmau/BuildWrapper/commit/ef6118920fdc29e4c5f83e5405033f6384f4bf1c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;BTW, the github issue tracker may be a better place to report issues.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JP Moresmau</dc:creator><pubDate>Fri, 01 Nov 2013 11:42:32 -0000</pubDate><guid>https://sourceforge.net143a554f5d02b0a145fad8815e2931e6bfed2f33</guid></item><item><title>#150 "FIXME" comments in Happy and Alex files do not get added to Tasks</title><link>https://sourceforge.net/p/eclipsefp/backlog/150/?limit=25#1e4a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Added to the 2 editors. BTW &lt;a href="https://github.com/JPMoresmau/eclipsefp/issues?direction=desc&amp;amp;sort=created&amp;amp;state=open" rel="nofollow"&gt;https://github.com/JPMoresmau/eclipsefp/issues?direction=desc&amp;amp;sort=created&amp;amp;state=open&lt;/a&gt; is a better place to post issues/feature requests.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JP Moresmau</dc:creator><pubDate>Mon, 28 Oct 2013 21:40:30 -0000</pubDate><guid>https://sourceforge.neta7a7b638482a8ba9533155718e5deb9668a5d6db</guid></item><item><title>Parens missing from type signature in hover window</title><link>https://sourceforge.net/p/eclipsefp/backlog/151/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When hovering over "when" (from Control.Monad), the tooltip window shows "when :: Monad m =&amp;gt; Bool -&amp;gt; m -&amp;gt; m" instead of "... -&amp;gt; m () -&amp;gt; m ()".&lt;/p&gt;
&lt;p&gt;Eclipse: Kepler Service Release 1 Build id: 20130919-0819&lt;br /&gt;
EclipseFP 2.5.5&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aleksey Nogin</dc:creator><pubDate>Mon, 28 Oct 2013 17:57:05 -0000</pubDate><guid>https://sourceforge.net0033a4d801e779df11dd196f50dbe7d12dbf4507</guid></item><item><title>"FIXME" comments in Happy and Alex files do not get added to Tasks</title><link>https://sourceforge.net/p/eclipsefp/backlog/150/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The very nice feature of adding FIXME/TODO/XXX comments into Tasks does not seem to be working for Happy and Alex files. I've tried adding the comments both at the Alex/Happy level (outside of {}) and at the Haskell level (inside {}) and neither worked.&lt;/p&gt;
&lt;p&gt;Eclipse: Kepler Service Release 1 Build id: 20130919-0819&lt;br /&gt;
EclipseFP 2.5.5&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aleksey Nogin</dc:creator><pubDate>Mon, 28 Oct 2013 17:51:05 -0000</pubDate><guid>https://sourceforge.net3cbaf085cf5b773c1e24969b772d6ad2061767f9</guid></item><item><title>Autocomplete add imports and cabal deps without asking</title><link>https://sourceforge.net/p/eclipsefp/backlog/149/</link><description>If you hit autocomplete \(Ctrl + Space\) on a partially written word that only has one match that one is selected automatically, which might mean that imports are added to the module or, even worse, that dependencies are added without your knowledge. The added import is usually spotted as it happens, but not the added dependencies.

This happens quite commonly for me when I try to auto complete an identifier from a project module that I have forgot to import \(as I reported earlier\), but even with that fixed I think it is too easy to accidently trigger this behaviour by a misspell.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tobias Bexelius</dc:creator><pubDate>Thu, 12 Apr 2012 21:00:40 -0000</pubDate><guid>https://sourceforge.net235950d3308bdadd66bbb03c063e0416dcc2036a</guid></item><item><title>Autocomplete class instance members</title><link>https://sourceforge.net/p/eclipsefp/backlog/148/</link><description>When writing a class instance like this

instance Monad A where
|   &amp;lt;-- The caret

It would be great if the autocomplete could suggest only the members of the class \(incl. associated types\) at the point of the caret above. I guess it might require some special parsing of an unfinished statement, but I think it would be worth it. \(Or point me in the right direction, and I could have a look at it... :\) \)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tobias Bexelius</dc:creator><pubDate>Mon, 09 Apr 2012 20:09:48 -0000</pubDate><guid>https://sourceforge.netf1f6c922091d3d49f12aa0564443a9a268c4fe3f</guid></item><item><title>GHCi not using iterpreted mode when project is built</title><link>https://sourceforge.net/p/eclipsefp/backlog/147/</link><description>When trying to run the debugger on a module when the project has been succesfully built already, GHCi will load the compiled version which doesnt allow debugging \(wont stop at breakpoints\). This warning is indeed issued in the command window:

Prelude Main&amp;gt; module 'Main' is not interpreted; try ':add \*Main' first

The workaround atm is to uncheck Automatic build, run a Clean on the project and remember to uncheck "start new build immediately", and THEN run the debugger.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tobias Bexelius</dc:creator><pubDate>Mon, 09 Apr 2012 20:04:24 -0000</pubDate><guid>https://sourceforge.netcfa54e67e1fa0a4edc5a68679c34c273c3e60d08</guid></item></channel></rss>