home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / winedit / wehelp.in_ < prev    next >
Text File  |  1995-12-16  |  1KB  |  61 lines

  1. ; The EXTENSIONS section below maps the extension of the file being edited
  2. ; with a group of help files to try looking up the desired keyword in.
  3. ; For example, if a file "XYZ.C" is being edited, the help files in the
  4. ; SDKHELP section will be checked to lookup the desired data.
  5.  
  6. [EXTENSIONS]
  7. C=SDKHELP
  8. CPP=SDKHELP
  9. H=SDKHELP
  10. WBT=WIL
  11. WBM=WIL
  12. CPM=WIL
  13. MNU=WIL
  14. MNW=WIL
  15. WEB=WIL
  16. WEH=SAMPHLP
  17. NONE=DEFAULT
  18. DLL=WIL
  19.  
  20. ; This section merely contains a list of possible help files the user would like
  21. ; presented to him.  Edit at will.
  22. [HELPALL]
  23. HF1=TCWHELP.HLP
  24. HF2=API32.HLP
  25. HF4=WINEDIT.HLP
  26. HF5=WIL.HLP
  27. HF6=WINBATCH.HLP
  28.  
  29.  
  30.  
  31.  
  32. ; The sections below are all pointed to by the EXTENSIONS section.  The format
  33. ; of and entry is as follows:
  34. ;    HFx <equals> HelpFileName  HelpFileType
  35. ;
  36. ;  
  37. ; Although you may define all the types you wish, please use numbers above
  38. ; 99 to define your own provate formats (WWW reserves help file types
  39. ; 0 thru 99.   Currently defined HelpFileTypes are:
  40. ;    0  - Undefined
  41. ;    1  - Quick and dirty MessageBox help.   (See SAMPHLP.WEH example)
  42. ;    2  - Windows help file   - Use WinHelp function, pass keyword asis
  43. ;    3  - Executable help file - (Like DOS QH.EXE)
  44.  
  45. [SDKHELP]
  46. HF1=Api32.hlp 2
  47. HF2=MSC.HLP 2
  48.  
  49. [WIL]
  50. HF1=WIL.HLP 2
  51. HF2=WINBATCH.HLP 2
  52. HF3=WINEDIT.HLP 2
  53.  
  54.  
  55. [SAMPHLP]
  56. HF1=SAMPHLP.WEH 1
  57.  
  58. [DEFAULT]
  59. HF1=WIL.HLP 2
  60. HF2=WINEDIT.HLP 2
  61.