RE: [patch] Disabling of Edit->Math menu item

2009-01-16 Thread Vincent van Ravesteijn - TNW
>> The Edit->Math menu item is _always_ enabled. This is caused by the >> command "math-insert \textstyle"... >> >> The patch fixes this. >> >> Objections ? > >I'd prefer a name like math-font, since textstyle makes me >think of text-in-math-mode. I called it math-font-style now (hope it makes

Re: [patch] Disabling of Edit->Math menu item

2009-01-15 Thread Jean-Marc Lasgouttes
Vincent van Ravesteijn writes: > The Edit->Math menu item is _always_ enabled. This is caused by the > command "math-insert \textstyle"... > > The patch fixes this. > > Objections ? I'd prefer a name like math-font, since textstyle makes me think of text-in-math-mode. Also, I'd prefer an argumen

Re: [patch] Disabling of Edit->Math menu item

2009-01-14 Thread rgheck
Vincent van Ravesteijn wrote: The Edit->Math menu item is _always_ enabled. This is caused by the command "math-insert \textstyle"... The patch fixes this. Objections ? None here. rh

[patch] Disabling of Edit->Math menu item

2009-01-14 Thread Vincent van Ravesteijn
The Edit->Math menu item is _always_ enabled. This is caused by the command "math-insert \textstyle"... The patch fixes this. Objections ? Vincent Index: src/LyXAction.cpp === --- src/LyXAction.cpp (revision 28166) +++ src/LyXAc