[patch] fix small reveal codes issue

2003-01-07 Thread Andre Poenitz
This affects only the way the math nesting is shown in the status line when in mathed. Only trivialities that should be save in all circumstances. It adds the ability to display something interesting (the macro name) for MathMacro (this was forgotten, so this should qualify as a bugfix) New is

Re: [patch] fix small reveal codes issue

2003-01-07 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | This affects only the way the math nesting is shown in the status line when | in mathed. Only trivialities that should be save in all circumstances. | | It adds the ability to display something interesting (the macro name) for | MathMacro (this was

[patch] fix small "reveal codes" issue

2003-01-07 Thread Andre Poenitz
This affects only the way the math nesting is shown in the status line when in mathed. Only trivialities that should be save in all circumstances. It adds the ability to display something interesting (the macro name) for MathMacro (this was forgotten, so this should qualify as a bugfix) New is

Re: [patch] fix small "reveal codes" issue

2003-01-07 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | This affects only the way the math nesting is shown in the status line when | in mathed. Only trivialities that should be save in all circumstances. | | It adds the ability to display something interesting (the macro name) for | MathMacro (this was

Re: 'reveal codes'

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 09:36:14AM +0200, Martin Vermeer wrote: This is incredibly cool. What's ugly about it? The code to get the cursor position shown. I insert a char '\0' in the formula, 'export' to latex, replace the '\0' in the output by ' -X- ' and delete the '\0' from the formula. Heavy

Re: 'reveal codes'

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 09:36:14AM +0200, Martin Vermeer wrote: > This is incredibly cool. What's ugly about it? The code to get the cursor position shown. I insert a char '\0' in the formula, 'export' to latex, replace the '\0' in the output by ' -X- ' and delete the '\0' from the formula.

'reveal codes'

2002-02-14 Thread Andre Poenitz
+++ math_cursor.h 2002/02/14 17:59:54 @@ -244,6 +244,10 @@ public: /// void insert(char); + /// hack for reveal codes + void markInsert(); + void markErase(); + /// friend class Selection;

Re: 'reveal codes'

2002-02-14 Thread Martin Vermeer
On Thu, Feb 14, 2002 at 07:01:40PM +0100, Andre Poenitz wrote: First of all, empty your stomachs, this is about the ugliest hack I've ever porduced, so it obviously won't go into CVS. Having said that, what do you think about the idea? [Aplly to your local tree, create some math, watch

'reveal codes'

2002-02-14 Thread Andre Poenitz
u -p -r1.100 math_cursor.h --- math_cursor.h 2002/02/01 14:56:49 1.100 +++ math_cursor.h 2002/02/14 17:59:54 @@ -244,6 +244,10 @@ public: /// void insert(char); + /// hack for reveal codes + void markInsert(); + void markErase(); + /// friend class Selection;

Re: 'reveal codes'

2002-02-14 Thread Martin Vermeer
On Thu, Feb 14, 2002 at 07:01:40PM +0100, Andre Poenitz wrote: > First of all, empty your stomachs, this is about the ugliest hack I've ever > porduced, so it obviously won't go into CVS. > > Having said that, what do you think about the idea? > [Aplly to your local tree, create some math,