Re: r36482 - lyx-devel/trunk/src/insets

2010-11-28 Thread Georg Baum
Vincent van Ravesteijn wrote: Log: Move SCRIPT_CODE to the end to make sure the numbering is still correct. >>> >>> I thought the order does not matter. What is changed by this? >>> >> He meant the numbers in the comments, e.g.: >> >> MATH_CHAR_CODE, // 55 >> >> Those were wrong aft

Re: r36482 - lyx-devel/trunk/src/insets

2010-11-26 Thread Vincent van Ravesteijn
>>> Log: >>> Move SCRIPT_CODE to the end to make sure the numbering is still correct. >> >> I thought the order does not matter. What is changed by this? >> > He meant the numbers in the comments, e.g.: > >    MATH_CHAR_CODE, // 55 > > Those were wrong after your commit. Easiest just to move the ne

Re: r36482 - lyx-devel/trunk/src/insets

2010-11-26 Thread Richard Heck
On 11/26/2010 12:33 PM, Georg Baum wrote: v...@lyx.org wrote: Author: vfr Date: Thu Nov 25 14:01:24 2010 New Revision: 36482 URL: http://www.lyx.org/trac/changeset/36482 Log: Move SCRIPT_CODE to the end to make sure the numbering is still correct. I thought the order does not matter. What is

Re: r36482 - lyx-devel/trunk/src/insets

2010-11-26 Thread Georg Baum
v...@lyx.org wrote: > Author: vfr > Date: Thu Nov 25 14:01:24 2010 > New Revision: 36482 > URL: http://www.lyx.org/trac/changeset/36482 > > Log: > Move SCRIPT_CODE to the end to make sure the numbering is still correct. I thought the order does not matter. What is changed by this?