wxHatch Reference
Adding to wxHatch
The original design
philosophy of wxHatch was that its functions could be extended by
adding to text files. Achieving this goal is still some way off, but
the following functions cane be extended by editing the appropriate
text files in the codedir directory
To add
- favourite code
snippets :edit snipcode.cpp
- prebuilt dialogs in
the wxWidgets source: edit snipdlgs.cpp
- autotext: edit autotext.csv (global) or .wxh_autotexts.csv (in current user's home directory)
- surrounds, which
will be placed around a current selection: edit surrounds.csv
- controls to the
dialog editor:
edit controls.ini
- autodetection of
non-wxWidgets (eg system) libraries: edit libs.csv
- compile settings
(eg unicode):
edit cmds.csv
- new compilers : edit cmds.csv though most of the compilers do
have some hard-coded feature tests embedded in the wxhatch executable
file, eg error
format in lchild.cpp
Each file documents its own format, but
patches will be most welcome (send to biol75@york.ac.uk)
wxHatch
Home 