Re: Preserve .lyx line endings on save?

2010-06-02 Thread Jean-Marc Lasgouttes
Le 3 juin 10 à 04:08, Ben M. a écrit : For version control purposes, it would be much nicer for me if LyX instead *preserved* the EOL encoding on save. Would it be sensible to provide a yes/no option such as "Preserve end-of-line encoding"? Another nice possibility IMO is to set the property s

Re: Code Review: Next step to provide spellchecker with dictionaries included

2010-06-02 Thread Stephan Witt
Am 02.06.2010 um 19:31 schrieb Joost Verburg: > On 5/28/2010 4:31 PM, Stephan Witt wrote: >> 3. system support directory - there will the shipped data files live. > > Is this the LyX library directory? So the dictionaries / thesaurus lists > could be stored in e.g. "Resources\dict" and "Resource

Preserve .lyx line endings on save?

2010-06-02 Thread Ben M.
LyX seems to always use the native EOL encoding when saving. Specifically, if I use Windows to open a Unix-encoded .lyx file, then after saving it will have Windows-style CR/LF endings. For version control purposes, it would be much nicer for me if LyX instead *preserved* the EOL encoding on save.

about the help in lyx 1.6.6

2010-06-02 Thread zhangdavid37
Dear all, I have just installed the new version of lyx 1.6.6 for windows xp system. But I did not find the corresponding lyx file for help (menu). Can anyone tell me how to find them? Thank a lot. Regards 2010-06-03 zhangdavid37

Re: Branch frozen

2010-06-02 Thread Stephan Witt
Am 02.06.2010 um 14:05 schrieb BH: > On Wed, Jun 2, 2010 at 4:39 AM, Stephan Witt wrote: > >> There is a difference in display of text as demonstrated by the following >> two screen shots. >> Qt4.7 is slightly better but the umlauts are not displayed correctly too. >> >> The first is produced

Re: Problems compiling lyx with Fedora-13 (1.6.x)

2010-06-02 Thread José Matos
On Wednesday 02 June 2010 11:08:56 Jean-Marc LASGOUTTES wrote: > This leads to the following patch. Now is looks like the code should be > useful on other platforms too. Is this problem with page down also > present for Mac OS or Windows? I would propose to use the code on > all platforms. At leas

lyxrc.dist: Path relative to installation directory

2010-06-02 Thread Joost Verburg
Hi all, I was wondering how I can make paths in e.g. the path_prefix in lyxrc.dist relative to the LyX installation directory? For example, instead of, \path_prefix "C:\Program Files (x86)\LyX16\dir" something like: \path_prefix "%LYXDIR%\dir" I'm trying to make LyX/Windows more portable a

Re: Code Review: Next step to provide spellchecker with dictionaries included

2010-06-02 Thread Joost Verburg
On 5/28/2010 4:31 PM, Stephan Witt wrote: 3. system support directory - there will the shipped data files live. Is this the LyX library directory? So the dictionaries / thesaurus lists could be stored in e.g. "Resources\dict" and "Resources\thes" on Windows? Joost

Re: Problems compiling lyx with Fedora-13 (1.6.x)

2010-06-02 Thread Enrico Forestieri
On Wed, Jun 02, 2010 at 12:08:56PM +0200, Jean-Marc LASGOUTTES wrote: > This leads to the following patch. Now is looks like the code should be > useful on other platforms too. Is this problem with page down also > present for Mac OS or Windows? Not on Windows. The scrolling stops immediately whe

Re: Problems compiling lyx with Fedora-13 (1.6.x)

2010-06-02 Thread Pavel Sanda
Jean-Marc LASGOUTTES wrote: > GuiWorkArea.cpp, which fixes AFAICS the following bug > http://www.lyx.org/trac/ticket/3320 just fyi your patch makes no visible regression here as far as scrolling and autorepeat is concerned. pavel

Re: Problems compiling lyx with Fedora-13 (1.6.x)

2010-06-02 Thread Stephan Witt
Am 02.06.2010 um 12:08 schrieb Jean-Marc LASGOUTTES: > José Matos writes: > >> Hi, >> I had this problem before but being busy I did not report it. >> >> One of the features of F-13 is >> http://fedoraproject.org/w/index.php?title=UnderstandingDSOLinkChange >> >> This means that lyx

Re: Branch frozen

2010-06-02 Thread Stephan Witt
Am 02.06.2010 um 10:39 schrieb Stephan Witt: > Am 18.05.2010 um 22:46 schrieb Stephan Witt: > >> Am 18.05.2010 um 20:01 schrieb Andre Poenitz: >> >>> On Tue, May 18, 2010 at 05:52:54PM +0200, Stephan Witt wrote: Am 17.05.2010 um 21:27 schrieb Andre Poenitz: > On Mon, May 17, 2010

Re: Problems compiling lyx with Fedora-13 (1.6.x)

2010-06-02 Thread Jean-Marc LASGOUTTES
José Matos writes: > Hi, > I had this problem before but being busy I did not report it. > > One of the features of F-13 is > http://fedoraproject.org/w/index.php?title=UnderstandingDSOLinkChange > > This means that lyx does not compile because when linking with qt we need to > pass

Re: Code Review: Next step to provide spellchecker with dictionaries included

2010-06-02 Thread Jean-Marc LASGOUTTES
Stephan Witt writes: >>> Please refrain from using #defines. I do not think this particular one >>> is useful. >> >> I know that defines are bad. But here I don't know how to make the used >> location clear. >> The alternative is a local const string in method >> pair Thesaurus::Private::getThe