108 | | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 108 | * The task is implemented according the design in [browser:branches/private/kyli/2331]. |
| 109 | * The problem with the broken search still persists, I hope it will be fixed in near future. This task is intended to be integrated in out private branch for now, so the broken search will not be a problem until our merge date. I take the responsibility not to forget about this issue until then. |
| 110 | * The PagePreviewPalette has some problems with repainting. However, this does not concern the text layout, nor the text layout is the reason for this behavior. The problem is that when an area layout is recomputed, it is not redrawn. I doubt this is an issue, since we do not guarantee the PPP will display the exact content of a page. |
| 111 | * The background thread only calls a HotLayout's method. The only performance problems it could have (in my opinion) is, that it could iterate infinitely. Therefore I created a test (linked in the design section), which asserts the thread does not deliver unneeded results. When no work is required, the thread waits blocked. On the other side, every head text frame has exactly one background thread (not like in the auto-chaining), Which I think is OK. |
| 112 | |
| 113 | * Just a note, please note, that this ticket should be integrated in the [svn://sophie2.org/sophie2/branches/private/kyli/sophie2-text] branch. |