El 17.05.2017 a las 16:29, José Abílio Matos escribió:
One of my main interests regarding lyx2lyx is that its code is semantically
meaningful. In this case that means that if the same chunk of code is repeated
over and over we refactor it into a function and give it a meaningful name.
Hello Jo
El 16.05.2017 a las 00:20, José Abílio Matos escribió:
+document.warning("Malformed LyX document: Missing '\\end_inset' of
Float inset.")
As Guillaume suggested I think that this warning is incorrect.
Yes, it makes no sense here. Seems to be a copy paste mistake that I
made. I removed i
On 05/15/2017 06:20 PM, José Abílio Matos wrote:
> On Saturday, 13 May 2017 19.39.55 WEST Uwe Stöhr wrote:
>> commit 0dd3311dd42996f9aede7d8c58b27937ebb48b54
>> Author: Uwe Stöhr
>> Date: Sat May 13 20:39:45 2017 +0200
>>
>> rename buffer parameter math_number_before to math_numbering_side
On Saturday, 13 May 2017 19.39.55 WEST Uwe Stöhr wrote:
> commit 0dd3311dd42996f9aede7d8c58b27937ebb48b54
> Author: Uwe Stöhr
> Date: Sat May 13 20:39:45 2017 +0200
>
> rename buffer parameter math_number_before to math_numbering_side
>
> this is a fileformat change
>
> also try
On Monday, 15 May 2017 12.50.06 WEST Guillaume MM wrote:
> It looks like this warning shows up every time.
Yes. And it is clearly out of place. The function in question is supposed to
work on the header, and all the calls are like that (I have some reservations
regarding the last part but they a
Le 13/05/2017 à 20:39, Uwe Stöhr a écrit :
commit 0dd3311dd42996f9aede7d8c58b27937ebb48b54
Author: Uwe Stöhr
Date: Sat May 13 20:39:45 2017 +0200
rename buffer parameter math_number_before to math_numbering_side
this is a fileformat change
also try to fix an UI issue that JMarc