patch applied (yi): Add functions to navigate trees based on paths

2009-08-04 Thread Jean-Philippe Bernardy
Tue Aug 4 14:20:36 EDT 2009 jeanphilippe.berna...@gmail.com * Add functions to navigate trees based on paths Ignore-this: e68e11a1a68a2ebcd4d87c83a5edea6a M ./src/Yi/Syntax/Tree.hs -34 +212 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googl

patch applied (yi): fix includedRegion

2009-08-04 Thread Jean-Philippe Bernardy
Tue Aug 4 14:17:51 EDT 2009 jeanphilippe.berna...@gmail.com * fix includedRegion Ignore-this: 211cb7c0179260e79a6f3bebedf8f0fe M ./src/Yi/Region.hs -1 +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com

patch applied (yi): Syntax/Haskell.hs: Removed unnecessary code

2009-08-04 Thread Anders Karlsson
Tue Aug 4 13:00:49 EDT 2009 anders...@gmail.com * Syntax/Haskell.hs: Removed unnecessary code Ignore-this: 5a6c6eaa0241133388a68bd002e891dc M ./src/Yi/Syntax/Haskell.hs -23 +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com ht

Issue 284 in yi-editor: Precise haskell mode: Explicit structuring often allow 2 ways to parse comments

2009-08-04 Thread codesite-noreply
Status: New Owner: andersk84 Labels: Type-Defect Priority-Medium New issue 284 by andersk84: Precise haskell mode: Explicit structuring often allow 2 ways to parse comments http://code.google.com/p/yi-editor/issues/detail?id=284 Following code will slow down the parser, for the precise haskell

patch applied (yi): Syntax/Haskell.hs: Fix bug that was introduced in last patch

2009-08-04 Thread Anders Karlsson
Tue Aug 4 12:45:47 EDT 2009 anders...@gmail.com * Syntax/Haskell.hs: Fix bug that was introduced in last patch Ignore-this: d48cc9319555101ea8969517e02d1084 Last patch didn't allow comments after the closing brace in data declaration records. M ./src/Yi/Syntax/Haskell.hs -1 +5 --~-

patch applied (yi): Syntax/Haskell.hs: Fixed a bugg where comments were allowed in several places in a data declaration

2009-08-04 Thread Anders Karlsson
Tue Aug 4 11:42:38 EDT 2009 anders...@gmail.com * Syntax/Haskell.hs: Fixed a bugg where comments were allowed in several places in a data declaration Ignore-this: 324075dad772bc9c801e43636d932f88 M ./src/Yi/Syntax/Haskell.hs -1 +1 --~--~-~--~~~---~--~~