[Geany-devel] Slight problem with autocomplete and Haskell

Erik de Castro Lopo mle+tools at xxxxx
Thu Nov 24 00:39:42 UTC 2011


Hi all,

I'm using current geany SVN head and coding quite a bit of Haskell.
One pretty significant annoyance is that one common way of formating
Haskell code results in something that looks like this:

   functionName :: Type1 -> IO Type2
   functionName param
    = do   putStrLn "In functionName"
           .....

The problem is that when I type the above in, I add the " = do" and
then hit Tab for indentation and thats when geany decides to delete
the "do" I've just typed.

Would be nice if this could be fixed.

Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/



More information about the Devel mailing list