X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62f4313b72a110a7a1afdbc34f7aaa755f995828..dc484d491b15355285a89da275c58c2ef247d1f4:/docs/latex/wx/richtextoverview.tex diff --git a/docs/latex/wx/richtextoverview.tex b/docs/latex/wx/richtextoverview.tex index e7ca1e2d76..481319eecb 100644 --- a/docs/latex/wx/richtextoverview.tex +++ b/docs/latex/wx/richtextoverview.tex @@ -8,6 +8,7 @@ Classes: \helpref{wxRichTextCtrl}{wxrichtextctrl}, \helpref{wxRichTextBuffer}{wx \helpref{wxRichTextStyleSheet}{wxrichtextstylesheet}, \helpref{wxRichTextStyleComboCtrl}{wxrichtextstylecomboctrl}, \helpref{wxRichTextStyleListBox}{wxrichtextstylelistbox}, +\helpref{wxRichTextStyleListCtrl}{wxrichtextstylelistctrl}, \helpref{wxRichTextEvent}{wxrichtextevent}, \helpref{wxRichTextRange}{wxrichtextrange}, \helpref{wxRichTextFileHandler}{wxrichtextfilehandler}, \helpref{wxRichTextHTMLHandler}{wxrichtexthtmlhandler}, \helpref{wxRichTextXMLHandler}{wxrichtextxmlhandler}, @@ -373,11 +374,7 @@ caret. \item As the selection is expanded, the text jumps slightly due to kerning differences between drawing a single text string versus drawing several fragments separately. This could be improved by using wxDC::GetPartialTextExtents to calculate exactly where the separate fragments -should be drawn. -Alternatively, it might be possible to use the difference between the width of text from -a to b+1, versus the width of the text from a to b added to the width of b to b+1. -Note that this problem also applies to separation of text fragments due to difference in their attributes. -\item Selection doesn't work properly for text that contains tabs. +should be drawn. Note that this problem also applies to separation of text fragments due to difference in their attributes. \end{itemize} \wxheading{Features} @@ -386,6 +383,8 @@ This is a list of some of the features that have yet to be implemented. Help wit \begin{itemize}\itemsep=0pt \item RTF input and output +\item Conversion from HTML +\item Open Office input and output \item Floating images, with content wrapping around them \item A ruler control \item Standard editing toolbars @@ -393,6 +392,7 @@ This is a list of some of the features that have yet to be implemented. Help wit \item Bitmap bullets \item Borders \item Text frames +\item Justified text, in print/preview at least \end{itemize} There are also things that could be done to take advantage of the underlying text capabilities of the platform;