Re: Who knows about Bidi class?

2013-06-24 Thread Pavel Sanda
Pavel Sanda wrote: > Jean-Marc Lasgouttes wrote: > > The question is easy enough: what is Bidi::level()? Why isn't it enough to > > lookup Language::isRtl? > > > > Do I have to ask Dekel Tsur about it ? > > Despite the author comment in the file git blame points to Alfredo. Nah, Alfredo just mo

Re: Who knows about Bidi class?

2013-06-24 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > The question is easy enough: what is Bidi::level()? Why isn't it enough to > lookup Language::isRtl? > > Do I have to ask Dekel Tsur about it ? Despite the author comment in the file git blame points to Alfredo. Pavel

Re: [patch] 2 patches for master

2013-06-24 Thread Julien Rioux
On 24/06/2013 5:35 PM, Uwe Stöhr wrote: Am 09.06.2013 01:15, schrieb Uwe Stöhr: attached a 2 fixes for LyX 2.1 beta:... Ping! Why about the current development? I have been away for 2 weeks but LyX seems to stuck on something I don't know and cannot find in the mails. Probably because Vinc

Re: [PATCH] LFUN_DOWN: if cursor is on last line, move to end

2013-06-24 Thread Stephan Witt
Am 24.06.2013 um 18:59 schrieb Scott Kostyshak : > On Mon, Jun 24, 2013 at 11:13 AM, Stephan Witt wrote: >> Am 24.06.2013 um 08:34 schrieb Scott Kostyshak : > >>> The patch I posted was wrong. When in an inset, if you go up, you go >>> to the beginning of the buffer. Using LFUN_INSET_BEGIN_SELEC

Re: [patch] 2 patches for master

2013-06-24 Thread Uwe Stöhr
Am 09.06.2013 01:15, schrieb Uwe Stöhr: attached a 2 fixes for LyX 2.1 beta:... Ping! Why about the current development? I have been away for 2 weeks but LyX seems to stuck on something I don't know and cannot find in the mails. Can my patches not go in for some reasons? There are other mor

Who knows about Bidi class?

2013-06-24 Thread Jean-Marc Lasgouttes
Dear all, The question is easy enough: what is Bidi::level()? Why isn't it enough to lookup Language::isRtl? Do I have to ask Dekel Tsur about it ? JMarc

Re: lyx2lyx broken for noweb?

2013-06-24 Thread Jean-Marc Lasgouttes
Scott Kostyshak a écrit : >On Mon, Jun 24, 2013 at 5:20 AM, Jean-Marc Lasgouttes > wrote: >> 03/06/2013 19:38, Scott Kostyshak: >> >>> >> Chunk layouts containing newlines should be transformed to one chunk >inset. >> The newlines are equivalent to having several consecutive chunk >layouts >>

Re: lyx2lyx broken for noweb?

2013-06-24 Thread Scott Kostyshak
On Mon, Jun 24, 2013 at 5:20 AM, Jean-Marc Lasgouttes wrote: > 03/06/2013 19:38, Scott Kostyshak: > >> Works as you describe now. Thanks. >> >> Liviu, do you know what needs to be done here? Do the chunks need to >> be converted to ERT or can the new insets be used? We have the same >> problem wit

Re: [PATCH] LFUN_DOWN: if cursor is on last line, move to end

2013-06-24 Thread Scott Kostyshak
On Mon, Jun 24, 2013 at 11:13 AM, Stephan Witt wrote: > Am 24.06.2013 um 08:34 schrieb Scott Kostyshak : >> The patch I posted was wrong. When in an inset, if you go up, you go >> to the beginning of the buffer. Using LFUN_INSET_BEGIN_SELECT is more >> reasonable, but is that what we want? Do we

Re: Row by Row sliding

2013-06-24 Thread Hashini Senaratne
Hello Jean-Marc, > Does this look like a plan? Please do not hesitate to ask me if some > parts are not clear. You have explained me a lot of things that I do not know properly. Thank you and I will ask questions while I proceed. I am sure that I will have a lot of questions. Thank you Hashini

Re: [PATCH] LFUN_DOWN: if cursor is on last line, move to end

2013-06-24 Thread Stephan Witt
Am 24.06.2013 um 08:34 schrieb Scott Kostyshak : > On Fri, Jun 21, 2013 at 2:42 AM, Stephan Witt wrote: >> Am 20.06.2013 um 18:00 schrieb Jean-Marc Lasgouttes : >> >>> 20/06/2013 16:37, Stephan Witt: Yes. Originally it was: if (!atFirstOrLastRow) { do_something(); } >>>

Re: Row by Row sliding

2013-06-24 Thread Jean-Marc Lasgouttes
23/06/2013 10:36, Hashini Senaratne: Hello Jean-Marc I suspect this is not going to work when you want to set cursor by mouse on a slided row. I think the offset information shall be in bufferview as Richard said. I tried it already; but still having some problems. Will continue on working a

Re: lyx2lyx broken for noweb?

2013-06-24 Thread Jean-Marc Lasgouttes
03/06/2013 19:38, Scott Kostyshak: Works as you describe now. Thanks. Liviu, do you know what needs to be done here? Do the chunks need to be converted to ERT or can the new insets be used? We have the same problem with examples/listerrors.lyx Chunk layouts containing newlines should be transf

[PATCH] Fix a couple of bib paths (for 2.1?)

2013-06-24 Thread Scott Kostyshak
Can this go in to master? Scott From 15676a16f17b581f03f8757e7273f08e76e7386c Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Mon, 24 Jun 2013 05:07:40 -0400 Subject: [PATCH] Fix Spanish tufte-{book,handout} bib paths --- lib/examples/es/tufte-book.lyx| 2 +- lib/examples/es/tufte-hand

Re: lyx2lyx broken for noweb?

2013-06-24 Thread Scott Kostyshak
On Mon, Jun 3, 2013 at 1:38 PM, Scott Kostyshak wrote: > On Mon, Jun 3, 2013 at 1:04 PM, Richard Heck wrote: >> On 06/03/2013 12:04 PM, Scott Kostyshak wrote: >>> >>> To reproduce, with 2.1git open examples/noweb2lyx. I get: >>> noweb2lyx.lyx is from an older version of LyX and the lyx2lyx script

Re: [PATCH] LFUN_DOWN: if cursor is on last line, move to end

2013-06-24 Thread Scott Kostyshak
On Fri, Jun 21, 2013 at 2:42 AM, Stephan Witt wrote: > Am 20.06.2013 um 18:00 schrieb Jean-Marc Lasgouttes : > >> 20/06/2013 16:37, Stephan Witt: >>> Yes. Originally it was: >>> >>> if (!atFirstOrLastRow) { >>> do_something(); >>> } >>> >>> now it is: >>> >>> if (atFirstOrLastRow) { >>> if (lyxr