Release 960314
[wine.git] / controls / EDIT.TODO
blobf2d404f7764301ee32de949d6725b4b5bb7625ae
1 -  Find all the remaining bugs!
3 -  ES_LEFT, ES_RIGHT and ES_CENTER.  ES_RIGHT and ES_CENTER cannot be
4    used with single line edit controls or be combined with ES_AUTOHSCROLL.
6 -  Hide selection when window loses focus and ES_NOHIDESEL to disable
7    this functionality.
9 -  ES_LOWERCASE and ES_UPPERCASE.
11 -  ES_OEMCONVERT.  Probably won't do anything very much.
13 -  ES_WANTRETURN and Ctrl-Enter to move to next line when this
14    functionality is enabled.
16 -  Implement undo buffer correctly.  Windows allows the user to undo
17    entered text as well as deleted text.  You can also undo an undo.
19 -  Add word wrap - this is a very big change!
21 I'm doing a rewrite on edit.c.  Please e-mail me if you want
22 to work on edit.c as well, so we can synchronize.
24 Bugs in the current version, known to me:
25 -  An empty document still contains "\r\n"
26 -  UNDO is unstable (incomplete, and it can cause a segfault)
27 -  WM_LBUTTONDBLCLK lets you select whole words, but doesn't set
28    the caret at the end of the selection
29 -  Scrolling (left-right) works, but the scrollbar doesn't
32 Frans van Dorsselaer
33 dorssel@rulhm1.LeidenUniv.nl