Revision: 5203 http://geany.svn.sourceforge.net/geany/?rev=5203&view=rev Author: eht16 Date: 2010-08-29 11:45:00 +0000 (Sun, 29 Aug 2010)
Log Message: ----------- Add dummy entry for "do" snippet for Haskell to explicitly avoid the default completion.
Modified Paths: -------------- trunk/ChangeLog trunk/data/snippets.conf
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2010-08-26 12:05:50 UTC (rev 5202) +++ trunk/ChangeLog 2010-08-29 11:45:00 UTC (rev 5203) @@ -1,3 +1,10 @@ +2010-08-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> + + * data/snippets.conf: + Add dummy entry for "do" snippet for Haskell to explicitly avoid the + default completion. + + 2010-08-25 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/build.c:
Modified: trunk/data/snippets.conf =================================================================== --- trunk/data/snippets.conf 2010-08-26 12:05:50 UTC (rev 5202) +++ trunk/data/snippets.conf 2010-08-29 11:45:00 UTC (rev 5203) @@ -63,3 +63,6 @@ iferr=iferr%block_cursor%fix%block% monitor=monitor%block_cursor%handle%block%
+[Haskell] +# prevent completion of "do"-while-loops in Haskell +do=
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.