home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / FALKMAG / FKMBERCY.ZIP / FKMBERCY / TOOLS / VIEWER.HLP < prev    next >
Text File  |  1997-03-26  |  5KB  |  154 lines

  1. $0%1!4#4HDom's Viewer version 1.00 - FreeWare software@#1
  2.  
  3. IDescription@
  4.  
  5. Dom's Viewer is a small  text viewer for multitasking system  such
  6. as MultiTos  or Mag!X.  According avec  new AES,  View's Dom  uses
  7. iconify window, Drag'n Drop  protocol and terminaison AES  message
  8. (AP_TERM). Dom's Viewer uses Av-Protocol too.
  9.  
  10. IInstallation@
  11.  
  12. Copy  viewer.app,  viewer.rsc, viewer.cnf  and viewer.hlp  in  the
  13. same directory. viewer.cnf  and viewer.hlp are  optional. I  don't
  14. want integrate  ressource  file  in  viewer.app  in order to allow
  15. an easy language translation.
  16.  
  17. DMultiTos:@
  18. Modify in your gem.cnf:
  19. setenv SHSHOW [dom's viewer path]\viewer.app
  20.  
  21. DMagxDesk:@
  22. Add or modify your magx.inf the line:
  23. #_DPG C:\BIN\VIEWER.APP
  24. or use appropriate MagXdesk menu (Options\Setting)
  25.  
  26. ICommand line@
  27.  
  28. Dom's viewer accept args command line. This is its synopsis:
  29.  
  30.     Aviewer@ [-help|-nosetup] file1 file2 ...
  31.  
  32.         A-help@ option display an gem alert with Dom's Viewer
  33.               synopsis
  34.         A-nosetup@ option force Dom's Viewer to not read the
  35.                  viewer.cnf file (see Configuration file).
  36.         A-noesc@ option force Dom's Viewer to not interpret
  37.                  escape codes.
  38.  
  39. IShortcuts@
  40.  
  41. Help            Display small help message in info bar window.
  42. Control-Help    Display viewer.hlp in new window.
  43. Control-B       Load a new buffer in the current window. The old
  44.                 buffer is delete from the memory.
  45. Control-O       Load a new buffer in a new window.
  46. Control-U       Close window or quit if there is no more window.
  47. Control-W        Cycle viewer's windows.
  48. Control-C       Copy region buffer in GEM clipboard or buffer if
  49.                 there is no region define.
  50. Control-P       Print region buffer or buffer.
  51. Control-F       Search a string in buffer, use keyboard to search
  52.                 string.
  53. Control-G       Search next string in buffer.
  54. Escape          Cancel search.
  55. Control-Q       Quit Dom's Viewer.
  56.  
  57.  
  58. IScroll command@
  59.  
  60. left arrow
  61. right arrow
  62. up arrow
  63. down arrow
  64. shift left arrow
  65. shift right arrow
  66. shift up arrow
  67. shift down arrow
  68. space
  69. shift-space
  70. Home
  71. shift-Home
  72.  
  73. IConfiguration file@
  74.  
  75. Dom's Viewer reads a configuration file called viewer.cnf to set
  76. some parameters:
  77.  
  78. window=60,20,400,300  # set window size and position
  79. next=10,10              # set the next window position 
  80. next=-10,-10          # negative value is available
  81. tabulator=5              # set the default tabulation size
  82. text_color=1          # set the default text color (VDI index)
  83. background=8          # set the default background color (VDI index)
  84. font=9,14              # set the default id font and size font
  85.  
  86. IText attributes@
  87.  
  88. Dom's Viewer uses Idealist escape code to display texts attributs such
  89. as bold, underlined, ... effects. But Dom's Viewer use extended escape
  90. code to manage text color, background color and Gdos font.
  91. Each escape code begins by  ($27) follow by a control character
  92.  
  93. Normal              @
  94. ABold@            A
  95. BLight@           B
  96. DItalic@          D
  97. HUnderlined@      H
  98. SupScript       P    D(not yet implemented)@
  99. Subscript       `    D(not yet implemented)@
  100.  
  101. Attributes can be combined as a bitfield. For example :
  102.     CBold+Light    = C @.
  103.  
  104. Now, this is the extended escape code:
  105.  
  106. BackGround color    $Ai@
  107.     Set the background color to Ai@.
  108. Text color        #Ai@
  109.     Set the text color to Ai@.
  110.     
  111.     Ai@ is a vdi color index:
  112.     0 -> white
  113.     1 -> black
  114.     2 -> #2red#1
  115.     3 -> #3green#1
  116.      ...
  117.     9 -> #9light-black#1
  118.     : -> #:light-red#1
  119.      ...
  120.  
  121. Text size            (Ai@        D(Not yet implemented)@
  122. Justified text        )Ai@        D(Not yet implemented)@
  123. Set font Name        &Ai@Hfont name@.
  124. Set font            %Ai@
  125.  
  126.     & gives an index to a font name. Thus, the sequence
  127. &A2@HCourier@. sets the HCourier@ font index to 2. Index 0 and
  128. 1 are reserved by Dom's Viewer. . shows the end of the string.
  129.     %A2@ sets the font to courier. Of course, you need 
  130. (Speedo)Gdos or NVDI to display font else this escape sequence will
  131. be ignored.
  132.  
  133. Tabulation size        !Ai@
  134.  
  135.     Set the tabulation size to size Ai@.
  136.  
  137. Caution: Background color and Tabulation size can't be used
  138. twice or more.
  139.  
  140. INotes@
  141.  
  142. - Dom's Viewer has been compiled with PureC and WinDom librairies.
  143. - This programm and his source-file are FreeWare.
  144. - You can send yours suggestions or bugs report at:
  145.         HDominique.Bereziat@inria.fr@
  146.     or write me at:
  147.         Dominique Béréziat
  148.         13, rue George Sand
  149.         91120 Palaiseau
  150.         FRANCE
  151.  
  152. - Update version is available at:
  153.         Hhttp://www-air.inria.fr/People/bereziat/windom.html@
  154.