home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / TemaCD / winedit / wehelp.in_ < prev    next >
Text File  |  1999-10-07  |  2KB  |  78 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. MNU=WIL
  13. MNW=WIL
  14. WEB=WIL
  15. WIL=WIL
  16. DLL=WIL
  17. WEH=SAMPHLP
  18. NONE=DEFAULT
  19.  
  20.  
  21. ; This section merely contains a list of possible help files the user would like
  22. ; presented to him.  Edit at will.
  23. [HELPALL]
  24. HF1=TCWHELP.HLP
  25. HF2=API32WH.HLP
  26. HF4=WINEDIT.HLP
  27. HF5=WINDOWS INTERFACE LANGUAGE.HLP
  28. HF6=WINBATCH.HLP
  29.  
  30.  
  31.  
  32.  
  33. ; The sections below are all pointed to by the EXTENSIONS section.  The format
  34. ; of and entry is as follows:
  35. ;    HFx <equals> HelpFileName  HelpFileType
  36. ;
  37. ;  
  38. ; Although you may define all the types you wish, please use numbers above
  39. ; 99 to define your own private formats (WWW reserves help file types
  40. ; 0 thru 99.   Currently defined HelpFileTypes are:
  41. ;    0  - Undefined
  42. ;    1  - Quick and dirty MessageBox help.   (See SAMPHLP.WEH example)
  43. ;    2  - Windows help file   - Use WinHelp function, pass keyword asis
  44. ;    3  - Executable help file - (Like DOS QH.EXE)
  45.  
  46. [SDKHELP]
  47. HF1=Api32WH.hlp 2
  48. HF2=MSC.HLP 2
  49.  
  50. [WIL]
  51. HF1=WINDOWS INTERFACE LANGUAGE.HLP 2
  52. HF2=WINBATCH.HLP 2
  53. HF3=WINEDIT.HLP 2
  54. HF4=win32net.hlp 2
  55. HF5=netware.hlp 2
  56. HF6=multinet.hlp 2
  57. HF7=netbasic.hlp 2
  58. HF8=ctrlmgr.hlp 2
  59. HF9=webbatch.hlp 2
  60. HF10=wilx.hlp 2
  61. HF11=witzsrch.hlp 2
  62. HF12=htmldlg.hlp 2
  63. HF13=odbc.hlp 2
  64. HF14=serial.hlp 2
  65. HF15=winsock.hlp 2
  66. HF16=wininet.hlp 2
  67. HF17=zipper.hlp 2
  68. HF18=printctl.hlp 2
  69. HF19=shellop.hlp 2
  70. HF20=postie.hlp 2
  71.  
  72. [SAMPHLP]
  73. HF1=SAMPHLP.WEH 1
  74.  
  75. [DEFAULT]
  76. HF1=WINDOWS INTERFACE LANGUAGE.HLP 2
  77. HF2=WINEDIT.HLP 2
  78.