Changes between Initial Version and Version 1 of Ticket #3250, comment 4
- Timestamp:
- 08/29/14 13:01:42 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3250, comment 4
initial v1 1 1 Please test and review the first patch. I've reimplemented the "ascii" (a.k.a. plain text, that is, not hex mode) viewer, both its "wrap" and "unwrap" mode. 2 2 3 For testing the nroff rendering with actual manual pages, it's recommended to also apply the patches from #1539, #324 4, #3245.3 For testing the nroff rendering with actual manual pages, it's recommended to also apply the patches from #1539, #3243, #3244. 4 4 5 5 I have not yet ported the help viewer to this codebase (although I've added comments on how I'd do that), have not implemented wrapping at word boundaries, and have not implemented horizontal scrolling to the found text. Other than these, I believe that all the bugs mentioned above are fixed.