Stefan Schimanski 685970043e * make forward deletion of formula labels/numbers more intuitive:
** We show (Eq:bla,#) for labeled formulas
** The first forward delete removes the label
** The second forward delete removes the number

Fixes http://bugzilla.lyx.org/show_bug.cgi?id=2556


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23762 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-15 11:40:04 +00:00
..
2008-03-15 08:43:16 +00:00
2008-03-15 08:43:16 +00:00
2008-02-18 07:14:42 +00:00
2008-02-18 07:14:42 +00:00
2008-02-18 07:14:42 +00:00
2008-02-18 07:14:42 +00:00
2008-03-15 08:43:16 +00:00
2008-03-15 08:43:16 +00:00
2008-03-09 15:07:27 +00:00
2007-11-27 20:51:20 +00:00
2008-02-18 07:14:42 +00:00
2008-03-15 00:22:54 +00:00
2008-03-15 00:22:54 +00:00
2008-03-15 00:22:54 +00:00
2008-03-15 08:43:16 +00:00
2008-03-15 00:22:54 +00:00
2008-03-15 08:43:16 +00:00
2008-03-15 08:43:16 +00:00
2008-03-15 00:22:54 +00:00
2008-02-21 19:42:34 +00:00
2008-02-18 07:14:42 +00:00
2008-03-04 14:57:57 +00:00
2008-02-18 07:14:42 +00:00
2007-11-27 20:51:20 +00:00
2008-02-27 23:11:50 +00:00
2008-03-15 00:22:54 +00:00
2008-03-04 14:57:46 +00:00
2008-03-15 00:22:54 +00:00
2008-03-10 12:54:00 +00:00
2008-03-15 08:43:16 +00:00
2007-11-05 23:01:18 +00:00
2007-11-05 23:46:17 +00:00
2008-02-18 07:14:42 +00:00
2007-11-27 20:51:20 +00:00

Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]'


Inset hierarchy:

                                   MathInset
                                (abstract base)

                         /            |               \

              Dim                  Char               Symbol, Space, ...
         (thing that need       (for things formerly
          the width_/ascent_     known as characters)
          /descent_ cache)

          /             \

       Nest              Dots,  Func, ...
  (for thing with
   nested content)

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

 Array    Hull
         (base for eqnarray/align/...)