wxHatch Notes
- Template Code is
contained in: frame.cpp, frame.h, frame.rc and
-
- Makefiles are
autogenerated
- for new projects
- when the wxWidgets
directory is changed
- when a new compiler
is selected,
- so you
can provide makefiles for compiler you don't have
on your system!
- Saving Compiling
always saves the code; a backup
is created with the ~ extension
- Menuzone: Adding
methods creates code blocks If code
blocks do not already exist, right clicking the menuzone popup
menus saying Go XXX will create the appropriate code
- Getting context -
sensitive help Ctrl+F1 produces help
from the wxWidgets documentation on a currently selected word;
wxWORDs are searched for directly, while MyWORD or m_WORD are
converted to wxWORD before carrying out the search
Todo
List and Known bugs
wxHatch
Home 