Update notes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30057 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-06-11 22:47:02 +00:00
parent e28c88767b
commit 88c91e4789

View File

@ -36,10 +36,10 @@ These insets work but still need work:
BibTeXInfo::label() method. A similar strategy will work for author-year and BibTeXInfo::label() method. A similar strategy will work for author-year and
the like, but calculating labels will be more complex---unless we just parse the like, but calculating labels will be more complex---unless we just parse
the bbl file, which of course is the only fully general solution. the bbl file, which of course is the only fully general solution.
InsetFlex: I think this one is OK, but it needs some testing.
These insets do not work but should be completely straightforward: These insets do not work but should be completely straightforward:
Caption, Flex (uses collapsable) Caption
May need to make use here of TocWidget::itemInset, which should then be moved May need to make use here of TocWidget::itemInset, which should then be moved
to TocBackend. to TocBackend.
@ -68,9 +68,9 @@ These do not yet work and need some attention:
should we get it? Probably some validation thing again, where labels tell us where should we get it? Probably some validation thing again, where labels tell us where
they are. Alternatively, we could parse the aux file. they are. Alternatively, we could parse the aux file.
InsetTabular: This shouldn't be too hard, but will need doing. InsetTabular: This shouldn't be too hard, but will need doing.
InsetTOC: Here again, validation might do the trick, but I'm not sure. Or perhaps some InsetTOC: We should just be able to use what we have in the TOC. To get links to
kind of post-processing? Another option, maybe the best option, would be just to use work, though, we'll need to co-ordinate the writing of anchors in the sections,
the information we already have in the TOC. which won't actually happen until later.
InsetVSpace: This will be easy, once we have the Length::asHTML() method. InsetVSpace: This will be easy, once we have the Length::asHTML() method.
InsetWrap: This should be simple enough, probably a div and some CSS, but I'm not sure InsetWrap: This should be simple enough, probably a div and some CSS, but I'm not sure
precisely what this is supposed to do. precisely what this is supposed to do.