RE: Patch for crash on top-level inset-modify command

2010-03-03 Thread Vincent van Ravesteijn - TNW
Upon following these steps, I consistently encoutered a crash. 1. New lyx doc. 2. Insert table (I chose 3x3) 3. Select entire table and invoke unset-all-lines from toolbar = CRASH! I think this is basically the same problem as bug #6553. We send an LFUN to the table, while the cursor is

RE: Re: #6564: Crash on moving out of math-cases placed in table cell

2010-03-03 Thread Vincent van Ravesteijn - TNW
Trac comments don't seem to go out to the lyx-devel list so I'm forwarding this. Those who are interested should look into the bug report once in a while, or should add their name to the cc-list. I guess there's no need to post it here. Unless of course, you need some extra attention ;).

Re: Branches…

2010-03-03 Thread Helge Hafting
jezZiFeR wrote: Yes, this would be a way, but a uncomfortable way: As my main text is very long and has lots of branches, it would be much more convenient, if there would be a possibility to disable the main text. Otherwise I would have to put quite a few parts into a new branch. Is there no

[Patch] fix #6574: ChkTeX selects entire paragraph, rather than just line where error occurs

2010-03-03 Thread John McCabe-Dansted
On Wed, Mar 3, 2010 at 11:38 AM, LyX Ticket Tracker t...@lyx.org wrote: #6574: ChkTeX selects entire paragraph, rather than just line where error occurs. Ticket URL: http://www.lyx.org/trac/ticket/6574 This regression from LyX 1.6.x can be fixed just by adding the line +

Warning the user if the file is modified externally.

2010-03-03 Thread John McCabe-Dansted
Below I present very preliminary support for warning the user when their LyX file is externally modified. Does the following approach sound worthwhile? When the buffer is marked dirty it checks if the file is modified externally. This may avoid the need to merge at all. I suggest that we also: 1)

LyX's import/export capabilities advertised in the Features web-page

2010-03-03 Thread Νίκος Αλεξανδρής
Dear LyX developers, in my post Import and export to many formats... [1] sent in the lyx-users mailing list, Helge Hafting replied as seen below. His text covers everything (?) and very precise. My opinion about LyX's import/export capabilities is to super-compress Helge's words, keep the

Re: #6574: ChkTeX selects entire paragraph, rather than just line where error occurs.

2010-03-03 Thread Tommaso Cucinotta
LyX Ticket Tracker wrote: 2) Press F8 to activate ChkTeX. Thanks for highlighting this tool, I didn't know there was something like that. In 2.0.0svn the entire paragraph is selected, the Good the Bad and the Ugly. In LyX 1.6.x, only the line containing Good is selected. This bug makes

LyX ignorant of \listoffloats defined in document-class

2010-03-03 Thread Manoj Rajagopalan
Hi lyx-devel, I am building a layout for the new REVTeX 4.1 document class and the associated revtex4-1.cls defines a new float-type called video. It therefore makes available the \listofvideos command which should list all videos much like \listoftables and \listoffigures. I am

Re: LyX ignorant of \listoffloats defined in document-class

2010-03-03 Thread rgheck
On 03/03/2010 04:48 PM, Manoj Rajagopalan wrote: Hi lyx-devel, I am building a layout for the new REVTeX 4.1 document class and the associated revtex4-1.cls defines a new float-type called video. It therefore makes available the \listofvideos command which should list all videos much like

Re: Warning the user if the file is modified externally.

2010-03-03 Thread Pavel Sanda
John McCabe-Dansted wrote: Below I present very preliminary support for warning the user when their LyX file is externally modified. Does the following approach sound worthwhile? this has even some bug number. the reason why its not implementeed yet is that its not easy to find a point where

Re: LyX's import/export capabilities advertised in the Features web-page

2010-03-03 Thread Pavel Sanda
?? wrote: My opinion about LyX's import/export capabilities is to super-compress Helge's words, keep the positive stuff and replace/alter the text in the Features web-page [2] that currently leaves the impression that everything works out of the box. my feeling

Re: LyX ignorant of \listoffloats defined in document-class [Patch]

2010-03-03 Thread Manoj Rajagopalan
On Wednesday 03 March 2010 04:58:19 pm rgheck wrote: On 03/03/2010 04:48 PM, Manoj Rajagopalan wrote: Hi lyx-devel, I am building a layout for the new REVTeX 4.1 document class and the associated revtex4-1.cls defines a new float-type called video. It therefore makes available the

Re: Greek text mixed with English [on/off-topic]

2010-03-03 Thread Νίκος Αλεξανδρής
On Mon, 2010-03-01 at 01:28 +0100, Νίκος Αλεξανδρής wrote: On Sun, 2010-02-28 at 23:47 +, Liviu Andronic wrote: Hello On 2/28/10, Νίκος Αλεξανδρής nikos.alexand...@uranus.uni-freiburg.de wrote: I read almost all of the posts in http://www.mail-archive.com. I will eventually

Re: trunk crash (missing Addsec*)

2010-03-03 Thread Guenter Milde
On 2010-03-02, Jürgen Spitzmüller wrote: Guenter Milde wrote: when I tried to open DocumentSettings on a file containing Could you post this file? Yes. The crash happens in lyx-svn but not in the release version. It disappeared after manually deleting the Addsec* part. Günter #LyX 1.6.5

Re: Greek text mixed with English

2010-03-03 Thread Guenter Milde
On 2010-03-02, Jürgen Spitzmüller wrote: Guenter Milde wrote: The following minimal document - \documentclass[greek]{article} \usepackage{fontspec} \usepackage{babel} \usepackage{xunicode} \usepackage{xltxtra} \begin{document} test \end{document}

Tabular code question

2010-03-03 Thread Uwe Stöhr
I want to fix the vertical alignment bugs in LyX 1.6 and also trunk. To be able to do this, I need to calculate the height of the content of the current cell (not the height of the row). How is this done? thanks and regards Uwe

Re: Warning the user if the file is modified externally.

2010-03-03 Thread John McCabe-Dansted
On Thu, Mar 4, 2010 at 6:05 AM, Pavel Sanda sa...@lyx.org wrote: John McCabe-Dansted wrote: Below I present very preliminary support for warning the user when their LyX file is externally modified. Does the following approach sound worthwhile? this has even some bug number. the reason why

Re: Tabular: call for help

2010-03-03 Thread Uwe Stöhr
In case you didn't notice in the commit logs, I committed a big patch that changed quite fundamentally how the tabular inset and its dialog works. There is still a lot of room for improvement but I believe we are now in a much saner situation. This code was so broken and complicated that it was

Re: #6574: ChkTeX selects entire paragraph, rather than just line where error occurs.

2010-03-03 Thread John McCabe-Dansted
On Thu, Mar 4, 2010 at 2:06 AM, Tommaso Cucinotta tomm...@lyx.org wrote: LyX Ticket Tracker wrote:  2) Press F8 to activate ChkTeX. Thanks for highlighting this tool, I didn't know there was something like that. I mostly use it for: http://wiki.lyx.org/Tools/LyX-GrammarChecker which

Re: Warning the user if the file is modified externally.

2010-03-03 Thread Pavel Sanda
John McCabe-Dansted wrote: On Thu, Mar 4, 2010 at 6:05 AM, Pavel Sanda sa...@lyx.org wrote: John McCabe-Dansted wrote: Below I present very preliminary support for warning the user when their LyX file is externally modified. Does the following approach sound worthwhile? this has even

RE: Patch for crash on top-level inset-modify command

2010-03-03 Thread Vincent van Ravesteijn - TNW
> Upon following these steps, I consistently encoutered a crash. > >1. New lyx doc. >2. Insert table (I chose 3x3) >3. Select entire table and invoke unset-all-lines from toolbar => CRASH! > I think this is basically the same problem as bug #6553. We send an LFUN to the table, while the

RE: Re: #6564: Crash on moving out of math-cases placed in table cell

2010-03-03 Thread Vincent van Ravesteijn - TNW
> Trac comments don't seem to go out to the lyx-devel list so I'm forwarding this. Those who are interested should look into the bug report once in a while, or should add their name to the cc-list. I guess there's no need to post it here. Unless of course, you need some extra attention ;).

Re: Branches…

2010-03-03 Thread Helge Hafting
jezZiFeR wrote: Yes, this would be a way, but a uncomfortable way: As my main text is very long and has lots of branches, it would be much more convenient, if there would be a possibility to disable the main text. Otherwise I would have to put quite a few parts into a new branch. Is there no

[Patch] "fix #6574: ChkTeX selects entire paragraph, rather than just line where error occurs"

2010-03-03 Thread John McCabe-Dansted
On Wed, Mar 3, 2010 at 11:38 AM, LyX Ticket Tracker wrote: > #6574: ChkTeX selects entire paragraph, rather than just line where error > occurs. > Ticket URL: This regression from LyX 1.6.x can be fixed just by adding the line +

Warning the user if the file is modified externally.

2010-03-03 Thread John McCabe-Dansted
Below I present very preliminary support for warning the user when their LyX file is externally modified. Does the following approach sound worthwhile? When the buffer is marked dirty it checks if the file is modified externally. This may avoid the need to merge at all. I suggest that we also: 1)

LyX's import/export capabilities advertised in the "Features" web-page

2010-03-03 Thread Νίκος Αλεξανδρής
Dear LyX developers, in my post "Import and export to many formats..." [1] sent in the lyx-users mailing list, Helge Hafting replied as seen below. His text covers everything (?) and very precise. My opinion about LyX's import/export capabilities is to super-compress Helge's words, keep the

Re: #6574: ChkTeX selects entire paragraph, rather than just line where error occurs.

2010-03-03 Thread Tommaso Cucinotta
LyX Ticket Tracker wrote: 2) Press F8 to activate ChkTeX. Thanks for highlighting this tool, I didn't know there was something like that. In 2.0.0svn the entire paragraph is selected, the Good the Bad and the Ugly. In LyX 1.6.x, only the line containing "Good" is selected. This bug

LyX ignorant of \listofs defined in document-class

2010-03-03 Thread Manoj Rajagopalan
Hi lyx-devel, I am building a layout for the new REVTeX 4.1 document class and the associated revtex4-1.cls defines a new float-type called video. It therefore makes available the \listofvideos command which should list all videos much like \listoftables and \listoffigures. I am

Re: LyX ignorant of \listofs defined in document-class

2010-03-03 Thread rgheck
On 03/03/2010 04:48 PM, Manoj Rajagopalan wrote: Hi lyx-devel, I am building a layout for the new REVTeX 4.1 document class and the associated revtex4-1.cls defines a new float-type called video. It therefore makes available the \listofvideos command which should list all videos much like

Re: Warning the user if the file is modified externally.

2010-03-03 Thread Pavel Sanda
John McCabe-Dansted wrote: > Below I present very preliminary support for warning the user when > their LyX file is externally modified. Does the following approach > sound worthwhile? this has even some bug number. the reason why its not implementeed yet is that its not easy to find a point

Re: LyX's import/export capabilities advertised in the "Features" web-page

2010-03-03 Thread Pavel Sanda
?? wrote: > My opinion about LyX's import/export capabilities is to super-compress > Helge's words, keep the positive stuff and replace/alter the text in the > "Features" web-page [2] that currently leaves the impression that > everything works out of the box. my

Re: LyX ignorant of \listofs defined in document-class [Patch]

2010-03-03 Thread Manoj Rajagopalan
On Wednesday 03 March 2010 04:58:19 pm rgheck wrote: > On 03/03/2010 04:48 PM, Manoj Rajagopalan wrote: > > Hi lyx-devel, > > > > I am building a layout for the new REVTeX 4.1 document class and the > > associated revtex4-1.cls defines a new float-type called video. It > > therefore makes

Re: Greek text mixed with English [on/off-topic]

2010-03-03 Thread Νίκος Αλεξανδρής
On Mon, 2010-03-01 at 01:28 +0100, Νίκος Αλεξανδρής wrote: > On Sun, 2010-02-28 at 23:47 +, Liviu Andronic wrote: > > Hello > > > > On 2/28/10, Νίκος Αλεξανδρής > > wrote: > > > I read almost all of the posts in http://www.mail-archive.com. I will >

Re: trunk crash (missing Addsec*)

2010-03-03 Thread Guenter Milde
On 2010-03-02, Jürgen Spitzmüller wrote: > Guenter Milde wrote: >> when I tried to open Document>Settings on a file containing > Could you post this file? Yes. The crash happens in lyx-svn but not in the release version. It disappeared after manually deleting the Addsec* part. Günter #LyX

Re: Greek text mixed with English

2010-03-03 Thread Guenter Milde
On 2010-03-02, Jürgen Spitzmüller wrote: > Guenter Milde wrote: > The following minimal document > - > \documentclass[greek]{article} > \usepackage{fontspec} > \usepackage{babel} > \usepackage{xunicode} > \usepackage{xltxtra} > \begin{document} > test >

Tabular code question

2010-03-03 Thread Uwe Stöhr
I want to fix the vertical alignment bugs in LyX 1.6 and also trunk. To be able to do this, I need to calculate the height of the content of the current cell (not the height of the row). How is this done? thanks and regards Uwe

Re: Warning the user if the file is modified externally.

2010-03-03 Thread John McCabe-Dansted
On Thu, Mar 4, 2010 at 6:05 AM, Pavel Sanda wrote: > John McCabe-Dansted wrote: >> Below I present very preliminary support for warning the user when >> their LyX file is externally modified. Does the following approach >> sound worthwhile? > > this has even some bug number. the

Re: Tabular: call for help

2010-03-03 Thread Uwe Stöhr
In case you didn't notice in the commit logs, I committed a big patch that changed quite fundamentally how the tabular inset and its dialog works. There is still a lot of room for improvement but I believe we are now in a much saner situation. This code was so broken and complicated that it was

Re: #6574: ChkTeX selects entire paragraph, rather than just line where error occurs.

2010-03-03 Thread John McCabe-Dansted
On Thu, Mar 4, 2010 at 2:06 AM, Tommaso Cucinotta wrote: > LyX Ticket Tracker wrote: >> >>  2) Press F8 to activate ChkTeX. >> > > Thanks for highlighting this tool, I didn't know there was something like > that. I mostly use it for:

Re: Warning the user if the file is modified externally.

2010-03-03 Thread Pavel Sanda
John McCabe-Dansted wrote: > On Thu, Mar 4, 2010 at 6:05 AM, Pavel Sanda wrote: > > John McCabe-Dansted wrote: > >> Below I present very preliminary support for warning the user when > >> their LyX file is externally modified. Does the following approach > >> sound worthwhile? > >