RE: help - some questions

2009-08-21 Thread Vincent van Ravesteijn - TNW
If you want to include local layout in your document, you can open it in a text editor and add similar lines. I hope to add a GUI for this in the next LyX release (now looking like 1.7). I'd be really, really happy if someone else wanted to jump in and do it. It should actually be quite easy.

Re: help - some questions

2009-08-21 Thread rgheck
On 08/21/2009 11:57 AM, Vincent van Ravesteijn - TNW wrote: If you want to include local layout in your document, you can open it in a text editor and add similar lines. I hope to add a GUI for this in the next LyX release (now looking like 1.7). I'd be really, really happy if

Re: LyxView-mainBuffer() patch

2009-08-21 Thread Tommaso Cucinotta
Pavel Sanda ha scritto: once you got commit access the situation will quite improve i think. you probaly know - but just for sure - we have now bug sorted by components (search is one of them) here: http://www.lyx.org/trac/wiki/Components Thanks for the notification. I'm not sure all related

Re: Find All and Emphasize

2009-08-21 Thread Tommaso Cucinotta
Pavel Sanda ha scritto: Tommaso Cucinotta wrote: Hi all, I'd like to mention that, with the patch I committed right now on the SVN, the current version of LyX from trunk implements correctly this kind of feature, i.e., you can search for a plain word and replace it with its emphasized or

Re: LyxView-mainBuffer() patch

2009-08-21 Thread Tommaso Cucinotta
Vincent van Ravesteijn - TNW ha scritto: I could reproduce this as: New, C-S-f, File-CloseBuffer. The attached patch (you'll likely get offsets, I have other non-committed changes) closes the dialog if it is open, when closing the document buffer (and fixed this use-case). May I commit ?

Re: LyxView-mainBuffer() patch

2009-08-21 Thread Tommaso Cucinotta
Vincent van Ravesteijn - TNW ha scritto: - i just got: lassert.cpp(21): ASSERTION view().currentMainWorkArea() VIOLATED IN GuiWorkArea.cpp:1282 Assertion triggered in void lyx::doAssert(const char*, const char*, long int) by failing check false in file lassert.cpp:23 when clicking on the

Re: LyxView-mainBuffer() patch

2009-08-21 Thread Vincent van Ravesteijn
Tommaso Cucinotta schreef: Vincent van Ravesteijn - TNW ha scritto: I could reproduce this as: New, C-S-f, File-CloseBuffer. The attached patch (you'll likely get offsets, I have other non-committed changes) closes the dialog if it is open, when closing the document buffer (and fixed this

Re: LyxView-mainBuffer() patch

2009-08-21 Thread Pavel Sanda
Tommaso Cucinotta wrote: Thanks for the notification. I'm not sure all related bugs have the component field properly set, however I can check these things when on contrary i think most of them is correct. i have tried to improve things in trac last weeks. I'm back home (now I'm on too

Re: LyxView-mainBuffer() patch

2009-08-21 Thread Pavel Sanda
Tommaso Cucinotta wrote: However, please, Pavel, detail how to reproduce the bug you were mentioning. sorry, anyway Vincent made it clear already. pavel

Re: Find All and Emphasize

2009-08-21 Thread Pavel Sanda
Tommaso Cucinotta wrote: I've committed right now the original manual I wrote at the times the feature was not yet in trunk (probably Abdel forgot to consider this file when he ported the patch to trunk). I'll extend it with further details, such as the use-case under discussion, or the

Adjacent identical environments

2009-08-21 Thread Ben M.
Did anyone ever implement some type of environment break so that LyX can handle adjacent identical environments such as Theorem or Proof? This issue was raised in 2002: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg36686.html Thanks! -Ben

Re: Adjacent identical environments

2009-08-21 Thread Vincent van Ravesteijn
Ben M. schreef: Did anyone ever implement some type of environment break so that LyX can handle adjacent identical environments such as Theorem or Proof? This issue was raised in 2002: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg36686.html Thanks! -Ben You mean the

Outline view improvements

2009-08-21 Thread Steve Litt
Hi all, I just put in a request for an insert button on the outline view section. That would incredibly speed and improve the ability to outline content within LyX. In that request I put in a definition of exactly what Insert should do. One addition to what I put would turn turn the outline

RE: help - some questions

2009-08-21 Thread Vincent van Ravesteijn - TNW
>If you want to include local layout in your document, >you can open it in a text editor and add similar lines. >I hope to add a GUI for this in the next LyX release >(now looking like 1.7). I'd be really, really happy if >someone else wanted to jump in and do it. It should >actually be quite

Re: help - some questions

2009-08-21 Thread rgheck
On 08/21/2009 11:57 AM, Vincent van Ravesteijn - TNW wrote: If you want to include local layout in your document, you can open it in a text editor and add similar lines. I hope to add a GUI for this in the next LyX release (now looking like 1.7). I'd be really, really happy if

Re: LyxView->mainBuffer() patch

2009-08-21 Thread Tommaso Cucinotta
Pavel Sanda ha scritto: once you got commit access the situation will quite improve i think. you probaly know - but just for sure - we have now bug sorted by components (search is one of them) here: http://www.lyx.org/trac/wiki/Components Thanks for the notification. I'm not sure all related

Re: Find All and Emphasize

2009-08-21 Thread Tommaso Cucinotta
Pavel Sanda ha scritto: Tommaso Cucinotta wrote: Hi all, I'd like to mention that, with the patch I committed right now on the SVN, the current version of LyX from trunk implements correctly this kind of feature, i.e., you can search for a plain word and replace it with its emphasized or

Re: LyxView->mainBuffer() patch

2009-08-21 Thread Tommaso Cucinotta
Vincent van Ravesteijn - TNW ha scritto: I could reproduce this as: New, C-S-f, File->CloseBuffer. The attached patch (you'll likely get offsets, I have other non-committed changes) closes the dialog if it is open, when closing the document buffer (and fixed this use-case). May I commit ?

Re: LyxView->mainBuffer() patch

2009-08-21 Thread Tommaso Cucinotta
Vincent van Ravesteijn - TNW ha scritto: - i just got: lassert.cpp(21): ASSERTION view().currentMainWorkArea() VIOLATED IN GuiWorkArea.cpp:1282 Assertion triggered in void lyx::doAssert(const char*, const char*, long int) by failing check "false" in file lassert.cpp:23 when clicking on

Re: LyxView->mainBuffer() patch

2009-08-21 Thread Vincent van Ravesteijn
Tommaso Cucinotta schreef: Vincent van Ravesteijn - TNW ha scritto: I could reproduce this as: New, C-S-f, File->CloseBuffer. The attached patch (you'll likely get offsets, I have other non-committed changes) closes the dialog if it is open, when closing the document buffer (and fixed this

Re: LyxView->mainBuffer() patch

2009-08-21 Thread Pavel Sanda
Tommaso Cucinotta wrote: > Thanks for the notification. I'm not sure all related bugs have the > "component" field properly set, however I can check these things when on contrary i think most of them is correct. i have tried to improve things in trac last weeks. > I'm back home (now I'm on too

Re: LyxView->mainBuffer() patch

2009-08-21 Thread Pavel Sanda
Tommaso Cucinotta wrote: > However, please, Pavel, detail how to reproduce the bug you were > mentioning. sorry, anyway Vincent made it clear already. pavel

Re: Find All and Emphasize

2009-08-21 Thread Pavel Sanda
Tommaso Cucinotta wrote: > I've committed right now the original manual I wrote at the times the > feature was not yet in trunk (probably Abdel forgot to consider this > file when he ported the patch to trunk). I'll extend it with further > details, such as the use-case under discussion, or the

Adjacent identical environments

2009-08-21 Thread Ben M.
Did anyone ever implement some type of "environment break" so that LyX can handle adjacent identical environments such as Theorem or Proof? This issue was raised in 2002: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg36686.html Thanks! -Ben

Re: Adjacent identical environments

2009-08-21 Thread Vincent van Ravesteijn
Ben M. schreef: Did anyone ever implement some type of "environment break" so that LyX can handle adjacent identical environments such as Theorem or Proof? This issue was raised in 2002: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg36686.html Thanks! -Ben You mean the

Outline view improvements

2009-08-21 Thread Steve Litt
Hi all, I just put in a request for an insert button on the outline view section. That would incredibly speed and improve the ability to outline content within LyX. In that request I put in a definition of exactly what Insert should do. One addition to what I put would turn turn the outline