]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspecialchar.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetspecialchar.h
index 5acb4e22acfcdc20327610028cb870937bfae6bf..833256b703350837c30a290c838e9ecf773d6a2f 100644 (file)
@@ -82,10 +82,16 @@ public:
        };
        ///
        void validate(LaTeXFeatures &) const;
+       
+       // should this inset be handled like a normal charater
+       bool isChar() const;
        /// is this equivalent to a letter?
        bool isLetter() const;
-       /// is this equivalent to a space?
+       /// is this equivalent to a space (which is BTW different from
+       // a line separator)?
        bool isSpace() const;
+       // should we break lines after this inset?
+       bool isLineSeparator() const;
 private:
        /// And which kind is this?
        Kind kind_;