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
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
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
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
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
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?