[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

Re: [zzdev] Parallel markup



Great!

One thing, though: If I get the code right, you're doing paragraphs in
Nile1.zob. First, I think FTexts should be able to include newlines;
second, if we want a paragraph to be something else than two newlines, I
think FTextLayouter should be able to place them. Why? Because other
applitudes than nile will want to use them.

Do you think it's possible to do that easily? (Maybe just move the
existing code to FTextLayouter?)

Thx,
-b.


Tuomas Lukka wrote:
> Ok, Benjamin's FText classes made it easy for me to start work on the
> parallel-markup text stream editor. This is the first screenshot of the
> beast, where I constructed the whole structure by hand.
> 
> IT WORKS!
> 
> Next in line, actual edit operations, interesting rearrangement ops, using
> space parts for chapter / section / paragraph / sentence -level
> rearrangement, or correspondingly just internally coded "word" or
> "sentence" selection.
> 
> This is going to get interesting.