home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1388 / wecmd.kcd < prev    next >
Encoding:
Text File  |  1993-12-05  |  4.6 KB  |  107 lines

  1. ! Complete list of WE.EXE command codes
  2.  
  3. !  men  ! Display main menu
  4. !  9    ! Enter TAB ASCII 9
  5. !  sav  ! Save file without closing window
  6. !  wml  ! Write marked lines to file
  7. !  rlf  ! Read lines from file and insert in existing window
  8. !  cla  ! Close all windows and leave program
  9. !  opn  ! Open new window and load file
  10. !  opt  ! Open window and load file named by text at cursor
  11. !  snw  ! Switch to next window
  12. !  spw  ! Switch to previous window
  13. !  srm  ! Switch to remembered window
  14. !  rmw  ! Remember window
  15. !  zoo  ! Toggle zoom current window mode
  16. !  hde  ! Toggle hidden window mode
  17. !  uhd  ! Unhide/unlock all windows
  18. !  iws  ! Increase window size
  19. !  dws  ! Decrease window size
  20. !  nws  ! Set normal window sizes
  21. !  lok  ! Toggle window locked flag
  22. !  snu  ! Swap in next unlocked window into unlocked screen area
  23. !  cnf  ! Set configuration information
  24. !  fsc  ! Scan wildcard file list for text
  25. !  dos  ! Temporary DOS shell
  26. !  exi  ! Save file and close window
  27. !  qui  ! Close window without saving file
  28. !  upl  ! Move up one line
  29. !  dnl  ! Move down one line
  30. !  lft  ! Move one column to the left
  31. !  rgt  ! Move one column to the right
  32. !  del  ! Delete current character
  33. !  dpv  ! Delete character to left
  34.  
  35. ! Unless other conditions apply, all ENTER key commands listed below
  36. ! move to left margin and down one line.  Two conditions detected by all
  37. ! ENTER key commands are if the cursor is on the last line of the file,
  38. ! or the "force add line below" flag is turned on, in which case an
  39. ! "alb" command is executed instead.  Several commands have additional
  40. ! conditions where an "alb" command is used instead.  Generally only
  41. ! one of these commands is actually listed in WE.KCD.
  42.  
  43. !  ent  ! ENTER (no additional functions)
  44. !  eni  ! ENTER (do "alb" instead if "insert" mode)
  45. !  ene  ! ENTER (do "alb" instead if at end of non-blank line)
  46. !  enn  ! ENTER (do "alb" instead if "insert" mode AND end of non-blank line)
  47.  
  48. !  alb  ! Add blank line below current line
  49. !  ala  ! Add blank line above current line
  50. !  tea  ! Toggle "force alb command" flag for ENTER commands
  51. !  aui  ! Set "auto indent" mode for ENTER commands
  52. !  lfx  ! Move all the way to the left in line
  53. !  rgx  ! Move all the way to the right in line
  54. !  isw  ! Togglie insert/overwrite mode
  55. !  spl  ! Break line into two lines at cursor
  56. !  joi  ! Append line below onto current line
  57. !  dcl  ! Delete (remove) current line
  58. !  dte  ! Delete from cursor to end of line
  59. !  pup  ! Move cursor one page up in file
  60. !  pdn  ! Move cursor one page down in file
  61. !  sup  ! Scroll text up one line without moving cursor
  62. !  sdn  ! Scroll text down one line without moving cursor
  63. !  ftp  ! Go to top of file
  64. !  fbt  ! Go to bottom of file
  65. !  llf  ! Move 8 columns to left
  66. !  lrg  ! Move 8 columns to right
  67. !  gto  ! Goto a line number
  68. !  shl  ! Insert blank column at cursor in marked block
  69. !  shr  ! Delete column at cursor in marked block
  70. !  aco  ! Indent line with cursor to align with line above
  71. !  cen  ! Center line within margins
  72. !  rps  ! Repeat string insert/overwrite at cursor column in marked block
  73. !  aps  ! Repeat string append at end of line in marked block
  74. !  stw  ! Strip trailing whitespace from lines in marked block
  75. !  dlc  ! Delete last char from lines in marked block
  76. !  dia  ! Diagnostic information display
  77. !  inf  ! Display copyright and status
  78. !  ibp  ! Insert lines with {} above and below current line at same indent
  79. !  icb  ! Insert line with } below current line at same indent
  80. !  mon  ! Automatic mark mode on
  81. !  mof  ! Automatic mark mode off
  82. !  msw  ! Switch automatic mark mode
  83. !  mcl  ! Clear all marks
  84. !  mdl  ! Delete marked text
  85. !  mco  ! Copy marked text (leaves original text intact)
  86. !  mmv  ! Move marked text (deletes original text)
  87. !  mln  ! Mark entire line (move down first if entire line already marked)
  88. !  uln  ! Unmark entire line
  89. !  mmr  ! Mark char and move right
  90. !  umc  ! Unmark char
  91. !  pfm  ! Manual paragraph reformat
  92. !  smr  ! Set margins
  93. !  apf  ! Toggle auto paragraph reformatting
  94. !  chd  ! Change directory
  95. !  prn  ! Print file
  96. !  ppg  ! Print file with pagination
  97. !  nxt  ! Find next match for most recent search
  98. !  ser  ! Search for string with exact capitalization
  99. !  swd  ! Search for word with exact capitalization
  100. !  sig  ! Search for string with any capitalization
  101. !  swi  ! Search for word with any capitalization
  102. !  rep  ! Replace string with exact capitalization
  103. !  rwd  ! Replace word with exact capitalization
  104. !  rig  ! Replace string with any capitalization
  105. !  rwi  ! Replace word with any capitalization
  106. !  1    ! Insert ASCII 1
  107.