Updates:
Status: Fixed
Comment #2 on issue 258 by JeanPhilippe.bernardy: make the buffer data
structure store chars
http://code.google.com/p/yi-editor/issues/detail?id=258
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC
Excerpts from Jean-Philippe Bernardy's message of Wed Apr 01 10:15:50 +0200
2009:
>
> Hi,
>
> I reviewed the code a little yesterday, and the current state is quite
> sad: there are many lurking bugs which do not occur simply because we
> use an encoding which is the identity in most cases (utf
Hi,
I reviewed the code a little yesterday, and the current state is quite
sad: there are many lurking bugs which do not occur simply because we
use an encoding which is the identity in most cases (utf8).
At the moment I think that moving to the "character view" is the only
sensible option. The
Excerpts from Jean-Philippe Bernardy's message of Tue Mar 31 21:11:00 +0200
2009:
>
> On Tue, Mar 31, 2009 at 8:56 PM, wrote:
> >
> >
> > Comment #1 on issue 258 by nicolas.pouillard: make the buffer data
> > structure store chars
> > http://code.google.com/p/yi-editor/issues/detail?id=258
> >
On Tue, Mar 31, 2009 at 8:56 PM, wrote:
>
>
> Comment #1 on issue 258 by nicolas.pouillard: make the buffer data
> structure store chars
> http://code.google.com/p/yi-editor/issues/detail?id=258
>
> This could make some byte based commands (notably in Vim mode) hard to
> implement, though
>
I'd
Comment #1 on issue 258 by nicolas.pouillard: make the buffer data
structure store chars
http://code.google.com/p/yi-editor/issues/detail?id=258
This could make some byte based commands (notably in Vim mode) hard to
implement, though
--
You received this message because you are listed in th
Status: Accepted
Owner: JeanPhilippe.bernardy
Labels: Type-Cleanup-Refactor Priority-Medium
New issue 258 by JeanPhilippe.bernardy: make the buffer data structure
store chars
http://code.google.com/p/yi-editor/issues/detail?id=258
This will force the decoding/encoding to happen upon save/load