Hello Jean-Marc,
> * A Cursor is a descendant of CursorData that contains interesting
> display-related information, in particular targetX(), the horizontal
> position of the cursor in pixels.
I checked targetX() and it only gets changed when the cursor is moving along
a Math equation.
To ment
On 06/24/2013 01:42 PM, Jean-Marc Lasgouttes wrote:
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 s
Probably because Vincent asked to stop committing to master:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg179711.html
That is not what I mean. I sent 2 patches for bugs worth to be fixed for LyX 2.1. Moreover you sent
2 patches for regression bugs. These should go in but Vincent did n
Julien Rioux wrote:
> 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 f
Am 25.06.2013 um 11:30 schrieb Jean-Marc Lasgouttes :
> Le 24/06/2013 17:13, Stephan Witt a écrit :
>> +bool Cursor::atFirstOrLastRowOfDocument(bool up)
>> +{
>> +Cursor dummy = *this;
>> +bool result = dummy.atFirstOrLastRow(up);
>> +for(; result && dummy.depth(); dummy.pop())
>> +
Le 24/06/2013 17:13, Stephan Witt a écrit :
+bool Cursor::atFirstOrLastRowOfDocument(bool up)
+{
+ Cursor dummy = *this;
+ bool result = dummy.atFirstOrLastRow(up);
+ for(; result && dummy.depth(); dummy.pop())
+ result = dummy.atFirstOrLastRow(up);
+ return