home *** CD-ROM | disk | FTP | other *** search
- #define MACROMENU 4 /* position of macro menu (0 based) */
-
- #define WINDOWMENU 5 /* position of window menu (0 based) */
-
- /* user-defined commands must
- * be in the range WE_EXTFIRST to
- * WE_EXTLAST
- */
-
- #define EXT_GREP WE_EXTFIRST
- #define EXT_GOTOTAG WE_EXTFIRST+1
- #define EXT_FOR WE_EXTFIRST+2
- #define EXT_SWITCH WE_EXTFIRST+3
- #define EXT_STARTMARK WE_EXTFIRST+4
- #define EXT_ENDMARK WE_EXTFIRST+5
- #define EXT_NEXTWINDOW WE_EXTFIRST+6
- #define EXT_IF WE_EXTFIRST+7
-
- BOOL FAR PASCAL CommandDlgProc(HWND hDlg, UINT msg, UINT wParam, LONG lParam);
- int InitMenu(HWND hWnd);
- void GoToTag(HWND hWnd);
- UINT FindToken(LPSTR szToken, LPSTR lpLoadFileName);
- LPSTR Scan(LPSTR lpPattern,LPSTR lpText,int iLength);
-
-
- /* dialog box IDs */
- #define IDD_WAIT 100
- #define IDD_CAPTURE 101
- #define IDD_COMMAND 102
- #define IDOK 1
- #define IDCANCEL 2
-