Re: disabling math toolbar

2009-12-04 Thread Pavel Sanda
Abdelrazak Younes wrote: bisect leads to r24954: commit 7fd567d187e51c6168dfb4af991ee6aff82f Author: younes you...@a592a061-630c-0410-9148-cb99ea01b6c8 Date: Tue May 27 11:15:17 2008 + Re-engineer the toolbar support code: - We now rely more upon Qt features, - the

Re: disabling math toolbar

2009-12-04 Thread Abdelrazak Younes
Pavel Sanda wrote: Abdelrazak Younes wrote: bisect leads to r24954: commit 7fd567d187e51c6168dfb4af991ee6aff82f Author: younes you...@a592a061-630c-0410-9148-cb99ea01b6c8 Date: Tue May 27 11:15:17 2008 + Re-engineer the toolbar support code: - We now rely more upon Qt

Re: disabling math toolbar

2009-12-04 Thread Jean-Marc Lasgouttes
Abdelrazak Younes you...@lyx.org writes: The one sane way to solve this rapidly is to create a new dialog for that as I outlined earlier. Should be quite easy but I don't have the time... Or use the support for tristate checkbox that exists in qt. JMarc

Re: disabling math toolbar

2009-12-04 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes you...@lyx.org writes: The one sane way to solve this rapidly is to create a new dialog for that as I outlined earlier. Should be quite easy but I don't have the time... Or use the support for tristate checkbox that exists in qt. From

Re: disabling math toolbar

2009-12-04 Thread Jean-Marc Lasgouttes
Abdelrazak Younes you...@lyx.org writes: Or use the support for tristate checkbox that exists in qt. From an ui point of view tristate checkbox in menu is very very bad IMO. Fair enough. JMarc

Re: disabling math toolbar

2009-12-04 Thread Pavel Sanda
Abdelrazak Younes wrote: The one sane way to solve this rapidly is to create a new dialog for that as I outlined earlier. Should be quite easy but I don't have the time... Or use the support for tristate checkbox that exists in qt. From an ui point of view tristate checkbox in menu is very

Re: disabling math toolbar

2009-12-04 Thread Pavel Sanda
Uwe Stöhr wrote: Can you please open a regression bug report so that Abdel won't forget to fix this? this is now: http://www.lyx.org/trac/ticket/6364 pavel

Re: disabling math toolbar

2009-12-04 Thread Pavel Sanda
Abdelrazak Younes wrote: >>> bisect leads to r24954: >>> commit 7fd567d187e51c6168dfb4af991ee6aff82f >>> Author: younes >>> Date: Tue May 27 11:15:17 2008 + >>> >>> Re-engineer the toolbar support code: >>> - We now rely more upon Qt

Re: disabling math toolbar

2009-12-04 Thread Abdelrazak Younes
Pavel Sanda wrote: Abdelrazak Younes wrote: bisect leads to r24954: commit 7fd567d187e51c6168dfb4af991ee6aff82f Author: younes Date: Tue May 27 11:15:17 2008 + Re-engineer the toolbar support code: - We now rely more upon Qt

Re: disabling math toolbar

2009-12-04 Thread Jean-Marc Lasgouttes
Abdelrazak Younes writes: > The one sane way to solve this rapidly is to create a new dialog for > that as I outlined earlier. Should be quite easy but I don't have the > time... Or use the support for tristate checkbox that exists in qt. JMarc

Re: disabling math toolbar

2009-12-04 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes writes: The one sane way to solve this rapidly is to create a new dialog for that as I outlined earlier. Should be quite easy but I don't have the time... Or use the support for tristate checkbox that exists in qt.

Re: disabling math toolbar

2009-12-04 Thread Jean-Marc Lasgouttes
Abdelrazak Younes writes: >> Or use the support for tristate checkbox that exists in qt. > > From an ui point of view tristate checkbox in menu is very very bad IMO. Fair enough. JMarc

Re: disabling math toolbar

2009-12-04 Thread Pavel Sanda
Abdelrazak Younes wrote: >>> The one sane way to solve this rapidly is to create a new dialog for >>> that as I outlined earlier. Should be quite easy but I don't have the >>> time... >> >> Or use the support for tristate checkbox that exists in qt. > > From an ui point of view tristate checkbox

Re: disabling math toolbar

2009-12-04 Thread Pavel Sanda
Uwe Stöhr wrote: > Can you please open a regression bug report so that Abdel won't forget to > fix this? this is now: http://www.lyx.org/trac/ticket/6364 pavel

Re: disabling math toolbar

2009-12-03 Thread Abdelrazak Younes
Uwe Stöhr wrote: Abdelrazak Younes schrieb: and also 4 radio buttons for the position in the window. Why that? When the menubar is shown I drag it to a position of my choice. Even when it is in the auto mode, the toolbar will then appear at the wanted position. Maybe it's needed... But

Re: disabling math toolbar

2009-12-03 Thread Abdelrazak Younes
Uwe Stöhr wrote: Abdelrazak Younes schrieb: and also 4 radio buttons for the position in the window. Why that? When the menubar is shown I drag it to a position of my choice. Even when it is in the auto mode, the toolbar will then appear at the wanted position. Maybe it's needed... But

Re: disabling math toolbar

2009-12-01 Thread Jean-Marc Lasgouttes
after this commit tristate in menu for toolbars no more works. Yes, and I complained about it at the time. JMarc

Re: disabling math toolbar

2009-12-01 Thread Uwe Stöhr
Pavel Sanda schrieb: bisect leads to r24954: commit 7fd567d187e51c6168dfb4af991ee6aff82f Author: younes you...@a592a061-630c-0410-9148-cb99ea01b6c8 Date: Tue May 27 11:15:17 2008 + Re-engineer the toolbar support code: - We now rely more upon Qt features, - the initial

Re: disabling math toolbar

2009-12-01 Thread Abdelrazak Younes
Uwe Stöhr wrote: Pavel Sanda schrieb: bisect leads to r24954: commit 7fd567d187e51c6168dfb4af991ee6aff82f Author: younes you...@a592a061-630c-0410-9148-cb99ea01b6c8 Date: Tue May 27 11:15:17 2008 + Re-engineer the toolbar support code: - We now rely more upon Qt features,

Re: disabling math toolbar

2009-12-01 Thread Uwe Stöhr
Abdelrazak Younes schrieb: First we have to agree that there is something to fix. What we need to fix is: - use the menu View-Toolbar to deactivate the math toolbars Result: the checkmark is correctly removed and the menu entry contains (auto) - now try to change the state from auto to

Re: disabling math toolbar

2009-12-01 Thread Abdelrazak Younes
guess this is an ui description problem as the three possible states are still possible: When you are in math mode and the math toolbar is auto, you can disable it by invoking the menu. When you are *not* in math mode and the toolbar is auto you can enable it. The problem is that this menubar

Re: disabling math toolbar

2009-12-01 Thread Uwe Stöhr
Abdelrazak Younes schrieb: OK, I guess this is an ui description problem as the three possible states are still possible: Yes, the problem is that the label auto indicates that it is in auto state while this is not always the case. The problem is that this menubar access is very bad. We

Re: disabling math toolbar

2009-12-01 Thread Jean-Marc Lasgouttes
after this commit tristate in menu for toolbars no more works. Yes, and I complained about it at the time. JMarc

Re: disabling math toolbar

2009-12-01 Thread Uwe Stöhr
Pavel Sanda schrieb: bisect leads to r24954: commit 7fd567d187e51c6168dfb4af991ee6aff82f Author: younes Date: Tue May 27 11:15:17 2008 + Re-engineer the toolbar support code: - We now rely more upon Qt features, - the initial

Re: disabling math toolbar

2009-12-01 Thread Abdelrazak Younes
Uwe Stöhr wrote: Pavel Sanda schrieb: bisect leads to r24954: commit 7fd567d187e51c6168dfb4af991ee6aff82f Author: younes Date: Tue May 27 11:15:17 2008 + Re-engineer the toolbar support code: - We now rely more upon Qt features,

Re: disabling math toolbar

2009-12-01 Thread Uwe Stöhr
Abdelrazak Younes schrieb: First we have to agree that there is something to fix. What we need to fix is: - use the menu View->Toolbar to deactivate the math toolbars Result: the checkmark is correctly removed and the menu entry contains "(auto)" - now try to change the state from auto to

Re: disabling math toolbar

2009-12-01 Thread Abdelrazak Younes
e cursor is inside a formula OK, I guess this is an ui description problem as the three possible states are still possible: When you are in math mode and the math toolbar is auto, you can disable it by invoking the menu. When you are *not* in math mode and the toolbar is auto

Re: disabling math toolbar

2009-12-01 Thread Uwe Stöhr
Abdelrazak Younes schrieb: OK, I guess this is an ui description problem as the three possible states are still possible: Yes, the problem is that the label "auto" indicates that it is in auto state while this is not always the case. The problem is that this menubar access is very bad. We

Re: disabling math toolbar

2009-11-30 Thread Pavel Sanda
Pavel Sanda wrote: Richard Heck wrote: On 11/30/2009 06:15 PM, Uwe Stöhr wrote: rgheck schrieb: Use the menu View-Toolbars or alternatively the toolbar button at the right of the main toolbar that shows an equation and is named toggle math toolbar. For more info about LyX's look

Re: disabling math toolbar

2009-11-30 Thread Pavel Sanda
Pavel Sanda wrote: > Richard Heck wrote: > > On 11/30/2009 06:15 PM, Uwe Stöhr wrote: > >> rgheck schrieb: > >> > >>>> Use the menu View->Toolbars or alternatively the toolbar button at the > >>>> right of the main toolbar that

Combine math toolbar and math panel?

2009-02-26 Thread David Raymond
I use math a lot in lyx, and it would seem simpler to me to combine the math toolbar and the math panel into a single, double-decker toolbar. I find myself using the panel as much as the toolbar, and I am not sure why they are separated. One minor problem: When adding math to the end of a file

Re: Combine math toolbar and math panel?

2009-02-26 Thread Pavel Sanda
David Raymond wrote: One minor problem: When adding math to the end of a file, the automatic popup of the toolbar (which I like very much) partially covers the math box until one starts typing math. If the math panel is also activated, it completely covers the box. The box pops into view as

Combine math toolbar and math panel?

2009-02-26 Thread David Raymond
I use math a lot in lyx, and it would seem simpler to me to combine the math toolbar and the math panel into a single, double-decker toolbar. I find myself using the panel as much as the toolbar, and I am not sure why they are separated. One minor problem: When adding math to the end of a file

Re: Combine math toolbar and math panel?

2009-02-26 Thread Pavel Sanda
David Raymond wrote: > One minor problem: When adding math to the end of a file, the > automatic popup of the toolbar (which I like very much) partially > covers the math box until one starts typing math. If the math panel > is also activated, it completely covers the box. The box pops into >

Re: Auto popup of math toolbar hides the cursor (bug 4733)

2009-02-16 Thread Abdelrazak Younes
Pavel Sanda wrote: hi, in short the problem is that at the end of lyxfunc dispatch we firstly processUpdateFlags and after we do restartCursor() which in turn updates toolbar, which toggling-on hides the cursor. moving processUpdateFlags after restartCursor leads to crashes. the following

Re: Auto popup of math toolbar hides the cursor (bug 4733)

2009-02-16 Thread Abdelrazak Younes
Pavel Sanda wrote: hi, in short the problem is that at the end of lyxfunc dispatch we firstly processUpdateFlags and after we do restartCursor() which in turn updates toolbar, which toggling-on hides the cursor. moving processUpdateFlags after restartCursor leads to crashes. the following

Auto popup of math toolbar hides the cursor (bug 4733)

2009-02-14 Thread Pavel Sanda
hi, in short the problem is that at the end of lyxfunc dispatch we firstly processUpdateFlags and after we do restartCursor() which in turn updates toolbar, which toggling-on hides the cursor. moving processUpdateFlags after restartCursor leads to crashes. the following patch is a workaround for

Auto popup of math toolbar hides the cursor (bug 4733)

2009-02-14 Thread Pavel Sanda
hi, in short the problem is that at the end of lyxfunc dispatch we firstly processUpdateFlags and after we do restartCursor() which in turn updates toolbar, which toggling-on hides the cursor. moving processUpdateFlags after restartCursor leads to crashes. the following patch is a workaround for

Re: rc2 - math toolbar

2008-09-03 Thread Jean-Marc Lasgouttes
think the new behaviour does not make sense... After getting a vehement complaint from Abdel, I got to try out again the behaviour of the toolbars ;) The situation now is that auto toolbars (like the math toolbar) have two possible positions: auto and off. In 1.5, there were 3 positions: on, auto

Re: rc2 - math toolbar

2008-09-03 Thread Abdelrazak Younes
, the information is now lost. I think the new behaviour does not make sense... After getting a vehement complaint from Abdel, I got to try out again the behaviour of the toolbars ;) The situation now is that auto toolbars (like the math toolbar) have two possible positions: auto and off. In 1.5

Re: rc2 - math toolbar

2008-09-03 Thread Jean-Marc Lasgouttes
Abdelrazak Younes [EMAIL PROTECTED] writes: Well, I have to confess that I hate this menu based UI. The only sane UI for this would be a context menu with three radio buttons (on/off/auto) for all available toolbar. The default Qt toolbar menu is good but is disabled because of the icon size

Re: rc2 - math toolbar

2008-09-03 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Abdelrazak Younes [EMAIL PROTECTED] writes: Well, I have to confess that I hate this menu based UI. The only sane UI for this would be a context menu with three radio buttons (on/off/auto) for all available toolbar. The default Qt toolbar menu

Re: rc2 - math toolbar

2008-09-03 Thread Jean-Marc Lasgouttes
mation is now lost. I think the new behaviour does not > make sense... After getting a vehement complaint from Abdel, I got to try out again the behaviour of the toolbars ;) The situation now is that auto toolbars (like the math toolbar) have two possible positions: auto and off. In 1.5, t

Re: rc2 - math toolbar

2008-09-03 Thread Abdelrazak Younes
he GUI, the information is now lost. I think the new behaviour does not make sense... After getting a vehement complaint from Abdel, I got to try out again the behaviour of the toolbars ;) The situation now is that auto toolbars (like the math toolbar) have two possible positions: auto and off.

Re: rc2 - math toolbar

2008-09-03 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Well, I have to confess that I hate this menu based UI. The only sane > UI for this would be a context menu with three radio buttons > (on/off/auto) for all available toolbar. The default Qt toolbar menu > is good but is disabled because of the icon

Re: rc2 - math toolbar

2008-09-03 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Well, I have to confess that I hate this menu based UI. The only sane >> UI for this would be a context menu with three radio buttons >> (on/off/auto) for all available toolbar. The default Qt

Re: rc2 - math toolbar

2008-09-02 Thread Jean-Marc Lasgouttes
Neal Becker [EMAIL PROTECTED] writes: Neal Becker wrote: Does 'auto' work? When I choose math (auto), with cursor in plain text, math toolbar is still there. Actually, IMO the design is really confusing. What does 'checking' math(auto) mean? According to the math manual, it's auto

Re: rc2 - math toolbar

2008-09-02 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Neal Becker[EMAIL PROTECTED] writes: Neal Becker wrote: Does 'auto' work? When I choose math (auto), with cursor in plain text, math toolbar is still there. Actually, IMO the design is really confusing. What does 'checking' math(auto) mean

Re: rc2 - math toolbar

2008-09-02 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Neal Becker[EMAIL PROTECTED] writes: Neal Becker wrote: Does 'auto' work? When I choose math (auto), with cursor in plain text, math toolbar is still there. Actually, IMO the design is really confusing. What does 'checking' math(auto

Re: rc2 - math toolbar

2008-09-02 Thread Jean-Marc Lasgouttes
Neal Becker <[EMAIL PROTECTED]> writes: > Neal Becker wrote: > >> Does 'auto' work? >> >> When I choose math (auto), with cursor in plain text, math toolbar is >> still there. > > Actually, IMO the design is really confusing. What does 'checking' &g

Re: rc2 - math toolbar

2008-09-02 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Neal Becker<[EMAIL PROTECTED]> writes: Neal Becker wrote: Does 'auto' work? When I choose math (auto), with cursor in plain text, math toolbar is still there. Actually, IMO the design is really confusing. What does 'checking' math(auto

Re: rc2 - math toolbar

2008-09-02 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Neal Becker<[EMAIL PROTECTED]> writes: Neal Becker wrote: Does 'auto' work? When I choose math (auto), with cursor in plain text, math toolbar is still there. Actually, IMO the design is really confusing. What does 'checking' mat

rc2 - math toolbar

2008-08-29 Thread Neal Becker
Does 'auto' work? When I choose math (auto), with cursor in plain text, math toolbar is still there.

Re: rc2 - math toolbar

2008-08-29 Thread Neal Becker
Neal Becker wrote: Does 'auto' work? When I choose math (auto), with cursor in plain text, math toolbar is still there. Actually, IMO the design is really confusing. What does 'checking' math(auto) mean? According to the math manual, it's auto if its unchecked, and always on if checked

rc2 - math toolbar

2008-08-29 Thread Neal Becker
Does 'auto' work? When I choose math (auto), with cursor in plain text, math toolbar is still there.

Re: rc2 - math toolbar

2008-08-29 Thread Neal Becker
Neal Becker wrote: > Does 'auto' work? > > When I choose math (auto), with cursor in plain text, math toolbar is > still there. Actually, IMO the design is really confusing. What does 'checking' math(auto) mean? According to the math manual, it's auto if its unchecked

Re: searching for frame icons for the math toolbar

2008-01-28 Thread Hans Meine
Am Mittwoch, 23. Januar 2008 09:33:18 schrieb Jean-Marc Lasgouttes: Uwe Stöhr [EMAIL PROTECTED] writes: The math toolbar misses a submenu where the user can insert the following boxes \fbox, \framebox, \mbox, \makebox, and \boxed Has anybody a proposal for icons for them? Do we need all

Re: searching for frame icons for the math toolbar

2008-01-28 Thread Uwe Stöhr
Having icons for actions is always a good thing; e.g. a user might want to customize his toolbar etc. As said I'll add them as soon as somebody proposed some icons. regards Uwe

Re: searching for frame icons for the math toolbar

2008-01-28 Thread Hans Meine
Am Mittwoch, 23. Januar 2008 09:33:18 schrieb Jean-Marc Lasgouttes: > Uwe Stöhr <[EMAIL PROTECTED]> writes: > > The math toolbar misses a submenu where the user can insert the following > > boxes \fbox, \framebox, \mbox, \makebox, and \boxed > > > > Has anyb

Re: searching for frame icons for the math toolbar

2008-01-28 Thread Uwe Stöhr
> Having icons for actions is always a good thing; e.g. a user might want to > customize his toolbar etc. As said I'll add them as soon as somebody proposed some icons. regards Uwe

Re: searching for frame icons for the math toolbar

2008-01-23 Thread Jean-Marc Lasgouttes
Uwe Stöhr [EMAIL PROTECTED] writes: The math toolbar misses a submenu where the user can insert the following boxes \fbox, \framebox, \mbox, \makebox, and \boxed Has anybody a proposal for icons for them? Do we need all of these boxes in the toolbar? If somebody understands the difference

Re: searching for frame icons for the math toolbar

2008-01-23 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: Do we need all of these boxes in the toolbar? If somebody understands the difference between \fbox and \framebox, he is probably able to just type the macro name. OK, but we should have at least have two icons for \fbox and \boxed. regards Uwe

Re: searching for frame icons for the math toolbar

2008-01-23 Thread Jean-Marc Lasgouttes
Uwe Stöhr [EMAIL PROTECTED] writes: Jean-Marc Lasgouttes schrieb: Do we need all of these boxes in the toolbar? If somebody understands the difference between \fbox and \framebox, he is probably able to just type the macro name. OK, but we should have at least have two icons for \fbox and

Re: searching for frame icons for the math toolbar

2008-01-23 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: OK, but we should have at least have two icons for \fbox and \boxed. Could you recall what \boxed does? \fbox : to frame inline formulas \boxed : to frame displayed formulas Both are already supported by mathed, only a math toolbar icon is missing. regards

Re: searching for frame icons for the math toolbar

2008-01-23 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > The math toolbar misses a submenu where the user can insert the following > boxes > \fbox, \framebox, \mbox, \makebox, and \boxed > > Has anybody a proposal for icons for them? Do we need all of these boxes in the toolbar? If

Re: searching for frame icons for the math toolbar

2008-01-23 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: Do we need all of these boxes in the toolbar? If somebody understands the difference between \fbox and \framebox, he is probably able to just type the macro name. OK, but we should have at least have two icons for \fbox and \boxed. regards Uwe

Re: searching for frame icons for the math toolbar

2008-01-23 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes schrieb: > >> Do we need all of these boxes in the toolbar? If somebody understands >> the difference between \fbox and \framebox, he is probably able to >> just type the macro name. > > OK, but we should have at least have two icons

Re: searching for frame icons for the math toolbar

2008-01-23 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: OK, but we should have at least have two icons for \fbox and \boxed. Could you recall what \boxed does? \fbox : to frame inline formulas \boxed : to frame displayed formulas Both are already supported by mathed, only a math toolbar icon is missing. regards

searching for frame icons for the math toolbar

2008-01-22 Thread Uwe Stöhr
The math toolbar misses a submenu where the user can insert the following boxes \fbox, \framebox, \mbox, \makebox, and \boxed Has anybody a proposal for icons for them? thanks and regards Uwe

searching for frame icons for the math toolbar

2008-01-22 Thread Uwe Stöhr
The math toolbar misses a submenu where the user can insert the following boxes \fbox, \framebox, \mbox, \makebox, and \boxed Has anybody a proposal for icons for them? thanks and regards Uwe

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-08 Thread Uwe Stöhr
The phantom feature is a math feature No, \phantom, \vphantom and \hphantom are general (plain TeX) commands, which also work outside mathed (I use them from time to time). I know and use them often e.g. also in the EmbeddedObjects manual. But the suport for these comands is at the moment

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-08 Thread Uwe Stöhr
>> The phantom feature is a math feature > > No, \phantom, \vphantom and \hphantom are general (plain TeX) commands, which > also work outside mathed (I use them from time to time). I know and use them often e.g. also in the EmbeddedObjects manual. But the suport for these comands is at the

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
Uwe Stöhr [EMAIL PROTECTED] writes: I like this phantom feature a lot myself, but I think it qualifies as expert feature. I am not sure it belongs to the toolbar, but I do not oppose it. The phantom feature is a math feature so it should be accessible via the math toolbar. The math toolbar

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: The phantom feature is a math feature No, \phantom, \vphantom and \hphantom are general (plain TeX) commands, which also work outside mathed (I use them from time to time). I never thought about that... But of course you are right. JMarc

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: I never thought about that... But of course you are right. I think ui-wise, phantoms should be implemented in a forthcoming InsetSpace dialog (in Texted). Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Helge Hafting
Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: I never thought about that... But of course you are right. I think ui-wise, phantoms should be implemented in a forthcoming InsetSpace dialog (in Texted). Good idea. A dialog like: _ short space _ interword space _ enskip _

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: Jean-Marc Lasgouttes wrote: I never thought about that... But of course you are right. I think ui-wise, phantoms should be implemented in a forthcoming InsetSpace dialog (in Texted). Where would you put the text? JMarc

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: Jean-Marc Lasgouttes wrote: Where would you put the text? Like Helge outlined. The dialog would include a combo with all the predefined spaces (enspace etc.), then custom for a length (\hspace) and a widget for text (Space in the length of

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: Where would you put the text? Like Helge outlined. The dialog would include a combo with all the predefined spaces (enspace etc.), then custom for a length (\hspace) and a widget for text (Space in the length of the following string). Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: This is not good. The text should be any possible Text Inset (even a font change would make the metrics bad). Then we need Tommaso's input widget (or a collapsable). Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: Jean-Marc Lasgouttes wrote: This is not good. The text should be any possible Text Inset (even a font change would make the metrics bad). Then we need Tommaso's input widget (or a collapsable). A collapsable separate from the space inset would

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Andre Poenitz
On Tue, Nov 06, 2007 at 08:40:19AM +0100, Jürgen Spitzmüller wrote: Uwe Stöhr wrote: I like this phantom feature a lot myself, but I think it qualifies as expert feature. I am not sure it belongs to the toolbar, but I do not oppose it. The phantom feature is a math feature No,

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: >> I like this phantom feature a lot myself, but I think it qualifies as >> expert feature. I am not sure it belongs to the toolbar, but I do not >> oppose it. > > The phantom feature is a math feature so it should be acc

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: >> The phantom feature is a math feature > > No, \phantom, \vphantom and \hphantom are general (plain TeX) commands, which > also work outside mathed (I use them from time to time). I never thought about that... But of course you are right. JMarc

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > I never thought about that... But of course you are right. I think ui-wise, phantoms should be implemented in a forthcoming InsetSpace dialog (in Texted). Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Helge Hafting
Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: I never thought about that... But of course you are right. I think ui-wise, phantoms should be implemented in a forthcoming InsetSpace dialog (in Texted). Good idea. A dialog like: _ short space _ interword space _ enskip _

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: > Jean-Marc Lasgouttes wrote: >> I never thought about that... But of course you are right. > > I think ui-wise, phantoms should be implemented in a forthcoming InsetSpace > dialog (in Texted). Where would you put the text? JMarc

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: > Jean-Marc Lasgouttes wrote: >> Where would you put the text? > > Like Helge outlined. The dialog would include a combo with all the predefined > spaces (enspace etc.), then custom for a length (\hspace) and a widget for > text ("Space in the

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Where would you put the text? Like Helge outlined. The dialog would include a combo with all the predefined spaces (enspace etc.), then custom for a length (\hspace) and a widget for text ("Space in the length of the following string"). Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > This is not good. The text should be any possible Text Inset (even a > font change would make the metrics bad). Then we need Tommaso's input widget (or a collapsable). Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: > Jean-Marc Lasgouttes wrote: >> This is not good. The text should be any possible Text Inset (even a >> font change would make the metrics bad). > > Then we need Tommaso's input widget (or a collapsable). A collapsable separate from the space inset

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Andre Poenitz
On Tue, Nov 06, 2007 at 08:40:19AM +0100, Jürgen Spitzmüller wrote: > Uwe Stöhr wrote: > > > I like this phantom feature a lot myself, but I think it qualifies as > > > expert feature. I am not sure it belongs to the toolbar, but I do not > > > oppose it. > > > > The phantom feature is a math

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Uwe Stöhr
was the change from math-insert \choose to math-insert \binom intentional? And if so, why? This is intended because LyX 1.6.0 will have \tbinom and \dbinom. So it will be confusing that the standard binom command is \choose. \choose is identic to \binom. OK I'll postpone this change to LyX

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: OK I'll postpone this change to LyX 1.6.0. Yes, please. Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Uwe Stöhr
OK I'll postpone this change to LyX 1.6.0. Yes, please. What about the other changes (fraction, placeholders)? Uwe

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: What about the other changes (fraction, placeholders)? The fraction changes are OK. For the placeholders, I'd like to have some input from math users first. Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: Uwe Stöhr wrote: What about the other changes (fraction, placeholders)? The fraction changes are OK. For the placeholders, I'd like to have some input from math users first. I like this phantom feature a lot myself, but I think it qualifies

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Uwe Stöhr
I like this phantom feature a lot myself, but I think it qualifies as expert feature. I am not sure it belongs to the toolbar, but I do not oppose it. The phantom feature is a math feature so it should be accessible via the math toolbar. The math toolbar contains much more expert stuff than

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Jürgen Spitzmüller
work outside mathed (I use them from time to time). That's why I wondered how common they are in math (as opposed to text). so it should be accessible via the math toolbar. OK. Put it in, then. Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Uwe Stöhr
> was the change from "math-insert > \choose" to "math-insert \binom" intentional? And if so, why? This is intended because LyX 1.6.0 will have \tbinom and \dbinom. So it will be confusing that the standard binom command is \choose. \choose is identic to \binom. OK I'll postpone this change to

  1   2   3   >