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
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,
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
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
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
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
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]
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
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
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/
10 matches
Mail list logo