Andre Poenitz wrote:
> See attached.
It certainly looks like the code that originaly used this has
dissappeared.
> The only 'non-obvious' part is in tables where it serve no purpose
> obvious to me. Editing nested tables just work as before as far as I
> can tell.
This is something separate I think?
Index: insets/insetbase.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insetbase.h,v
retrieving revision 1.17
diff -u -p -r1.17 insetbase.h
--- insets/insetbase.h 29 Oct 2003 10:47:17 -0000 1.17
+++ insets/insetbase.h 3 Nov 2003 15:30:35 -0000
@@ -63,6 +63,8 @@ public:
/// Appends \c list with all labels found within this inset.
virtual void getLabelList(Buffer const &,
std::vector<std::string> & /* list */) const {}
+ /// number of nested things
+ virtual size_t nargs() const { return 0; }
protected:
// the real dispatcher
virtual
--
Angus