cvs commit: hugs98/src/winhugs StartCode.c
Ross Paterson <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <200510051328.j95DSCiM028437__25438.6885128499$1128519000$gmane$org@monk.galois.com> |
ross 2005/10/05 06:28:12 PDT
Modified files:
src/winhugs StartCode.c
Log:
from Neil Mitchell: add an /edit flag. The behaviour of winhugs on:
winhugs.exe /edit filename.hs
is to fire up whichever editor is configured with winhugs and exit
winhugs. The massive advantage of this is a user can set winhugs /edit
as their file handler for editing haskell files, and as they change
the option in winhugs, it gets changed in their system.
Revision Changes Path
1.8 +36 -1 hugs98/src/winhugs/StartCode.c