Re: Bug 1998, repeatable table crash without emergency save

2005-08-29 Thread Helge Hafting
Georg Baum wrote: Helge Hafting wrote: Triple-click in a table cell - bang! It must be an empty cell. Triple-clicks sometimes happen when I double click to mark a word. In this case, it turned out to be deadly, the document wasn't saved. I can reproduce this. Does the

Bug 2006, Cursor positioning in tables off by half a mouse pointer

2005-08-29 Thread Helge Hafting
Clicking in a table cell is supposed to place the cursor in that cell, not some other cell. If the I-shaped mouse cursor spans two cells, then it is expected that the cursor goes in the cell that has most of the cursor. Lyx1.3 does that. In lyx1.4cvs, if as much as a single pixel of the

Re: Bug 1998, repeatable table crash without emergency save

2005-08-29 Thread Georg Baum
Helge Hafting wrote: Applied manually, patch didn't like the patchfile: $ patch --dry-run ../1998.diff patching file ChangeLog patch: malformed patch at line 16: Index: src/text2.C Sorry for that, I edited the patch by hand to exclude some unrelated ChangeLog entries and forgot to

LyX/Mac Spotlight importer

2005-08-29 Thread Bennett Helm
I have written a basic Spotlight importer for LyX/Mac. Spotlight is Apple's new search engine for Mac OS 10.4; it indexes the contents of files as they are saved. For this to work, Spotlight must have an importer that identifies each file type and how to index these files' contents.

Re: [patch] fix bug 1990

2005-08-29 Thread Jose' Matos
On Sunday 28 August 2005 16:47, Georg Baum wrote: See http://bugzilla.lyx.org/show_bug.cgi?id=1990. lyx2lyx does not revert pagebreak and lyxline insets and can therefore create invalid .lyx files. The attached patch fixes that by extending convert_vspace() to revert_breaks(), making it

Paste over text

2005-08-29 Thread Paul A. Rubin
Hi, In the Gatesian universe, if one highlights text and then pastes over it, the clipboard contents replace the selected text. In LyX, the clipboard contents is insert immediately after the selected text. Is this because that's how the sequence is typically handled in the *nix universe?

Re: Bug 1998, repeatable table crash without emergency save

2005-08-29 Thread Helge Hafting
Georg Baum wrote: Helge Hafting wrote: Triple-click in a table cell - bang! It must be an empty cell. Triple-clicks sometimes happen when I double click to mark a word. In this case, it turned out to be deadly, the document wasn't saved. I can reproduce this. Does the

Bug 2006, Cursor positioning in tables off by half a mouse pointer

2005-08-29 Thread Helge Hafting
Clicking in a table cell is supposed to place the cursor in that cell, not some other cell. If the I-shaped mouse cursor spans two cells, then it is expected that the cursor goes in the cell that has most of the cursor. Lyx1.3 does that. In lyx1.4cvs, if as much as a single pixel of the

Re: Bug 1998, repeatable table crash without emergency save

2005-08-29 Thread Georg Baum
Helge Hafting wrote: > Applied manually, "patch" didn't like the patchfile: > $ patch --dry-run < ../1998.diff > patching file ChangeLog > patch: malformed patch at line 16: Index: src/text2.C Sorry for that, I edited the patch by hand to exclude some unrelated ChangeLog entries and forgot

LyX/Mac Spotlight importer

2005-08-29 Thread Bennett Helm
I have written a basic Spotlight importer for LyX/Mac. Spotlight is Apple's new search engine for Mac OS 10.4; it indexes the contents of files as they are saved. For this to work, Spotlight must have an importer that identifies each file type and how to index these files' contents.

Re: [patch] fix bug 1990

2005-08-29 Thread Jose' Matos
On Sunday 28 August 2005 16:47, Georg Baum wrote: > See http://bugzilla.lyx.org/show_bug.cgi?id=1990. > lyx2lyx does not revert pagebreak and lyxline insets and can therefore > create invalid .lyx files. The attached patch fixes that by extending > convert_vspace() to revert_breaks(), making it

Paste over text

2005-08-29 Thread Paul A. Rubin
Hi, In the Gatesian universe, if one highlights text and then pastes over it, the clipboard contents replace the selected text. In LyX, the clipboard contents is insert immediately after the selected text. Is this because that's how the sequence is typically handled in the *nix universe?