Re: Cursor drawing code

2007-05-11 Thread Abdelrazak Younes
Elazar Leibovich wrote: I can see that what's actually responsible about getting the cursor placement is actually bv_funcs::getPos(). Can you please elaborate a little about how the buffer view is working? What does it store? Who keeps it? How does it know if it's being shown? Just a brief over

Re: Cursor drawing code

2007-05-11 Thread Elazar Leibovich
w. There's NO documentation about it in the code. On 5/11/07, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: Elazar Leibovich wrote: > There's a slight bug with cursor drawing code in Hebrew paragraphs. When > the > cursor is logically before a math inset, it appears vis

Re: Cursor drawing code

2007-05-11 Thread Abdelrazak Younes
Elazar Leibovich wrote: There's a slight bug with cursor drawing code in Hebrew paragraphs. When the cursor is logically before a math inset, it appears visually after it. Can you give me a hint where the cursor drawing code is? I searched rowpaint.cpp, and grep'd for cursordraw/pa

Cursor drawing code

2007-05-11 Thread Elazar Leibovich
There's a slight bug with cursor drawing code in Hebrew paragraphs. When the cursor is logically before a math inset, it appears visually after it. Can you give me a hint where the cursor drawing code is? I searched rowpaint.cpp, and grep'd for cursordraw/paint but no luck so far

Re: Cursor drawing code

2007-05-06 Thread Dov Feldstern
Elazar Leibovich wrote: There's a small bug I'd like to fix about the Bidirectional cursor drawing. When is an RTL paragraph the cursor is right before a mathed inset, that is HEBREW TEXT |math it is drawn after the inset, ie HEBREW TEXT math| Where is the code that is responsible of drawing the

Cursor drawing code

2007-05-06 Thread Elazar Leibovich
There's a small bug I'd like to fix about the Bidirectional cursor drawing. When is an RTL paragraph the cursor is right before a mathed inset, that is HEBREW TEXT |math it is drawn after the inset, ie HEBREW TEXT math| Where is the code that is responsible of drawing the cursor?