Re: Highlighter data type

2011-06-26 Thread Reiner Pope
On 27/06/11 07:26, Jean-Philippe Bernardy wrote: On Sun, Jun 26, 2011 at 5:34 PM, Reiner Pope wrote: On a similar note, would it be acceptable to join the 'hlRun' and 'hlFocus' fields. Currently they are: hlRun :: Scanner Point Char -> Point -> cache -> cache, hlFocus :: Map WindowRef Regio

Re: Highlighter data type

2011-06-26 Thread Jean-Philippe Bernardy
On Sun, Jun 26, 2011 at 5:34 PM, Reiner Pope wrote: > On a similar note, would it be acceptable to join the 'hlRun' and 'hlFocus' > fields. Currently they are: > > hlRun :: Scanner Point Char -> Point -> cache -> cache, > hlFocus :: Map WindowRef Region -> cache -> cache I am not sure... However,

Re: Highlighter data type

2011-06-26 Thread Jean-Philippe Bernardy
On Sun, Jun 26, 2011 at 4:18 PM, Reiner Pope wrote: > Hi, > > I was looking at the Highlighter data type in Yi.Syntax, and I'm wondering > about this: > > data Highlighter cache syntax = SynHL { > ... > hlRun :: Scanner Point Char -> Point -> cache -> cache, > ... >   } > > What doe

Re: Highlighter data type

2011-06-26 Thread Reiner Pope
On a similar note, would it be acceptable to join the 'hlRun' and 'hlFocus' fields. Currently they are: hlRun :: Scanner Point Char -> Point -> cache -> cache, hlFocus :: Map WindowRef Region -> cache -> cache It seems that we could allow simpler parsers (more on this later) if we combined the

Re: Issue 347 in yi-editor: Failure to produce documentation for yi-0.6.3.0

2011-06-26 Thread yi-editor
Comment #3 on issue 347 by innocent...@gmail.com: Failure to produce documentation for yi-0.6.3.0 http://code.google.com/p/yi-editor/issues/detail?id=347 thanks a lot! -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Highlighter data type

2011-06-26 Thread Reiner Pope
Hi, I was looking at the Highlighter data type in Yi.Syntax, and I'm wondering about this: data Highlighter cache syntax = SynHL { ... hlRun :: Scanner Point Char -> Point -> cache -> cache, ... } What does this achieve over the following? ... hlRun :: Rope -> Point -> cache

Re: Issue 347 in yi-editor: Failure to produce documentation for yi-0.6.3.0

2011-06-26 Thread yi-editor
Updates: Status: Accepted Comment #2 on issue 347 by reiner.p...@gmail.com: Failure to produce documentation for yi-0.6.3.0 http://code.google.com/p/yi-editor/issues/detail?id=347 The new -fdochack flag[1] in yi.cabal should provide a workaround until the Cabal bug is fixed. [1]

[yi-editor/yi] 3ec342: Add a -fdochack flag to yi.cabal for building docu...

2011-06-26 Thread noreply
Branch: refs/heads/master Home: https://github.com/yi-editor/yi Commit: 3ec342942707e42e1ce465196267784473d9be50 https://github.com/yi-editor/yi/commit/3ec342942707e42e1ce465196267784473d9be50 Author: Reiner Pope Date: 2011-06-26 (Sun, 26 Jun 2011) Changed paths: M REA

Re: Issue 357 in yi-editor: Performance issues

2011-06-26 Thread yi-editor
Updates: Summary: Performance issues Comment #1 on issue 357 by reiner.p...@gmail.com: Performance issues http://code.google.com/p/yi-editor/issues/detail?id=357 This commit[1] fixes the problem described as well as I can so far, although I believe performance could still be significan

[yi-editor/yi] 8b81ca: Attempt to address pango performance issues introd...

2011-06-26 Thread noreply
Branch: refs/heads/master Home: https://github.com/yi-editor/yi Commit: 8b81ca33b291149dbc15f31db572e0b9d2782811 https://github.com/yi-editor/yi/commit/8b81ca33b291149dbc15f31db572e0b9d2782811 Author: Reiner Pope Date: 2011-06-26 (Sun, 26 Jun 2011) Changed paths: M yi/