]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
FindAdv: Added handling of some chars found in unnicodesymbols
[lyx.git] / src / Buffer.h
index 9adc7172c8eeb3dd7a218e2861a52e3df4b805b3..6d4f77c3fdaa15a2e923097cc060df63f998a8a1 100644 (file)
@@ -735,6 +735,10 @@ public:
        void updateBuffer(UpdateScope scope, UpdateType utype) const;
        ///
        void updateBuffer(ParIterator & parit, UpdateType utype, bool const deleted = false) const;
+       /// Forces an updateBuffer() call
+       void forceUpdate() const;
+       /// Do we need to call updateBuffer()?
+       bool needUpdate() const;
 
        /// Spellcheck starting from \p from.
        /// \p from initial position, will then points to the next misspelled
@@ -771,7 +775,7 @@ public:
        int wordCount() const;
        int charCount(bool with_blanks) const;
 
-       /// FIXME: dummy function for now
+       ///
        bool areChangesPresent() const;
 
        ///