Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-11-06 Thread Alfredo Braunstein
Abdelrazak Younes wrote: please do you think i'm worthy enough to gain commit access ? is not the only pending patch from me which is obsolete now just because nobody has time to commit it. I've warned about this bad situation many times. And this is not affecting only you. In case that

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-11-06 Thread Alfredo Braunstein
Abdelrazak Younes wrote: >> please do you think i'm worthy enough to gain commit access ? >> is not the only pending patch from me which is obsolete now just because >> nobody has time to commit it. > > I've warned about this bad situation many times. And this is not > affecting only you. > >

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-11-05 Thread Jean-Marc Lasgouttes
Pavel Sanda [EMAIL PROTECTED] writes: JMarc, do you plan to commit it ? Me? No, I did not! But if nobody did anything on monday, I'll do it. please. Arghh! I get rejects for PrefUi.ui and WorkArea.cpp! JMarc

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-11-05 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: Arghh! I get rejects for PrefUi.ui and WorkArea.cpp! sorry about that. Jürgen

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-11-05 Thread Pavel Sanda
JMarc, do you plan to commit it ? Me? No, I did not! But if nobody did anything on monday, I'll do it. please. Arghh! I get rejects for PrefUi.ui and WorkArea.cpp! please do you think i'm worthy enough to gain commit access ? is not the only pending patch from me which is obsolete

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-11-05 Thread Abdelrazak Younes
Pavel Sanda wrote: JMarc, do you plan to commit it ? Me? No, I did not! But if nobody did anything on monday, I'll do it. please. Arghh! I get rejects for PrefUi.ui and WorkArea.cpp! please do you think i'm worthy enough to gain commit access ? is not the only pending patch from me which is

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-11-05 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> > JMarc, do you plan to commit it ? >> >> Me? No, I did not! But if nobody did anything on monday, I'll do it. > > please. Arghh! I get rejects for PrefUi.ui and WorkArea.cpp! JMarc

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-11-05 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Arghh! I get rejects for PrefUi.ui and WorkArea.cpp! sorry about that. Jürgen

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-11-05 Thread Pavel Sanda
> >> > JMarc, do you plan to commit it ? > >> > >> Me? No, I did not! But if nobody did anything on monday, I'll do it. > > > > please. > > Arghh! I get rejects for PrefUi.ui and WorkArea.cpp! please do you think i'm worthy enough to gain commit access ? is not the only pending patch from me

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-11-05 Thread Abdelrazak Younes
Pavel Sanda wrote: JMarc, do you plan to commit it ? Me? No, I did not! But if nobody did anything on monday, I'll do it. please. Arghh! I get rejects for PrefUi.ui and WorkArea.cpp! please do you think i'm worthy enough to gain commit access ? is not the only pending patch from me which is

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-11-01 Thread Pavel Sanda
JMarc, do you plan to commit it ? Me? No, I did not! But if nobody did anything on monday, I'll do it. please. pavel

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-11-01 Thread Pavel Sanda
> > JMarc, do you plan to commit it ? > > Me? No, I did not! But if nobody did anything on monday, I'll do it. please. pavel

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-26 Thread Pavel Sanda
below is the patch polished according to the comments and i consider it to be the fix for 2739. i dropped on-top feature and will look on the suggestion above later and as separate issue. what do you think ? Looks good. A few comments below. JMarc, do you plan to commit it ? pavel

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-26 Thread Jean-Marc Lasgouttes
Pavel Sanda [EMAIL PROTECTED] writes: below is the patch polished according to the comments and i consider it to be the fix for 2739. i dropped on-top feature and will look on the suggestion above later and as separate issue. what do you think ? Looks good. A few comments below.

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-26 Thread Pavel Sanda
> > below is the patch polished according to the comments and i consider > > it to be the fix for 2739. > > > > i dropped on-top feature and will look on the suggestion above > > later and as separate issue. what do you think ? > > Looks good. A few comments below. JMarc, do you plan to commit

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-26 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> > below is the patch polished according to the comments and i consider >> > it to be the fix for 2739. >> > >> > i dropped on-top feature and will look on the suggestion above >> > later and as separate issue. what do you think ? >> >> Looks good. A few

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-23 Thread Pavel Sanda
besides all the previous comments i see now one problem, which has to be resolved before the patch can go in. aha, this problem is in trunk itself. so use the last posted patch. pavel

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-23 Thread Pavel Sanda
> besides all the previous comments i see now one problem, which has > to be resolved before the patch can go in. aha, this problem is in trunk itself. so use the last posted patch. pavel

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Pavel Sanda
Looks good. A few comments below. updated patch attached. +void GuiLayoutBox::addSortItem(QString const item, bool sorted) The name is strange. I'd rather keep addItem if possible, or addSortedItem or addItemSort. (this is a minor complaint...) changed to addItemSort. + //set

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Lars Gullik Bjønnes
Pavel Sanda [EMAIL PROTECTED] writes: | Looks good. A few comments below. | | updated patch attached. I have not looked at parent, but wonder a bit about the use case anyway. But... | diff --git a/src/frontends/qt4/GuiToolbar.cpp b/src/frontends/qt4/GuiToolbar.cpp | index 9b727be..5889509

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Pavel Sanda
| + if (!sorted || end2 || !(item[0].category() == QChar::Letter_Uppercase)) { '!=' does not work? leftover from past. Space after '//', but the comment in-itself looks strange? Do we have misnamed function? setDefaultIndex? then we could ditch comment as well. removed. the rest of

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Lars Gullik Bjønnes
Pavel Sanda [EMAIL PROTECTED] writes: I am a nit-pick and I know it... | diff --git a/src/frontends/qt4/GuiToolbar.cpp b/src/frontends/qt4/GuiToolbar.cpp | index 9b727be..b518c54 100644 | --- a/src/frontends/qt4/GuiToolbar.cpp | +++ b/src/frontends/qt4/GuiToolbar.cpp | @@ -271,6 +272,29 @@

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Pavel Sanda
And now we are in multi-line terrritory, so add braces. :-) omg :D pavel diff --git a/src/LyXFunc.cpp b/src/LyXFunc.cpp index 2471363..f29782e 100644 --- a/src/LyXFunc.cpp +++ b/src/LyXFunc.cpp @@ -1947,6 +1947,9 @@ void LyXFunc::dispatch(FuncRequest const cmd)

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Pavel Sanda
besides all the previous comments i see now one problem, which has to be resolved before the patch can go in. p

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Pavel Sanda
> Looks good. A few comments below. updated patch attached. > > +void GuiLayoutBox::addSortItem(QString const & item, bool sorted) > > The name is strange. I'd rather keep addItem if possible, or > addSortedItem or addItemSort. (this is a minor complaint...) changed to addItemSort. > > +

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Lars Gullik Bjønnes
Pavel Sanda <[EMAIL PROTECTED]> writes: | > Looks good. A few comments below. | | updated patch attached. I have not looked at parent, but wonder a bit about the use case anyway. But... | diff --git a/src/frontends/qt4/GuiToolbar.cpp b/src/frontends/qt4/GuiToolbar.cpp | index 9b727be..5889509

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Pavel Sanda
> | + if (!sorted || end<2 || !(item[0].category() == > QChar::Letter_Uppercase)) { > > '!=' does not work? leftover from past. > Space after '//', but the comment in-itself looks strange? Do we have > misnamed function? setDefaultIndex? then we could ditch comment as > well. removed. the

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Lars Gullik Bjønnes
Pavel Sanda <[EMAIL PROTECTED]> writes: I am a nit-pick and I know it... | diff --git a/src/frontends/qt4/GuiToolbar.cpp b/src/frontends/qt4/GuiToolbar.cpp | index 9b727be..b518c54 100644 | --- a/src/frontends/qt4/GuiToolbar.cpp | +++ b/src/frontends/qt4/GuiToolbar.cpp | @@ -271,6 +272,29 @@

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Pavel Sanda
> And now we are in multi-line terrritory, so add braces. :-) omg :D pavel diff --git a/src/LyXFunc.cpp b/src/LyXFunc.cpp index 2471363..f29782e 100644 --- a/src/LyXFunc.cpp +++ b/src/LyXFunc.cpp @@ -1947,6 +1947,9 @@ void LyXFunc::dispatch(FuncRequest const & cmd)

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Pavel Sanda
besides all the previous comments i see now one problem, which has to be resolved before the patch can go in. p

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-19 Thread Jean-Marc Lasgouttes
Pavel Sanda [EMAIL PROTECTED] writes: below is the patch polished according to the comments and i consider it to be the fix for 2739. i dropped on-top feature and will look on the suggestion above later and as separate issue. what do you think ? Looks good. A few comments below. +void

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-19 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: > below is the patch polished according to the comments and i consider > it to be the fix for 2739. > > i dropped on-top feature and will look on the suggestion above > later and as separate issue. what do you think ? Looks good. A few comments below. >

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-17 Thread Pavel Sanda
Andre'? Is there a way to obtain this feature in Qt? From a theoretical point of view there is void QComboBox::setItemDelegate(QAbstractItemDelegate *) which in turn has void paint(QPainter * painter, const QStyleOptionViewItem option, const QModelIndex index) const;

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-17 Thread Pavel Sanda
> > Andre'? Is there a way to obtain this feature in Qt? > > From a theoretical point of view there is > > void QComboBox::setItemDelegate(QAbstractItemDelegate *) > > which in turn has > > void paint(QPainter * painter, const QStyleOptionViewItem & option, > const QModelIndex &

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-10 Thread Pavel Sanda
I do not have much time to think about it but I would say: - a few (5?) entries at the top, followed by a horiz line - below that, the normal entries, /including/ the ones that are already on top. There are probably more things to do to make it work right. Playing with OO.o or

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-10 Thread Jean-Marc Lasgouttes
Pavel Sanda [EMAIL PROTECTED] writes: Also, there may be a version of QComboBox that does that. QComboBox does not seem to have such parallel, moreover it seems that it has not support for horizontal line, which means one of three possibilities: - use string as '-' (ugly) - use

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-10 Thread Andre Poenitz
On Wed, Oct 10, 2007 at 11:45:58AM +0200, Jean-Marc Lasgouttes wrote: Pavel Sanda [EMAIL PROTECTED] writes: Also, there may be a version of QComboBox that does that. QComboBox does not seem to have such parallel, moreover it seems that it has not support for horizontal line, which means

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-10 Thread Pavel Sanda
> I do not have much time to think about it but I would say: > > - a few (5?) entries at the top, followed by a horiz line > > - below that, the normal entries, /including/ the ones that are already on > top. > > There are probably more things to do to make it work right. Playing > with OO.o

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-10 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> Also, there may be a version of QComboBox that does that. > > QComboBox does not seem to have such parallel, moreover it seems > that it has not support for horizontal line, which means one > of three possibilities: > - use string as '-' (ugly) >

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-10 Thread Andre Poenitz
On Wed, Oct 10, 2007 at 11:45:58AM +0200, Jean-Marc Lasgouttes wrote: > Pavel Sanda <[EMAIL PROTECTED]> writes: > > >> Also, there may be a version of QComboBox that does that. > > > > QComboBox does not seem to have such parallel, moreover it seems > > that it has not support for horizontal

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-08 Thread Pavel Sanda
Some people have asked for sorting the layouts, and we could indeed add that to the prefs. I have no hard feelings on the question. However, I totally dislike the hardcoded test for '-'. would you feel comfortable with some test eg isalpha(string[0]) instead ? pavel

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-08 Thread Jean-Marc Lasgouttes
Pavel Sanda [EMAIL PROTECTED] writes: Some people have asked for sorting the layouts, and we could indeed add that to the prefs. I have no hard feelings on the question. However, I totally dislike the hardcoded test for '-'. would you feel comfortable with some test eg isalpha(string[0])

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-08 Thread Pavel Sanda
> Some people have asked for sorting the layouts, and we could indeed > add that to the prefs. I have no hard feelings on the question. > However, I totally dislike the hardcoded test for '-'. would you feel comfortable with some test eg isalpha(string[0]) instead ? pavel

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-08 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> Some people have asked for sorting the layouts, and we could indeed >> add that to the prefs. I have no hard feelings on the question. >> However, I totally dislike the hardcoded test for '-'. > > would you feel comfortable with some test eg

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Andre Poenitz
On Thu, Sep 27, 2007 at 01:58:39AM +0200, Pavel Sanda wrote: hi, one thing which is annoying for me when working with lyx is lenghty locating of a given environement in environment box for certain classes which have many items, even more that i usually use only few of these items. now i

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Jean-Marc Lasgouttes
Pavel Sanda [EMAIL PROTECTED] writes: now i have working skeleton for bug 2739, which introduces two preference options - one for alphabetical sorting and the second which put environment used during the current editation on the top of the envi list. before spending time on some gui coding

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
now i have working skeleton for bug 2739, which introduces two preference options - one for alphabetical sorting and the second which put environment used during the current editation on the top of the envi list. Is it still possible to use the current, thematic sorting with that? until

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
Some people have asked for sorting the layouts, and we could indeed add that to the prefs. I have no hard feelings on the question. However, I totally dislike the hardcoded test for '-'. i'm not happy about that either. have you another idea how to get rid off --Separator-- on the top of the

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Tommaso Cucinotta
Pavel Sanda ha scritto: hi, one thing which is annoying for me when working with lyx is lenghty locating of a given environement in environment box for certain classes which have many items, even more that i usually use only few of these items. now i have working skeleton for bug 2739, which

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Jean-Marc Lasgouttes
Pavel Sanda [EMAIL PROTECTED] writes: could you describe more precisely how would the on top feature look like to be useful ? I do not have much time to think about it but I would say: - a few (5?) entries at the top, followed by a horiz line - below that, the normal entries, /including/

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Bo Peng
I do not have much time to think about it but I would say: - a few (5?) entries at the top, followed by a horiz line Yes. In a few applications (word?), recently used fonts and styles are put on top like this, followed by a separator and then a full list. I dislike the idea of sorting and I

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
I would suggest making both of these options enabled by default i dont think we should change the default behaviour. pavel

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
I do not have much time to think about it but I would say: - a few (5?) entries at the top, followed by a horiz line Yes. In a few applications (word?), recently used fonts and styles are put on top like this, followed by a separator and then a full list. I dislike the idea of sorting

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Bo Peng
I dislike the idea of sorting and I think the above would be enough the sorting is optional and turned off by default in preferences. if some people (including me) find it helpful to keep it sorted in certain circumstances, i dont see why not to allow them. If there is an acceptable

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
I dislike the idea of sorting and I think the above would be enough the sorting is optional and turned off by default in preferences. if some people (including me) find it helpful to keep it sorted in certain circumstances, i dont see why not to allow them. If there is an acceptable

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Andre Poenitz
On Thu, Sep 27, 2007 at 01:58:39AM +0200, Pavel Sanda wrote: > hi, > > one thing which is annoying for me when working with lyx is lenghty > locating of a given environement in environment box for certain > classes which have many items, even more that i usually use only few > of these items. >

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: > now i have working skeleton for bug 2739, which introduces two > preference options - one for alphabetical sorting and the second > which put environment used during the current editation on the top > of the envi list. > > before spending time on some gui

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
> > now i have working skeleton for bug 2739, which introduces two preference > > options - one for alphabetical sorting and the second which put > > environment used during the current editation on the top of the envi list. > > Is it still possible to use the current, thematic sorting with that?

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
> Some people have asked for sorting the layouts, and we could indeed > add that to the prefs. I have no hard feelings on the question. > However, I totally dislike the hardcoded test for '-'. i'm not happy about that either. have you another idea how to get rid off --Separator-- on the top of

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Tommaso Cucinotta
Pavel Sanda ha scritto: hi, one thing which is annoying for me when working with lyx is lenghty locating of a given environement in environment box for certain classes which have many items, even more that i usually use only few of these items. now i have working skeleton for bug 2739, which

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: > could you describe more precisely how would the on top feature look like > to be useful ? I do not have much time to think about it but I would say: - a few (5?) entries at the top, followed by a horiz line - below that, the normal entries,

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Bo Peng
> I do not have much time to think about it but I would say: > > - a few (5?) entries at the top, followed by a horiz line Yes. In a few applications (word?), recently used fonts and styles are put on top like this, followed by a separator and then a full list. I dislike the idea of sorting and

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
> I would suggest making both of these options enabled by default i dont think we should change the default behaviour. pavel

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
> > I do not have much time to think about it but I would say: > > > > - a few (5?) entries at the top, followed by a horiz line > > Yes. In a few applications (word?), recently used fonts and styles are > put on top like this, followed by a separator and then a full list. > > I dislike the idea

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Bo Peng
> > I dislike the idea of sorting and I think the above would be enough > > the sorting is optional and turned off by default in preferences. > if some people (including me) find it helpful to keep it sorted in certain > circumstances, i dont see why not to allow them. If there is an acceptable

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
> > > I dislike the idea of sorting and I think the above would be enough > > > > the sorting is optional and turned off by default in preferences. > > if some people (including me) find it helpful to keep it sorted in certain > > circumstances, i dont see why not to allow them. > > If there is

[Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-26 Thread Pavel Sanda
hi, one thing which is annoying for me when working with lyx is lenghty locating of a given environement in environment box for certain classes which have many items, even more that i usually use only few of these items. now i have working skeleton for bug 2739, which introduces two preference

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-26 Thread Juergen Spitzmueller
Pavel Sanda wrote: now i have working skeleton for bug 2739, which introduces two preference options - one for alphabetical sorting and the second which put environment used during the current editation on the top of the envi list. Is it still possible to use the current, thematic sorting

[Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-26 Thread Pavel Sanda
hi, one thing which is annoying for me when working with lyx is lenghty locating of a given environement in environment box for certain classes which have many items, even more that i usually use only few of these items. now i have working skeleton for bug 2739, which introduces two preference

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-26 Thread Juergen Spitzmueller
Pavel Sanda wrote: > now i have working skeleton for bug 2739, which introduces two preference > options - one for alphabetical sorting and the second which put > environment used during the current editation on the top of the envi list. Is it still possible to use the current, thematic sorting