YATE
YATE copied to clipboard
YATE (Yet anoter Text Editor) - WPF RichTextBox Extension
Issue opened with imdone.io from code comment on [1a740fc](https://github.com/alexiej/YATE/commit/1a740fc40c2eadaa79d6368859eb93f1aaefce87) TODO unicode? id:269 ---- https://github.com/alexiej/YATE/blob/1a740fc40c2eadaa79d6368859eb93f1aaefce87/PdfSharp/PdfSharp.Pdf.Internal/PdfEncoders.cs#L498-L503
Issue opened with imdone.io from code comment on [1a740fc](https://github.com/alexiej/YATE/commit/1a740fc40c2eadaa79d6368859eb93f1aaefce87) TODO more complex recovery id:268 ---- https://github.com/alexiej/YATE/blob/1a740fc40c2eadaa79d6368859eb93f1aaefce87/YATE/HTML/htmlschema.cs#L423-L428
Issue opened with imdone.io from code comment on [1a740fc](https://github.com/alexiej/YATE/commit/1a740fc40c2eadaa79d6368859eb93f1aaefce87) TODO dd may end in other cases as well - if a new "p" starts, etc. id:267 ---- https://github.com/alexiej/YATE/blob/1a740fc40c2eadaa79d6368859eb93f1aaefce87/YATE/HTML/htmlschema.cs#L400-L405
Issue opened with imdone.io from code comment on [1a740fc](https://github.com/alexiej/YATE/commit/1a740fc40c2eadaa79d6368859eb93f1aaefce87) TODO We assume that indices represented by strictly 10 zeros ("0123456789".Length), id:266 ---- https://github.com/alexiej/YATE/blob/1a740fc40c2eadaa79d6368859eb93f1aaefce87/YATE/HTML/htmlparser.cs#L188-L193
Issue opened with imdone.io from code comment on [1a740fc](https://github.com/alexiej/YATE/commit/1a740fc40c2eadaa79d6368859eb93f1aaefce87) TODO 3. Attributes: The attribute recovery is poor when reading attribute values in quotes - if no closing quotes are found,...
Issue opened with imdone.io from code comment on [1a740fc](https://github.com/alexiej/YATE/commit/1a740fc40c2eadaa79d6368859eb93f1aaefce87) NOTE 10/12/2004: modified this function to check when called if's reading CDATA or something else id:264 ---- https://github.com/alexiej/YATE/blob/1a740fc40c2eadaa79d6368859eb93f1aaefce87/YATE/HTML/htmllexicalanalyzer.cs#L594-L599
Issue opened with imdone.io from code comment on [1a740fc](https://github.com/alexiej/YATE/commit/1a740fc40c2eadaa79d6368859eb93f1aaefce87) TODO SUGGESTION: we could check if lookahead and previous characters are entities also id:263 ---- https://github.com/alexiej/YATE/blob/1a740fc40c2eadaa79d6368859eb93f1aaefce87/YATE/HTML/htmllexicalanalyzer.cs#L460-L465
Issue opened with imdone.io from code comment on [1a740fc](https://github.com/alexiej/YATE/commit/1a740fc40c2eadaa79d6368859eb93f1aaefce87) TODO Process unrecognized list style value id:262 ---- https://github.com/alexiej/YATE/blob/1a740fc40c2eadaa79d6368859eb93f1aaefce87/YATE/HTML/htmlcssparser.cs#L1074-L1079
Issue opened with imdone.io from code comment on [1a740fc](https://github.com/alexiej/YATE/commit/1a740fc40c2eadaa79d6368859eb93f1aaefce87) TODO process local properties for colgroup id:261 ---- https://github.com/alexiej/YATE/blob/1a740fc40c2eadaa79d6368859eb93f1aaefce87/YATE/HTML/HTMLToFlowConverter.table.cs#L490-L495
Issue opened with imdone.io from code comment on [1a740fc](https://github.com/alexiej/YATE/commit/1a740fc40c2eadaa79d6368859eb93f1aaefce87) TODO add processing for thead, tfoot elements and recovery for td elements id:260 ---- https://github.com/alexiej/YATE/blob/1a740fc40c2eadaa79d6368859eb93f1aaefce87/YATE/HTML/HTMLToFlowConverter.table.cs#L154-L159