Juergen Spitzmueller wrote:
http://bugzilla.lyx.org/show_bug.cgi?id=1937
http://bugzilla.lyx.org/show_bug.cgi?id=1986
The attached patch is supposed to fix them both.
Can someone please test?
I will be able to do some testing at the weekend (but unfortunately not
earlier).
Michael
http://bugzilla.lyx.org/show_bug.cgi?id=1937
http://bugzilla.lyx.org/show_bug.cgi?id=1986
The attached patch is supposed to fix them both.
Can someone please test?
Thanks,
Jürgen
Index: insettabular.C
===
RCS file: /usr/local/lyx/cvs
Juergen Spitzmueller wrote:
> The attached patch fixes bug 2002 (citation "find backwards" skips one
> entry).
What about this?
Jürgen
Juergen Spitzmueller wrote:
> > Yes, I guess os.
>
> Thanks. I'll add bold FIXME's.
I've just applied the attached patch.
Jürgen
Index: ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v
retrieving revision 1.22
Michael Gerz wrote:
So you propose
\bind "C-M-v""primary-selection-paste"
\bind "C-S-v""primary-selection-paste paragraph"
Yes, why not. Lars? Can I commit the (modified) patch?
The 1.4 patch is in the repository.
So you wouldn't mind removing/replacing the following
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| I cannot remember whether I posted this patch, so here it comes again.
| This patch fixes two things:
>
| - a crash when toggling off change tracking and the cursor is inside
| an inset
>
| - the first change is always skipped when merge changes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
| Lars> Georg Baum <[EMAIL PROTECTED]> writes:
| | I'd prefer 2/, since it does not make sense to subtitute an empty part of a
| | string with something else.
>
| Lars> agree
>
| So
Michael Gerz <[EMAIL PROTECTED]> writes:
| Lars,
>
| I added two bugzilla entries but received no corresponding email
| reports. Could you please check whether the bugzilla server is
| configured correctly?
I have no idea how bugzilla works... and the mails sould be sent as
usual hmmda hmm... it
I cannot remember whether I posted this patch, so here it comes again.
This patch fixes two things:
- a crash when toggling off change tracking and the cursor is inside
an inset
- the first change is always skipped when merge changes is
automatically invoked by this function.
The patch is r
Michael Gerz <[EMAIL PROTECTED]> writes:
| Angus Leeming wrote:
>
>>I suspect that you mean to pass "s" to rectText, no?
>>
>> +string const s = undefined() ? +_("Undef: ") +
>> params_.type : params_.type;
>>+font_metrics::rectText(s, font, w, a, d);
>>
>
| Oops, you are right! Wh
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Georg Baum <[EMAIL PROTECTED]> writes:
| I'd prefer 2/, since it does not make sense to subtitute an empty part of a
| string with something else.
Lars> agree
So the following patches are OK?
JMarc
Index: src/support/Change
Lars,
I added two bugzilla entries but received no corresponding email
reports. Could you please check whether the bugzilla server is
configured correctly?
Thanks! Michael
Angus Leeming wrote:
I suspect that you mean to pass "s" to rectText, no?
+string const s = undefined() ?
+_("Undef: ") + params_.type : params_.type;
+font_metrics::rectText(s, font, w, a, d);
Oops, you are right! Which means that there was another bug in the code,
sinc
Lars Gullik Bjønnes wrote:
> | Lars, can Jürgen's patch go in?
>
> Yes, I guess os.
Thanks. I'll add bold FIXME's.
Jürgen
Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Tue, 2005-09-06 at 11:23 +0200, Juergen Spitzmueller wrote:
>> Martin Vermeer wrote:
>> > This explanation crossed my mind too, but can it be true? You only need
>> > access to paste_tabular, which is a pointer. And isn't it global anyway?
>> > You h
On Tue, 2005-09-06 at 11:23 +0200, Juergen Spitzmueller wrote:
> Martin Vermeer wrote:
> > This explanation crossed my mind too, but can it be true? You only need
> > access to paste_tabular, which is a pointer. And isn't it global anyway?
> > You have only one tabular paste buffer for all of LyX.
Martin Vermeer wrote:
> This explanation crossed my mind too, but can it be true? You only need
> access to paste_tabular, which is a pointer. And isn't it global anyway?
> You have only one tabular paste buffer for all of LyX. What about moving
> this over to CutAndPaste?
>
> Wondering.
Please co
On Tue, 2005-09-06 at 09:45 +0200, Juergen Spitzmueller wrote:
> Martin Vermeer wrote:
> > I may be missing something, but wouldn't it be simpler to just
> > empty/invalidate the tabular paste buffer whenever the text paste buffer
> > is being filled by a cut/copy (and thus becomes fresher)? That w
Lars Gullik Bjønnes wrote:
> please keep the alignment change out of this.
OK. Modified patch is attached.
Jürgen
Index: src/insets/insettabular.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettabular.C,v
retrieving
Martin Vermeer wrote:
> I may be missing something, but wouldn't it be simpler to just
> empty/invalidate the tabular paste buffer whenever the text paste buffer
> is being filled by a cut/copy (and thus becomes fresher)? That way you
> don't have to introduce an extra state tracking boolean.
I th
20 matches
Mail list logo