home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / init / brief.ini next >
Encoding:
INI File  |  1995-07-11  |  3.5 KB  |  189 lines

  1. ; TOOLS.INI file for BRIEF(tm) configuration
  2.  
  3. [m mep]
  4. ;load quickhelp module (see [mep-mhelp] section below)
  5. load:mhelp.dll
  6.  
  7. ;numeric switches
  8. entab:0
  9. hike:1
  10. hscroll:20
  11. noise:50
  12. rmargin:72
  13. tabdisp:32
  14. tabstops:4
  15. tmpsav:40
  16. traildisp:0
  17. undocount:10
  18. vscroll:1
  19. ; Cursorsize:0 is underline, Cursorsize:1 is block cursor
  20. Cursorsize:0
  21. ;
  22. ; Color code table
  23. ; ----------------
  24. ;
  25. ;    First digit    Second digit
  26. ;    (background)   (foreground)
  27. ;    ------------   ------------
  28. ; 0  Black          Black
  29. ; 1  Blue           Blue
  30. ; 2  Green          Green
  31. ; 3  Cyan           Cyan
  32. ; 4  Red            Red
  33. ; 5  Magenta        Magenta
  34. ; 6  Brown          Brown
  35. ; 7  Gray           Gray
  36. ; 8  Flash Black    Dark Gray
  37. ; 9  Flash Blue     Light Blue
  38. ; A  Flash Green    Light Green
  39. ; B  Flash Cyan     Light Cyan
  40. ; C  Flash Red      Light Red
  41. ; D  Flash Magenta  Light Magenta
  42. ; E  Flash Brown    Light Yellow
  43. ; F  Flash Gray     White
  44. ;
  45. ; Text color, default light yellow on black (0E)
  46. fgcolor:0E
  47. ; Status line color, default cyan on black (03)
  48. stacolor:03
  49. ; Information message color, default green on black (02)
  50. infcolor:02
  51. ; Error message color, default red on black (04)
  52. errcolor:04
  53.  
  54. ;boolean switches -- precede with "no" to deactivate
  55. noaskexit:
  56. askrtn:
  57. autosave:
  58. nocase:
  59. displaycursor:
  60. enterinsmode:  
  61. savescreen:
  62. noshortnames:
  63. softcr:
  64. notrailspace:  
  65. nowordwrap:
  66.  
  67. ;text switches
  68. backup:bak
  69. ;markfile:
  70. readonly:attrib -r
  71.  
  72. ;macros and their key bindings
  73. Win32Help:=Arg "api32" mhelp
  74. Win32Help:Alt+H
  75.  
  76. ;key bindings
  77. Arg:Alt+A
  78. Argcompile:Alt+F10
  79. Assign:F7
  80. Backtab:Shift+Tab
  81. Begfile:Ctrl+PgUp
  82. Begline:Home
  83. Cancel:Esc
  84. Cdelete:Bksp
  85. Compile:Ctrl+N
  86. Copy:Num+
  87. Down:Down
  88. Endfile:Ctrl+PgDn
  89. Endline:End
  90. Execute:F10
  91. Exit:Alt+X
  92. Help:Alt+H
  93. Home:Ctrl+Home
  94. Information:Alt+B
  95. Initialize:Shift+F10
  96. Insertmode:Alt+I
  97. Lasttext:Alt+L
  98. Ldelete:Alt+D
  99. Left:Left
  100. Linsert:Ctrl+Enter
  101. Mark:Alt+M
  102. Meta:F9
  103. Mlines:ctrl+U
  104. Mpage:Pgup
  105. ;Mpara:none
  106. Msearch:Alt+F5
  107. Mword:Ctrl+Left
  108. Newline:Enter
  109. Paste:Ins
  110. Pbal:Ctrl+[
  111. Plines:Ctrl+d
  112. Ppage:Pgdn
  113. ;Ppara:none
  114. Psearch:F5
  115. Pword:Ctrl+Right
  116. Qreplace:F6
  117. Quote:Alt+Q
  118. Refresh:Ctrl+]
  119. Replace:Shift+F6
  120. Right:Right
  121. Sdelete:Del
  122. Sdelete:Num-
  123. Setfile:Alt+N
  124. Setwindow:F2
  125. Shell:Alt+Z
  126. Sinsert:Ctrl+Ins
  127. Tab:Tab
  128. Undo:num*
  129. Undo:ALT+U
  130. Up:Up
  131. Window:F1
  132. save:=arg arg setfile
  133. save:alt+w
  134. ;
  135. ; You can emulate Brief's ALT+O with arg arg <filename> setfile
  136. ;
  137. setfile:alt+o
  138. ;
  139. ; a variation on paste is used to perform "paste a file into the buffer"
  140. ; So in BRIEF where a person typed:  ALT+R <filename>  the user instead
  141. ; types arg arg <filename> paste.
  142. ;
  143. paste:alt+r
  144. ;
  145. linemark:=arg down
  146. linemark:alt+l
  147. ;
  148. ;  column marks are distinguished from line marks through the command the
  149. ;  Microsoft Editor is executing for the given argument.  Therefore, column
  150. ;  mark is the same as "arg"
  151. ;
  152. arg:alt+c
  153. ;
  154. ; line to top
  155. ;
  156. linetotop:=arg setwindow
  157. linetotop:ctrl+t
  158. ;
  159. ; left and right side of window
  160. ;
  161. LeftSideOfWindow:=meta left
  162. RightSideOfWindow:=meta right
  163. LeftSideOfWindow:shift+home
  164. RightSideOfWindow:shift+end
  165. ;
  166. ; WINDOWS
  167. ;
  168. ; Creating a horizontal window at cursor pos. is F3's assign
  169. ;
  170. ;
  171. CreateHorizWin:=arg window
  172. CreateHorizWin:F3
  173. ;
  174. ; Resizing a Window will actually create a vertical window.
  175. ;
  176. CreateVertWin:=arg arg window
  177. CreateVertWin:F4
  178. ;
  179. ; Delete Current Window is F5
  180. DeleteWindow:=meta window
  181. DeleteWindow:F5
  182. ;
  183. ;
  184. ;
  185. ; BRIEF is a trademark of UnderWare, INC.
  186.  
  187. [mep-mhelp]
  188. helpfiles:mep.hlp
  189.