On Wed, May 24, 2000 at 02:19:47AM +0200, Lars Gullik Bj&resh;nnes wrote:
> 
> 
> o guard against too many pups in TOC and Refs menu items

Done (patch attached).

I didn't receive comments to my previous mail in this thread,
so I'm reposting it below.

--------------------------------------------------------------------
* Fix a problem I already mentioned regarding language support:
If you have two single-language documents, one with language L, the
second with language L', and you copy text from document 1 and paste it
into document 2, the text remains in language L, and so the 2nd document
becomes a multi-lingual document.
Possible fixes are
 - Change the language of the pasted text, (unless the document is
  already multi-lingual)
- Highlight foreign language text in the document using an overline
      
* Fix the cursor problem with mixed LTR & RTL text
(the problem is caused by the fact that a single cursor location on
screen can be mapped into two different internal cursor locations, and
vice versa).
As I already stated, I think that the cleanest solution would be to
add a meta-character to the paragraph's text vector in each position
of a font switch. However there were objections to this solution.

I created a different solution, in which I added a boolean member to
the LyXCursor class, which is use to distinguish between
"cursor before char 7" and "cursor after char 6".
I can submit a patch (after some cleaning), and I would like to have
this patch applied before 1.1.5.

* I also have a patch that reverse numbers in RTL text. Again, I would
  like it to be applied before 1.1.5.
     
* Add color options to lyxrc
     

patch.gz

Reply via email to