Updating KDevelop Homepage

Roberto Raggi roberto at kdevelop.org
Tue Sep 2 00:37:04 UTC 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

On Monday 01 September 2003 23:36, Roger Larsson wrote:
> qsort []     = []
> qsort (x:xs) = qsort elts_lt_x ++ [x] ++ qsort elts_greq_x
>                  where
>                    elts_lt_x   = [y | y <- xs, y < x]
>                    elts_greq_x = [y | y <- xs, y >= x]
>
> OK, 'where' could be abbrevated :-)
> All other words are identifiers.
> If the abbrevatior can parse and let you abbreviate any word, that could be
> helpful - I have not tested if it does that.
>
well I can use abbreviation with ocaml, so I'm sure you can use it with 
haskell :-). The abbrev plugin of KDevelop provides emacs-like dynamic 
abbreviation that is very helpful. Go to Gideon settings / Abbreviations and 
enable automatic word completion.

ciao robe
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/U8oLFprNbhKbO+8RAi4/AJ9AC0JmQYfrOMeupSD/Tbj5MS99ygCfU0K7
oFIFItZhT27gpVMXACoMnkU=
=fxva
-----END PGP SIGNATURE-----




More information about the KDevelop-devel mailing list