Tools
You can add tools to the Tools menu, using the Add/configure dialog. The same dialog can be used to (re-)configure tools. The tools are stored in the registry [MS-Windows] or .wxhatch file [Unix] in the format
Menu &Label ; command[.exe] parameters
with the [.exe] part only needed in MS-Windows
The parameters are stored in the registry or dotfile as follows:
%d current project directoryExamples are given in the help page below
%e current project executable filename
%f current file in the editor pane
%w wxWindows directory
Tools for use with MSW
Program |
Label |
Command to execute |
wxHatch dialog
parameter |
windows explorer | E&xplore | explorer.exe /e, |
project directory |
Shell (command.com for 98; cmd.exe for win2k and XP) | &Command | command.com /k cd cmd.exe /K cd |
project directory |
WinHelp |
&wxHelp |
c:\windows\winhlp32.exe
C:\wx\wxWidgets-2.5.1\docs\winhelp\wx.hlp |
no parameters |
code beautifier, eg bcpp | Beau&tify | C:\compiler\bcpp.exe -yb | current file |
Program |
Label |
Command to execute |
parameter |
memory leak checker, memproof | &Memory check | C:\Program Files\memproof\MemProof.exe | Executable file |