John Levon <[EMAIL PROTECTED]> writes: | On Sat, Mar 08, 2003 at 04:06:54PM +0100, Alfredo Braunstein wrote: | | > Proposal 3) A space after a space is forbidden, a space before makes the | > cursor move to the right. Same for paragraphs: an enter after a newline | > forbidden, an enter before a newline goes down. | | How on earth do I insert a new paragraph then ? How do I insert a word ? | Have a brick from me too ! Though from me it's only a rubber brick. | | > PS: I think that the removal of the double space/empty par mechanism can | > lead to a _huge_ simplification in lyxtext code. | | Without question. | | > PS2: another thing that I don't like is the fact that a bv is passed to | > almost all methods in lyxtext. As a lyxtext has one and only one bv, this | > is absurd. (apart from the fact that I think that the use of bv from | > lyxtext should be eliminated or kept to a minimum if possible) | | Well the old idea was that you could view the same document multiple | times. Personally I think it's a little bit silly and we're no closer to | being able to do it anyway.
Actually we are very close, there is basically only some glue code needed. I had it kindo working in the old dev tree. But removal of current_view is needed. -- Lgb