[2/3] richedit: Handle tab key properly within table cells

Dylan Smith dylan.ah.smith at gmail.com
Tue Aug 5 11:10:47 CDT 2008


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.  This patch implements this
behaviour.
---
 dlls/riched20/Makefile.in |    1 +
 dlls/riched20/caret.c     |    1 -
 dlls/riched20/editor.c    |   24 ++++++-
 dlls/riched20/editor.h    |    4 +
 dlls/riched20/table.c     |  173 +++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 200 insertions(+), 3 deletions(-)
 create mode 100644 dlls/riched20/table.c
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0002-richedit-Handle-tab-key-properly-within-table-ce.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080805/995f9c14/attachment-0001.txt 


More information about the wine-patches mailing list