trunk: Font change in XeTeX sets black background!

2010-02-27 Thread Guenter Milde
On 2010-02-27, Liviu Andronic wrote: --0016e656b5989321f8048092a3d5 Content-Type: text/plain; charset=UTF-8 On 2/27/10, Guenter Milde mi...@users.berlios.de wrote: It works here, with both Charis SIL and DejaVu as document fonts (LyX-2.0 makes it easy to select fonts for XeTeX :-).

Re: Greek text mixed with English

2010-02-27 Thread Guenter Milde
On 2010-02-27, Vincent van Ravesteijn wrote: Νίκος Αλεξανδρής schreef: Would it be possible to set the language automatically when recognizing a certain unicode range ? While possible, it is ambiguous (and therefore not helpful): * Cyrillic: Russian, Bulgarian, Serbian, Church Slavonic,

Split table implementation: How to insert newline in the code + UI

2010-02-27 Thread Manoj Rajagopalan
Hi lyx-devel, I am experimenting with implementing a split-table feature (which is accessible through command inset-modify tabular split-above-row). I also plan to implement split-below-row, split-before-column and split-after-column. Please let me know if users might find this useful and

Re: #6558: Edit-Language lacks keyboard shortcuts.

2010-02-27 Thread Jürgen Spitzmüller
John McCabe-Dansted wrote: Well, I in the attached (very draft) patch I have cut and pasted feature (3) from GuiSpellChecker.cpp. It seems reasonable that the user install spellchecker modules for languages they want permanently in the Langauges menu. However converse it not true, as a user

Re: [Branch?] r33586 - lyx-devel/trunk/src/insets

2010-02-27 Thread Jürgen Spitzmüller
rgheck wrote: This could go to branch, Jurgen. Fine, but why this? - { prettyref, N_(PrettyRef), N_(FormatRef: )}, + { prettyref, N_(PrettyRef), N_(FrmtRef: )}, I think I prefer the previous version. Jürgen

Re: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-27 Thread Manoj Rajagopalan
On Friday 26 February 2010 11:02:30 am rgheck wrote: On 02/26/2010 10:55 AM, Vincent van Ravesteijn - TNW wrote: I have attached InlineBib.py (which is a modified version of the earlier script). Some remarks about this script: def CreateBbl(n): #Creates .aux and .bbl from .tex

[Patch] Sort the language selector submenu by name.

2010-02-27 Thread John McCabe-Dansted
On Sun, Feb 28, 2010 at 12:05 AM, Jürgen Spitzmüller sp...@lyx.org wrote: Yes, the sorting makes sense. OK, I have attached the patch Menus.cpp_sortLanguageByName.patch that implements Sort the language selector submenu by name Does this look OK? I prefer the session approach. I often use

RE: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-27 Thread Vincent van Ravesteijn - TNW
In any case, would any of you have any idea about the error I am seeing (happens after the inlined-ref .tex is created, possibly when it is being copied): ../../../src/support/FileName.cpp(254): Could not move file /tmp/ lyx_tmpdir.T12182/lyx_tmpbuf0/tmpfile.out to /tmp/lyx_tmpdir.T12182

RE: Swap/copy rows/cols in tables

2010-02-27 Thread Vincent van Ravesteijn - TNW
Thanks a lot! This feature doesn't show up yet in the context menu though. It does for me. Vincent

RE: Split table implementation: How to insert newline in the code + UI

2010-02-27 Thread Vincent van Ravesteijn - TNW
I am experimenting with implementing a split-table feature (which is accessible through command inset-modify tabular split-above-row). I'm not sure inset-modify is the correct LFUN for this, as you basically create a new inset instead of modifying the current one. I also plan to implement

Re: [Branch?] r33586 - lyx-devel/trunk/src/insets

2010-02-27 Thread Richard Heck
On 2/27/10 11:08 AM, Jürgen Spitzmüller wrote: rgheck wrote: This could go to branch, Jurgen. Fine, but why this? - { prettyref, N_(PrettyRef), N_(FormatRef: )}, + { prettyref, N_(PrettyRef), N_(FrmtRef: )}, I think I prefer the previous

Re: Greek text mixed with English

2010-02-27 Thread Νίκος Αλεξανδρής
Hi Vincent! Are you interested in this feature as an end-user or as a developer, if I may ask? I would like to know if there is any dev out there who is interested to cover this gap and get payed for it (+ having the coding pleasure which can't be payed)? Νίκος Αλεξανδρής schreef: I use LyX

trunk: Font change in XeTeX sets black background!

2010-02-27 Thread Guenter Milde
On 2010-02-27, Liviu Andronic wrote: > --0016e656b5989321f8048092a3d5 > Content-Type: text/plain; charset=UTF-8 > On 2/27/10, Guenter Milde wrote: >> It works here, with both Charis SIL and DejaVu as document fonts >> (LyX-2.0 makes it easy to select fonts for XeTeX

Re: Greek text mixed with English

2010-02-27 Thread Guenter Milde
On 2010-02-27, Vincent van Ravesteijn wrote: > Νίκος Αλεξανδρής schreef: > Would it be possible to set the language automatically when recognizing > a certain unicode range ? While possible, it is ambiguous (and therefore not helpful): * Cyrillic: Russian, Bulgarian, Serbian, Church Slavonic,

Split table implementation: How to insert newline in the code + UI

2010-02-27 Thread Manoj Rajagopalan
Hi lyx-devel, I am experimenting with implementing a split-table feature (which is accessible through command "inset-modify tabular split-above-row"). I also plan to implement split-below-row, split-before-column and split-after-column. Please let me know if users might find this useful and

Re: #6558: Edit->Language lacks keyboard shortcuts.

2010-02-27 Thread Jürgen Spitzmüller
John McCabe-Dansted wrote: > Well, I in the attached (very draft) patch I have cut and pasted > feature (3) from GuiSpellChecker.cpp. It seems reasonable that the > user install spellchecker modules for languages they want permanently > in the Langauges menu. However converse it not true, as a

Re: [Branch?] r33586 - lyx-devel/trunk/src/insets

2010-02-27 Thread Jürgen Spitzmüller
rgheck wrote: > This could go to branch, Jurgen. Fine, but why this? > > - { "prettyref", N_("PrettyRef"), N_("FormatRef: ")}, > > + { "prettyref", N_("PrettyRef"), N_("FrmtRef: ")}, I think I prefer the previous version. Jürgen

Re: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-27 Thread Manoj Rajagopalan
On Friday 26 February 2010 11:02:30 am rgheck wrote: > On 02/26/2010 10:55 AM, Vincent van Ravesteijn - TNW wrote: > >> I have attached InlineBib.py (which is a modified version of the > > > > earlier script). > > > > Some remarks about this script: > > > > def CreateBbl(n): #Creates .aux and

[Patch] Sort the language selector submenu by name.

2010-02-27 Thread John McCabe-Dansted
On Sun, Feb 28, 2010 at 12:05 AM, Jürgen Spitzmüller wrote: > Yes, the sorting makes sense. OK, I have attached the patch Menus.cpp_sortLanguageByName.patch that implements "Sort the language selector submenu by name" Does this look OK? > I prefer the session approach. I

RE: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-27 Thread Vincent van Ravesteijn - TNW
>In any case, would any of you have any idea about the error I am seeing >(happens after the inlined-ref .tex is created, possibly when it is being >copied): > >../../../src/support/FileName.cpp(254): Could not move file /tmp/ >lyx_tmpdir.T12182/lyx_tmpbuf0/tmpfile.out to /tmp/lyx_tmpdir.T12182

RE: Swap/copy rows/cols in tables

2010-02-27 Thread Vincent van Ravesteijn - TNW
>Thanks a lot! This feature doesn't show up yet in the context menu though. It does for me. Vincent

RE: Split table implementation: How to insert newline in the code + UI

2010-02-27 Thread Vincent van Ravesteijn - TNW
>I am experimenting with implementing a split-table feature (which is >accessible through command "inset-modify tabular split-above-row"). I'm not sure inset-modify is the correct LFUN for this, as you basically create a new inset instead of modifying the current one. >I also plan to implement

Re: [Branch?] r33586 - lyx-devel/trunk/src/insets

2010-02-27 Thread Richard Heck
On 2/27/10 11:08 AM, Jürgen Spitzmüller wrote: rgheck wrote: This could go to branch, Jurgen. Fine, but why this? - { "prettyref", N_("PrettyRef"), N_("FormatRef: ")}, + { "prettyref", N_("PrettyRef"), N_("FrmtRef: ")}, I think I prefer

Re: Greek text mixed with English

2010-02-27 Thread Νίκος Αλεξανδρής
Hi Vincent! Are you interested in this feature as an end-user or as a developer, if I may ask? I would like to know if there is any dev out there who is interested to cover this gap and get payed for it (+ having the coding pleasure which can't be payed)? Νίκος Αλεξανδρής schreef: > > I use