[Haskell-cafe] Useful IDE features - What abaut automatically adding import statements?

2007-06-17 Thread Marc Weber
Eclipse does have this which saves you a lot of time: Fix imports. Did I miss anyone mentioning such a feature request? Or is there already a solution around ? Marc Weber ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Useful IDE features - What abaut automatically adding import statements?

2007-06-17 Thread David House
Marc Weber writes: Eclipse does have this which saves you a lot of time: Fix imports. Could you describe the semantics of that more precisely? -- -David House, [EMAIL PROTECTED] ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Useful IDE features - What abaut automatically adding import statements?

2007-06-17 Thread Marc Weber
On Sun, Jun 17, 2007 at 10:58:04AM +0100, David House wrote: Marc Weber writes: Eclipse does have this which saves you a lot of time: Fix imports. Could you describe the semantics of that more precisely? You get the error: Not in scope 'c' and the IDE should figure out automatically

Re: [Haskell-cafe] Useful IDE features - What abaut automatically adding import statements?

2007-06-17 Thread Neil Mitchell
Hi It's one of the features I want to add to GuiHaskell (http://www-users.cs.york.ac.uk/~ndm/guihaskell/). Once the main code base is finished, things like this should be relatively easy. Thanks Neil On 6/17/07, Marc Weber [EMAIL PROTECTED] wrote: On Sun, Jun 17, 2007 at 10:58:04AM +0100,