Issue 233 in yi-editor: Perl lexer does not recognize heredocs of the form <<'FOO' and <<"FOO"

2009-01-30 Thread codesite-noreply
Comment #1 on issue 233 by coreyoconnor: Perl lexer does not recognize heredocs of the form <<'FOO' and <<"FOO" http://code.google.com/p/yi-editor/issues/detail?id=233 Added minimal test file for the different cases: test/data/issue_233.pl Test procedure is now: 1. Open test/data/issue_233.pl

patch applied (yi): Adding test case for issue 233

2009-01-30 Thread Corey O'Connor
Fri Jan 30 18:03:42 EST 2009 coreyocon...@gmail.com * Adding test case for issue 233 A ./tests/data/issue_233.pl --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~

Issue 233 in yi-editor: Perl lexer does not recognize heredocs of the form <<'FOO' and <<"FOO"

2009-01-30 Thread codesite-noreply
Status: Accepted Owner: coreyoconnor Labels: Type-Defect Priority-Low Component-Mode-Perl New issue 233 by coreyoconnor: Perl lexer does not recognize heredocs of the form <<'FOO' and <<"FOO" http://code.google.com/p/yi-editor/issues/detail?id=233 1. load test/data/perl_excerpts.pl 2. proceed

patch applied (yi): onlinetree: try to debug/revert to using wholesale function

2009-01-30 Thread Jean-Philippe Bernardy
Fri Jan 30 15:43:00 EST 2009 jeanphilippe.berna...@gmail.com * onlinetree: try to debug/revert to using wholesale function M ./Yi/Syntax/OnlineTree.hs -10 +21 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.c

patch applied (yi): Lexer/SVNCommit: Basic styling for each part of the commit message.

2009-01-30 Thread Corey O'Connor
Fri Jan 30 15:12:00 EST 2009 coreyocon...@gmail.com * Lexer/SVNCommit: Basic styling for each part of the commit message. M ./Yi/Lexer/SVNCommit.x -4 +21 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/gr

patch applied (yi): Noting what lexer modules I'm the maintainer of

2009-01-30 Thread Corey O'Connor
Fri Jan 30 14:09:18 EST 2009 coreyocon...@gmail.com * Noting what lexer modules I'm the maintainer of M ./Yi/Lexer/GNUMake.x -1 +1 M ./Yi/Lexer/Perl.x -1 +1 M ./Yi/Lexer/SVNCommit.x +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googl

patch applied (yi): Start of adding a lexer for SVN commit messages

2009-01-30 Thread Corey O'Connor
Fri Jan 30 14:03:17 EST 2009 coreyocon...@gmail.com * Start of adding a lexer for SVN commit messages M ./Yi/Config/Default.hs +1 A ./Yi/Lexer/SVNCommit.x M ./Yi/Modes.hs -1 +10 M ./yi.cabal +2 --~--~-~--~~~---~--~~ Yi development mailing list y

Re: patch applied (yi): loads of changes related to onlinetrees

2009-01-30 Thread Nicolas Pouillard
Excerpts from nicolas.pouillard's message of Fri Jan 30 19:05:37 +0100 2009: > Excerpts from Jean-Philippe Bernardy's message of Fri Jan 30 16:44:21 +0100 > 2009: > > > > I think I finally got these things right... which means that the > > Haskell mode should be a lot > > faster on big files. >

Re: patch applied (yi): loads of changes related to onlinetrees

2009-01-30 Thread nicolas . pouillard
Excerpts from Jean-Philippe Bernardy's message of Fri Jan 30 16:44:21 +0100 2009: > > I think I finally got these things right... which means that the > Haskell mode should be a lot > faster on big files. > > Currently it applies especially to browsing (read), but I hope to > apply the techniqu

patch applied (yi): onlinetree: construct the tree as the parsing proceeds

2009-01-30 Thread Jean-Philippe Bernardy
Fri Jan 30 11:31:27 EST 2009 jeanphilippe.berna...@gmail.com * onlinetree: construct the tree as the parsing proceeds M ./Yi/Syntax/OnlineTree.hs -14 +37 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/gr

Re: patch applied (yi): loads of changes related to onlinetrees

2009-01-30 Thread Jean-Philippe Bernardy
I think I finally got these things right... which means that the Haskell mode should be a lot faster on big files. Currently it applies especially to browsing (read), but I hope to apply the technique fully so that edition will be sped up as well. Please report problems! Cheers, JP. On Fri, Jan

patch applied (yi): loads of changes related to onlinetrees

2009-01-30 Thread Jean-Philippe Bernardy
Fri Jan 30 10:36:04 EST 2009 jeanphilippe.berna...@gmail.com * loads of changes related to onlinetrees M ./Yi/Syntax/OnlineTree.hs -175 +142 M ./Yi/Syntax/Paren.hs -10 +9 M ./Yi/Syntax/Tree.hs -1 +13 --~--~-~--~~~---~--~~ Yi development mailing list

patch applied (yi): even more precise positions for inserted layout tokens

2009-01-30 Thread Jean-Philippe Bernardy
Thu Jan 29 11:30:53 EST 2009 jeanphilippe.berna...@gmail.com * even more precise positions for inserted layout tokens M ./Yi/Lexer/Alex.hs -1 +5 M ./Yi/Syntax/Layout.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com ht