]> git.lyx.org Git - features.git/commitdiff
Add a FIXME about when the appendix should be enabled.
authorRichard Heck <rgheck@lyx.org>
Sat, 21 Jul 2012 18:18:52 +0000 (14:18 -0400)
committerRichard Heck <rgheck@lyx.org>
Sat, 21 Jul 2012 18:19:10 +0000 (14:19 -0400)
src/Text3.cpp

index e17e965170d88ec129266ebfd7cdd737d0742750..0f429b2dbf163b27e5f555e9cf7e37c3ee8695e0 100644 (file)
@@ -2282,6 +2282,9 @@ bool Text::getStatus(Cursor & cur, FuncRequest const & cmd,
                break;
 
        case LFUN_APPENDIX:
+               // FIXME We really should not allow this to be put, e.g.,
+               // in a footnote, or in ERT. But it would make sense in a 
+               // branch, so I'm not sure what to do.
                flag.setOnOff(cur.paragraph().params().startOfAppendix());
                break;