Re: Patch to make it possible to open empty files

2016-12-13 Thread Jan Niklas Hasse
I hereby license my contributions to LyX under the General Public License, version 2 or any later version.

Re: compilation error with current master

2016-12-07 Thread Jan Niklas Hasse
Hi, try adding #include to Encoding.cpp. - Jan On Wed, 7 Dec 2016, at 00:36, Uwe Stöhr wrote: > With today's master I get this compilation error: > > Encoding.cpp > D:\LyXGit\Master\src\Encoding.cpp(267): error C3861: 'back_inserter': > identifier not found [D:\LyXGit\Master\compile-2015\sr

Re: Patch to make it possible to open empty files

2016-12-06 Thread Jan Niklas Hasse
On Mon, 28 Nov 2016, at 20:54, Richard Heck wrote: > On 11/28/2016 07:12 AM, Jan Niklas Hasse wrote: > > Hi! > > > > I've created a patch for ticket #9198 which makes it possible to open empty > > (0 bytes) files: > > > > http://www.lyx.org/trac/att

Patch to make it possible to open empty files

2016-11-28 Thread Jan Niklas Hasse
Hi! I've created a patch for ticket #9198 which makes it possible to open empty (0 bytes) files: http://www.lyx.org/trac/attachment/ticket/9198/0001-Create-a-new-buffer-when-opening-an-empty-.lyx-file.patch Can someone review it? Thanks in advance :) Regards Jan