Re: [Cvslog] r18668 - in /lyx-devel/trunk/src: Text.cpp Text.h

2007-06-05 Thread Andre Poenitz
On Mon, Jun 04, 2007 at 10:12:44PM +0200, Michael Gerz wrote: > Stefan Schimanski schrieb: > >>Impressive indentations! > > > >Bad mail reader with a tab width != 2 > Since when do we use a tab width of 2 ? I though it was 8. We do not use any specific tab width. That's why it is 'tabs for indenta

Re: [Cvslog] r18668 - in /lyx-devel/trunk/src: Text.cpp Text.h

2007-06-04 Thread Stefan Schimanski
Am 04.06.2007 um 22:12 schrieb Michael Gerz: Stefan Schimanski schrieb: Impressive indentations! Bad mail reader with a tab width != 2 Since when do we use a tab width of 2 ? I though it was 8. Hmm, good question. Had set it to 2 from the beginning. Now you make me think Stefan PGP.

Re: [Cvslog] r18668 - in /lyx-devel/trunk/src: Text.cpp Text.h

2007-06-04 Thread Michael Gerz
Stefan Schimanski schrieb: Impressive indentations! Bad mail reader with a tab width != 2 Since when do we use a tab width of 2 ? I though it was 8. Michael

Re: [Cvslog] r18668 - in /lyx-devel/trunk/src: Text.cpp Text.h

2007-06-04 Thread Stefan Schimanski
/// set 'number' font property void number(Cursor & cur); + /// draw selection for a single row + void drawRowSelection(PainterInfo & pi, int x, Row const & row, +DocIterator const & beg, DocIterator const & end, +bool drawOnBegMargin, bool dra

Re: [Cvslog] r18668 - in /lyx-devel/trunk/src: Text.cpp Text.h

2007-06-04 Thread Stefan Schimanski
Am 04.06.2007 um 22:00 schrieb Michael Gerz: [EMAIL PROTECTED] schrieb: Author: sts Date: Mon Jun 4 20:41:56 2007 New Revision: 18668 URL: http://www.lyx.org/trac/changeset/18668 Log: * Make the selection drawing algorithm in Text aware of RTL and LTR mixed in a paragraph (fixes bug 355

Re: [Cvslog] r18668 - in /lyx-devel/trunk/src: Text.cpp Text.h

2007-06-04 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: sts Date: Mon Jun 4 20:41:56 2007 New Revision: 18668 URL: http://www.lyx.org/trac/changeset/18668 Log: * Make the selection drawing algorithm in Text aware of RTL and LTR mixed in a paragraph (fixes bug 3550: Selection in mixed RTL-LTR paragraphs is broken