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
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.
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
/// 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
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
[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