richedit: Handle tab key properly within table cells.
commitbf5ccefc4cf6ecdb2c15bf0eb70dfadee241ad65
authorDylan Smith <dylan.ah.smith@gmail.com>
Tue, 5 Aug 2008 16:10:47 +0000 (5 12:10 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 12:34:10 +0000 (18 14:34 +0200)
tree4c284402161255341d8f0a134019a8fcf3adbede
parent608c54ee69ec4b8b7fb89df01e4bdcd136c8fd21
richedit: Handle tab key properly within table cells.

Within table cells the tab key moves to the next cell in the table, or creates
a new table row when at the end of the table.
dlls/riched20/Makefile.in
dlls/riched20/caret.c
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/table.c [new file with mode: 0644]