X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDocIterator.h;h=74dd47438ff85609ba5b8917bcadcd20c3a44c17;hb=dfe3a7d9fc57911b920eb3bc5f7fe7d4b7397823;hp=77968191dd23af9042e0ba7110e6622034549d91;hpb=6b4c3036aa470d57d6cdea9e22cae961bc413025;p=lyx.git diff --git a/src/DocIterator.h b/src/DocIterator.h index 77968191dd..74dd47438f 100644 --- a/src/DocIterator.h +++ b/src/DocIterator.h @@ -75,6 +75,9 @@ public: /// is this the last possible position? bool atLastPos() const { return pit() == lastpit() && pos() == lastpos(); } + /// checks the cursor slices for disabled spell checker insets + bool allowSpellCheck() const; + // // access to slice at tip // @@ -202,7 +205,7 @@ public: /// move backward one paragraph void backwardPar(); /// move backward one inset - /// FIXME: This is not implemented! + /// not used currently, uncomment if you need it //void backwardInset(); /// are we some 'extension' (i.e. deeper nested) of the given iterator