bug in find when changing directions

2013-02-04 Thread Scott Kostyshak
The current find/replace algorithm leads to a wasted search after changing directions. The current algorithm for find is as follows: On forward search, start looking forwards and if the string is found, place the cursor to the right of the found string. On reverse search, start by looking backward

Re: [LyX master] tex2lyx: adapt refstyle support aft the fix for bug #8536

2013-02-04 Thread Uwe Stöhr
Am 04.02.2013 22:04, schrieb Kornel Benko: commit f2eb5004de527c54740e858c2c60abb6990ad1cf Uwe, you have to provide test-refstyle-references.lyx.lyx too if you change test-refstyle-references.tex Why that? I have never done this in the past and ".lyx.lyx" is a problematic extension, see my

Re: [LyX master] tex2lyx: support refstyle and its commands

2013-02-04 Thread Uwe Stöhr
Am 04.02.2013 08:37, schrieb Kornel Benko: In Testing/Temporary/LastTest.log there is ... Error: Converting the following files failed: test-refstyle-references.tex Overwriting existing file /usr/BUILD/BuildLyxGit/src/tex2lyx/test/test-refstyle-references.lyx ##

Re: PATCH to make Qt5 (and Qt4) compilable [Re: #8250: OS X with retina display]

2013-02-04 Thread Stephan Witt
Am 03.02.2013 um 21:52 schrieb Scott Kostyshak : > On Sun, Feb 3, 2013 at 3:27 PM, Stephan Witt wrote: > >> Sorry, I didn't want to commit the whole thing. It just happens while I >> tried to build a master branch with non-controversial stuff and to commit >> that. Igittigit… >> >> Stephan >

Re: [LyX master] tex2lyx: adapt refstyle support aft the fix for bug #8536

2013-02-04 Thread Kornel Benko
On Mon, Feb 4, 2013 at 9:37 PM, Uwe Stöhr wrote: > The branch, master, has been updated. > > - Log - > > commit f2eb5004de527c54740e858c2c60abb6990ad1cf > Author: Uwe Stöhr > Date: Mon Feb 4 21:37:14 2013 +0100 > > tex2lyx: ad

Re: [LyX master] Make sure that inset-forall does not skip insets

2013-02-04 Thread Jean-Marc Lasgouttes
Le 25/01/2013 12:35, Jean-Marc Lasgouttes a écrit : Le 25/01/2013 12:17, Jean-Marc Lasgouttes a écrit : The branch, master, has been updated. - Log - commit f7548ae2cd1172a84b71a0190558e40722537e63 Author: Jean-Marc Lasgouttes Da

Re: [LyX master] Consider deleted text when inserting quote inset.

2013-02-04 Thread Jean-Marc Lasgouttes
Le 21/01/2013 15:16, Jean-Marc Lasgouttes a écrit : Le 21/01/13 14:54, Jean-Marc Lasgouttes a écrit : The branch, master, has been updated. - Log - commit db025be5ae48a946a433e8f863477cc51a341d5d Author: Jean-Marc Lasgouttes Date

Re: [PATCH] keytest.py: do not print the same thing twice

2013-02-04 Thread Scott Kostyshak
On Mon, Feb 4, 2013 at 3:11 AM, Kornel Benko wrote: > Am Montag, 4. Februar 2013 um 03:07:13, schrieb Scott Kostyshak > > >> keytest.py now only prints one time the command that it is executing for > >> an assert. The command is already printed in the function responsible > >> for executing it, s

Re: [PATCH] keytest.py: do not print the same thing twice

2013-02-04 Thread Kornel Benko
Am Montag, 4. Februar 2013 um 03:07:13, schrieb Scott Kostyshak > keytest.py now only prints one time the command that it is executing for > an assert. The command is already printed in the function responsible > for executing it, so it is not necessary to print the command before > calling that

[PATCH] keytest.py: do not print the same thing twice

2013-02-04 Thread Scott Kostyshak
keytest.py now only prints one time the command that it is executing for an assert. The command is already printed in the function responsible for executing it, so it is not necessary to print the command before calling that function. --- development/autotests/keytest.py |1 - 1 file changed,

Re: [PATCH 1/2] Make a spell check error more informative

2013-02-04 Thread Scott Kostyshak
On Sat, Feb 2, 2013 at 4:35 AM, Stephan Witt wrote: > Am 01.02.2013 um 23:16 schrieb Scott Kostyshak : > >> On Fri, Feb 1, 2013 at 8:13 AM, Scott Kostyshak wrote: >>> On Fri, Feb 1, 2013 at 8:03 AM, Stephan Witt wrote: Am 01.02.2013 um 13:11 schrieb Scott Kostyshak : > When the spe