Martin Vermeer wrote:
> 207 BOOST_ASSERT(status() != Collapsed);
>
> Question: why does this _normally_ not trigger an assert, even if the
> inset is closed? And why does it when coming directly from a mathinset?
Because the inset should always be opened as soon as a cursor is inside.
On Thursday, 03 Nov 2005 12:03 +0100, Jean-Marc Lasgouttes wrote:
> I committed the patches with the #ifdef, since it does not hurt.
Thanks a lot! Going to save me some trouble when I'm going to package
up a new version of LyX.
-Markus
--
http://www.blastwave.org
Dear All,
I would like to ask when the 1.3.7 version is going to be released?
I am doing the localisation based 1.3.7.pot file.
I have to complete 777 of 2806. Almost all the Qt strings are translated,
but just a few for xforms.
I am doing cleanup and testing for the translation, with some help.
I have reduced this to a minimal case:
- place a mathinset on a row
- place a collapsable inset on the next row
- make sure it is _collapsed_
- mouse the cursor into the math inset, and press .
Notes:
* There may be several lines of text in-between mathinset and
collapsable inset -- as long a
there's currently a small bug with ert labels: they don't show the ert's
content if the cursor was inside the ert while closing it.
I think this is a side-effect of the auto-open feature. The attached patch
fixes it.
OK to apply?
Jürgen
Index: insetert.C
=
Georg Baum wrote:
> I believe I found the problem: Only rowinfo_ in MathGridInset has the size
> of nrows + 2, the size of cells_ and cellinfo_ is nrows * ncols.
> Therefore I can't simply delete the dummy row, but have to copy the rowinfo
> first and then delete the last full row.
> Does the attac
On Sat, Nov 05, 2005 at 11:03:08AM +0100, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> On Fri, Nov 04, 2005 at 11:11:06PM +0100, Jean-Marc Lasgouttes
> Martin> wrote:
> >> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
> >>
>
Luis Rivera wrote:
>> http://www.lyx.org/~leeming/lyx-1.3.7cvs.tar.gz
> The source code at this URL seems to have disappeared.
I removed it when I thought you'd grabbed it. Try again but note I've
renamed it as:
http://www.lyx.org/~leeming/lyx-1.3.7cvs_6Nov2005.tar.gz
--
Angus