Jean-Marc Lasgouttes wrote:
> Juergen> I'll gladly provide a documentation patch, but first someone
> Juergen> who knows better than me should confirm that this is actually
> Juergen> correct.
>
> I think it is 100% correct.

OK, here's the patch.

Jürgen
Index: insetbase.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insetbase.h,v
retrieving revision 1.59
diff -u -r1.59 insetbase.h
--- insetbase.h	10 Sep 2005 06:51:54 -0000	1.59
+++ insetbase.h	10 Nov 2005 08:38:45 -0000
@@ -192,7 +192,13 @@
 	virtual int docbook(Buffer const &, std::ostream & os,
 		OutputParams const &) const;
 
-	///
+	/** This enum indicates by which means the inset can be modified:
+	- NOT_EDITABLE: the inset's content can not be modified at all 
+	  (e.g. printindex, insetspecialchar)
+	- IS_EDITABLE: content can be edited via dialog (e.g. bibtex, index, url)
+	- HIGHLY_EDITABLE: content can be edited on screen (normally means that
+	  insettext is contained, e.g. collapsables, tabular) */
+	// FIXME: This has not yet been fully implemented to math insets
 	enum EDITABLE {
 		///
 		NOT_EDITABLE = 0,

Reply via email to