home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / BED12A.ZIP / READ.ME < prev    next >
Text File  |  1993-09-23  |  11KB  |  195 lines

  1.                 Bedit read.me file
  2.  
  3. This file briefly describes new features of version 1.1a of the Bedit 
  4. editor and how to setup and use it.  Input from enthusiastic users 
  5. has been invaluable in choosing features for the Bedit editor.  A few
  6. users also found a couple of bugs that we had not seen.  These have 
  7. been fixed in version 1.2.  Since we have continued to test Bedit, we 
  8. have found and fixed several more bugs.  A list of bug fixes for 1.2 
  9. is given after the list of features added/changed since version 1.0.
  10.  
  11. The following features are only available in Professional Bedit:
  12.     a) Configurable (up to unlimited) undo and redo
  13.     b) Save/restore up to 127 macros
  14.     c) Some macros are supplied
  15.     d) vi (that is, ex) command line emulation (see below)
  16.     e) Configurable button bar
  17.     f) Optional logo suppression on startup
  18.     g) UNIX file support
  19.     h) Save/restore font information between sessions
  20.  
  21. Version 1.2 has several new features (as compared to 1.0).  See the 
  22. manual or on-line help for details.
  23.     1) A new command line operator has been added to emulate the vi ex
  24.        command line for Professional Bedit!  This emulates all of the
  25.        major ex command line functions such as substitute, move, copy,
  26.        join, delete, undo, etc.  This is done with a dialog box providing 
  27.        not only editing of the command line, but a history of the last 20 
  28.        commands (from which selections can be made and edited).
  29.     2) The number of undo/redo levels is configurable from 2 to 
  30.        infinity for Professional Bedit.
  31.     3) Text can now be moved and "pasted over" other text with the 
  32.        right mouse button.
  33.     4) Finding text can be done with the middle mouse button.
  34.     5) A new SetFindString operator changes the string to be found 
  35.        without using the dialog box.  This is mostly for use in macros.
  36.     6) A new unselect operator unselects the current text selection.
  37.        This is mostly for use in macros.
  38.     7) Macros have been supplied with the Professional Bedit editor 
  39.        to enhance its functionality.  These provide the familiar 0 
  40.        (1st column), p (put after), A (append at end of line), I 
  41.        (insert before first char of line), and Ctrl+w (delete word left).
  42.     8) Macros no longer require each iteration to begin later in the 
  43.        file than the previous iteration.  A check box has been added 
  44.        to the macro iteration dialog box to specify the desired method 
  45.        of iteration.  (The initial condition of the check box is 
  46.        configurable.)
  47.     9) Macros may now be played "silently", not showing changes until 
  48.        the iteration is completed.  This speeds up execution by at least 
  49.        a factor of 10!  A check box has been added to the macro iteration 
  50.        dialog box to specify whether or not to "Watch changes" during 
  51.        the iteration.  (The initial condition of the check box is 
  52.        configurable.)
  53.     10) Macro iteration, search/replace all, and several command line 
  54.        operations can now execute without showing changes and are 
  55.        interuptable.  This gives more speed (at least 10 times as fast) 
  56.        and security.
  57.     11) The buttons on the button bar are now "3 dimensional" and the 
  58.        meaning of the buttons are now shown on the status bar when 
  59.        the mouse is over the buttons.
  60.     12) Toggle case can use a count to specify the number of chars 
  61.        to toggle.
  62.     13) A new "GoToLineStart" operator moves to the beginning of the 
  63.        current line at the first non-white space char.
  64.     14) Many checks have been added to notify the user if editor limits 
  65.        are exceeded.
  66.     15) The file Re-read operator provides simple interface with other 
  67.        programs concurrently updating files while editing.  (E.g. 
  68.        spelling checkers and resource tools.)
  69.     16) The 64KB limits have been removed.  Insert File, copies, pastes, 
  70.        deletes, etc. are unlimited (within machine capacities).
  71.     17) Buffer size is now configurable.  A small buffer size results in 
  72.        faster text entry while larger buffers provide better display 
  73.        and scrolling.  A buffer size of 5KB is recommended for slower 
  74.        machines such as a 386 while 10KB is recommended for faster 
  75.        machines.
  76.     18) The status bar displays more information, including the count 
  77.        that can precede many operators.
  78.     19) The Delete Right operator now cuts text to the clipboard or to 
  79.        a buffer, allowing the familiar xp to reverse the order of letters.
  80.     20) A user manual has been added , including examples and tables not 
  81.        found in the on-line help.
  82.     21) The Bedit logo takes several seconds to display, delaying editor 
  83.        startup.  The Professional Bedit Options menu allows the editor 
  84.        to be brought up without the logo.
  85.     22) The shift width is now saved/restored between editing sessions.
  86.     
  87.  
  88. Version 1.2 has much faster left/right motion keys (on a 386), and new 
  89. font features: The default font is now user selectable when changing the 
  90. screen font of a file.  For Professional Bedit the default font and the 
  91. per file fonts are saved/restored between editing sessions.  Version 
  92. 1.2 requires approximately 1.2 MB of disk space.  Bugs fixed in version 
  93. 1.2 include:
  94.  
  95. Version 1.2 bug fixes:
  96.     1) The column number shown on the status line was incorrect sometimes
  97.        when tabs preceded the caret in the line.
  98.     2) Bedit did not properly handle some special keys from European
  99.        keyboards.
  100.     3) Sometimes the status bar showed button info when it should not have.
  101.     4) Sometimes dragging the mouse to deselect text failed.
  102.     5) The Caps Lock, Scroll Lock, and Num Lock keys incorrectly gave
  103.        error sound.
  104.     6) The GotoColumn Operator went to the wrong column when after tabs.
  105.     7) The CopyLine Operator copied text from the current caret position
  106.        while vi (with the Y key) copies the entire line.
  107.     8) Marks were deleted when the marked char was deleted.  Now the mark
  108.        remains on the same line as long as only text on that line is deleted.
  109.  
  110. Bedit Editor Installation From Windows 3.1:
  111. Run the setup.exe from the Bedit Editor installation files (using 
  112. the Windows Run command) and follow the instructions.  
  113.  
  114. NOTE: Bedit will not work in Windows 3.0.
  115.  
  116. Configuration File:
  117. The Bedit editor is a highly configurable editor.  The Bedit editor
  118. can be made to function similar to some other Windows or UNIX 
  119. editors (such as vi(TM of AT&T)) or as a completely custom editor.  
  120. Two sample configuration files are included with the Bedit editor.  
  121. They are beditcfg.win and beditcfg.unx.  One is typical of other 
  122. Windows editors while the other provides an enhanced vi emulation.  
  123. In keeping with its configurability, Bedit will not run without 
  124. a configuration file.  The configuration file for Bedit is called 
  125. bedit.cfg and is a text file.  The default configuration file is a 
  126. copy of beditcfg.unx.  The Bedit setup procedure creates a Program 
  127. Manager group that includes an item to edit the Bedit configuration 
  128. (bedit.cfg) using the Bedit editor.  The Bedit configuration file is 
  129. normally kept in the same directory as the Bedit editor (bedit.exe).  
  130. However, bedit.cfg may be placed in any other directory if an 
  131. environment variable is set for it.  See below for details.
  132.  
  133. Using the Bedit Editor:
  134. After installing Bedit, full on-line help is available by running
  135. the Bedit Program Manager item for Bedit.hlp, or running Bedit.exe 
  136. and selecting the question mark button or pressing F1.  We think you 
  137. will find the Bedit editor to be as simple or as complex as you need 
  138. it to be.
  139.  
  140. Optional Environment Variables:
  141. Some advanced users may wish to place the Bedit.cfg or Bedit.hlp files
  142. in a different directory than Bedit.exe.  Environment variables can be
  143. set to provide the paths for those files if they are not to be in the
  144. PATH.  These variables are BEDITCFG and BEDITHLP.  Do not include the
  145. file names in the path given in these variables.  The file names are
  146. always Bedit.cfg and Bedit.hlp.
  147.  
  148. Bedit Use and Registration:
  149. Two levels of the Bedit editor may be purchased from J & B Star Software.  
  150. These are "Normal" (i.e. Registered shareware version of Bedit) and 
  151. Professional.  The shareware version of the Bedit editor can be 
  152. registered for $35.  If a diskette and/or user manual is desired, add $5 
  153. for the book and $5 for shipping and handling if within the continental 
  154. U.S.  Additional shipping charges apply if other arrangements are made.  
  155. We charge $100 for the Professional Bedit editor.  A diskette and user 
  156. manual will be shipped at no additional cost (within the continental 
  157. U.S.)  Additional shipping charges apply if other arrangements are made.  
  158. A Normal Bedit editor can be upgraded to Professional Bedit for $65.  
  159. State sales tax of 3% applies to all sales to Colorado residents.  A copy 
  160. of the Bedit editor can be mailed to you on 3.5" or 5.25" diskette if you 
  161. call (303) 660-1796.  You can pay by Visa or MasterCard, or you can send 
  162. a check or money order to: 
  163.  
  164.     J & B Star Software
  165.     P.O.Box 878
  166.     Castle Rock, CO 80104
  167.  
  168. If you have purchased a copy of the Bedit editor, please call (303) 660-1796 
  169. if you have any questions, comments, or suggestions.  We can be reached on 
  170. CompuServe at user ID 72640,3347 and on America Online at user ID "Bedit".  
  171. An unregistered copy of Bedit can be found on shareware Bulletin Boards.  
  172. An unregistered copy of Bedit can be converted to a registered copy using a 
  173. "key" that can be obtained from J&B Star Software over the phone.  Please 
  174. distribute the unregistered Bedit software to anyone who may be interested 
  175. in a high quality, powerful, and configurable text editor for Windows 3.1+.  
  176. It is illegal to distribute a registered copy of the Bedit software.  It is
  177. illegal to use an unregistered copy of Bedit for more than 30 days.  It is 
  178. legal to use a Normal or Professional copy of the Bedit editor only on one 
  179. PC at a time.  Reduced rates are available for high volume purchases.  
  180.  
  181. Trademarks
  182. Windows, Windows NT, and WorkGroup for Windows are registered trademarks 
  183. of Microsoft Corporation.  Ex, vi, and UNIX are registered trademarks of 
  184. AT&T.  DeskEdit is a registered trademark of Symantec, Inc.  Professional 
  185. and Registered Bedit editor are copyrighted 1993 to J&B Star Software.  
  186. All rights reserved.
  187.  
  188. Disclaimer and Agreement:  Users of the Bedit editor must accept this 
  189. disclaimer of warranty:  The Bedit editor is supplied as is.  The author 
  190. and J & B Star Software disclaim all warranties, expressed or implied, 
  191. including, without limitation, the warranties of merchantability and of 
  192. fitness for any purpose.  The author and J & B Star Software assume no 
  193. liability for damages, direct or consequential, which may result from 
  194. the use of the Bedit editor.
  195.