home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL95.ARJ / VOL9509 < prev    next >
Text File  |  1992-01-07  |  3KB  |  71 lines

  1.  
  2. O S / 2   - P r o g r a m m a T h e e k volume 9509
  3.  
  4. Source: BBS's
  5.  
  6. Titel: ME 2.2 Macro Editor
  7.  
  8. Number  Name            Size    Date     Comments
  9.         CATALOG  O09      217   9-24-89 This file
  10. 9509.01 ME22-OS2 ZIP   236216   9-24-89 Macro Editor Version  2.2 OS/2
  11.         VOL9509  ABS     2624   9-24-89 Abstract by Zorro
  12.                 3 File(s)     81920 bytes free on volume  DOSGG9509
  13.  
  14.  
  15.                          THE ME TEXT EDITOR
  16.  
  17.         Files included in the ZIP archive are:
  18.  
  19.         INSTALL.BAT - a batch file to perform the  installation process
  20.  
  21.         ME.EXE - the editor program
  22.         MACCOMP.EXE - the macro compiler
  23.  
  24.         KEYCHART - a table showing the editor commands
  25.  
  26.         \HELP\MEHELP.xxx - the editor help files
  27.         \MACROS\* - the macro source files
  28.                 *.EXM - the macro executable files
  29.  
  30.         CONFIG.ME - the editor configuration file
  31.  
  32.         MANUAL - the printable documentation for the editor
  33.  
  34.         KEYREMAP.ARC - keyboard remapping utilities
  35.  
  36.  
  37.     ME  (short for Macro Editor) is a programmer's text  editor written
  38. by a professional programmer for programmers. Although this  editor  is
  39. inexpensive, its power rivals that of much more expensive  editors.  We
  40. strive  to  keep the editor state-of-the-art and bug-free.  If you have
  41. any comments at all about the editor, please feel free to  contact us.
  42.  
  43.     This  editor  has  been  written specifically for the  IBM Personal
  44. Computer, and takes advantage of some of its  features,   like  memory-
  45. mapped  display,  fast  string  operations, etc. The editor  is written
  46. mostly in the C programming  language,  with  some  assembly   language
  47. routines  to  speed  things  up.  The  version  of  C  compiler used is
  48. Microsoft version 4.0. 
  49.  
  50.     All  operations  on  text  work extremely fast. All of  the data is
  51. kept in main memory  for  speed.  With  the  cost  of   memory  rapidly
  52. decreasing, and with the new generation of CPU's which  provide virtual
  53. memory  capabilities, I have seen no need to include virtual  memory in
  54. the editor. Virtual memory also slows many operations  down,   such  as
  55. searching  through  the entire file for a word. This is  because of the
  56. disk I/O needed to swap out a section of the file which is   not  being
  57. used any longer, and to swap another section in. 
  58.  
  59.  
  60.                                FEATURES
  61.  
  62. 1) Powerful C-like macro language for defining your own  commands.
  63. 2) Remapable keyboard.
  64. 3) You  may  have  up  to 12 windows shown simultaneously,   with a
  65.    different file in each window. You can also enlarge any  window to
  66.    occupy the whole screen.
  67. 4) Regular expression pattern matching.
  68. 5) Column block operations.
  69. 6) Keyboard macros.
  70. 7) Escape to the OS/2 operating system.
  71. 8) 10 "pick" buffers.