The SimpleEdit program shows a simple window with a string of text rendered with Graphite.
It is probably misnamed, since you can't edit by typing, only pasting.

When running the program, options include:

* CTRL-p to paste text (typing does not work)
* Clicking and shift-clicking to create selections (dragging does not work)
* Arrow key movements: regular arrows for visual movement and CTRL-arrow for logical movement
* CTRL-f to change the font


To compile within Visual Studio 2005, you will need to add the following compile options:

    /D "_CRT_SECURE_NO_DEPRECATE"
    /Zc:wchar_t-
