home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Windows Spiele / SOS-WIN_SPIELE.ISO / best_50 / bedit14.zip / READ.ME_ / READ.bin
Text File  |  1994-03-17  |  14KB  |  248 lines

  1.                 Bedit read.me file
  2.  
  3. This file briefly describes the features of version 1.4 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 bugs that we had not seen.  These have mostly been fixed 
  7. in version 1.4.  Since we have continued to test Bedit, we have found 
  8. and fixed other bugs as well.
  9.  
  10. Before describing the features of V1.4, we wish to explain what is 
  11. happening with the Bedit editor.  V1.4 is the last version of Bedit to
  12. be available for shareware registration.  We have developed V2.0.
  13. Since almost all of our sales have been of Professional Bedit, 
  14. V2.0 will only be available as the Professional version. 
  15.  
  16. All levels of the Bedit editor feature:
  17.     1) Unlimited file size (limited by virtual memory)
  18.     2) Keyboard and mouse configurability with default vi emulation
  19.     3) Windows standards maintained
  20.     4) Windows MDI used to allow editing of almost unlimited number of files 
  21.     5) files may be dragged/dropped into Bedit
  22.     6) text copy/move with the mouse
  23.     7) Finding text can be done with the middle mouse button.
  24.     8) Bedit V1.4 provides simple (limited) ex command line emulation.
  25.     9) Macros are recorded and editable.  They can be executed a single 
  26.        time or iterated within a line range.  The line range can be 
  27.        specified with any combination of line numbers and marks.
  28.     10) Macros may be played "silently", not showing changes until the 
  29.        iteration is completed.  This speeds up execution by at least 
  30.        a factor of 10!  A check box has been added to the macro iteration 
  31.        dialog box to specify whether or not to "Watch changes" during 
  32.        the iteration.  (The initial condition of the check box is 
  33.        configurable.)
  34.     11) Macro iteration, and search/replace all are interuptable.  
  35.        This gives more security.
  36.     12) The meaning of the buttons on the button bar are shown on the 
  37.        status bar when the mouse is over the buttons.
  38.     13) The file Re-read Operator provides a simple interface with other 
  39.        programs concurrently updating files while editing.  (E.g. 
  40.        spelling checkers and resource tools.)
  41.     14) Insert File, copies, pastes, deletes, etc. are not size limited 
  42.        (within machine capacities).
  43.     15) Buffer size is configurable.  A small buffer size results in 
  44.        faster text entry while larger buffers provide better display 
  45.        and scrolling.  A buffer size of 5KB is recommended for slower 
  46.        machines such as a 386 while 10KB is recommended for faster 
  47.        machines.
  48.     16) The status bar displays lots of information, including: current
  49.        line and column, current char in hex, editor states, file size,
  50.        and a modified indicator.
  51.     17) A user manual is available that includes examples and tables not 
  52.        found in the on-line help.
  53.     18) The default font is user selectable when changing the 
  54.        screen font of a file.
  55.     
  56. Version 1.4 has several new features.  See the manual or on-line help 
  57. for details.
  58.     1) An Operator was added to emulate the vi undo/redo toggle.  This
  59.        Operator will probably be of little interest since the standard
  60.        Undo and Redo Operators are more powerful.
  61.     2) Paste Before and Paste After Operators were added to emulate the
  62.        vi P and p functions more accurately.  The original Paste Operator 
  63.        is still available to maintain Windows consistency.
  64.     3) MANY changes were made for V1.4 to improve the detailed consistency
  65.        between the Bedit Operators and corresponding vi functions.
  66.        Windows standards were maintained for the "gray" keys while the 
  67.        Operators act like vi functions.
  68.     4) The command mode caret is now an underscore.
  69.     5) The Bedit sounds can be turned off using the Options menu item 
  70.        "Play Sounds".
  71.     6) The Windows/Tile menu item allows either horizontal or vertical tiling.
  72.     7) Operators were added to emulate the vi t, T, and 0 functions.  These
  73.        are the Find to Char, Find to Char Back, and GoTo Column1.
  74.        (On-line help only)
  75.  
  76. V1.4 has several bug fixes as compared to V1.3.  In V1.3 the following bugs 
  77. existed:
  78.     1) The default font was ignored if Bedit was opened with 
  79.        BringUpWithFiles = FALSE, or if brought up with file parameters.
  80.     2) While editing macros, it was not possible to delete char combinations
  81.     3) If your PATH has the Bedit directory after character 1024, the 
  82.        configuration and help files cannot be found in the PATH.
  83.     4) Sometimes when a macro was assigned to a Ctrl or Shift key combination
  84.        the editor was left thinking that the Ctrl of Shift key was still
  85.        held down after the macro was executed.
  86.     5) plus more bugs fixed
  87.  
  88. Version 1.4 requires approximately 1.2 MB of disk space.
  89.  
  90. The following additional features are available in Bedit V2.0 (which is 
  91. Professional only):
  92.     1) A new edit control that is faster, smoother, lacks some bugs that
  93.        exist in the edit control used in Bedit V1.x.
  94.     2) Command Line Operator line numbering as in :set number
  95.     3) User selectable coloring for the text and background of edit windows.  
  96.     4) Selective write from the Command Line (as in :4,8w)
  97.     5) Show unseen chars as in :set list (also from Options/Show Unseen Chars)
  98.         - there is a setup option under Options/Show Unseen Setup
  99.           to select the chars to show in place of the unseen chars
  100.     6) Macros can be marked to allow the Repeat Change Operator to
  101.        execute them
  102.     7) Macros can be imported from any saved macro file (copied from
  103.        bedit.mac typically found in the Windows directory)
  104.     8) Macros can be copied or renamed from the Commands/Macro Maintenance
  105.        dialog.
  106.     9) Multiple edit windows can be used with one file
  107.         - Changes made in any window are reflected in another when
  108.           that one becomes active
  109.     10) Other Windows or DOS programs can be executed from Bedit:
  110.       -    The Command Line Operator can be used to start a Windows
  111.           program if no line range is specified (as in :!msoffice)
  112.       -    A DOS program can be executed with or without a line range.
  113.           If no line range is specified, a DOS window is created and the
  114.           DOS program is started in it.  If a line range is given, those
  115.           lines of the file are piped through the DOS program and the
  116.           output replaces those lines in the file.
  117.       -    There is a new Pipe Operator that pipes specified lines through
  118.           the given DOS program like :!.  This Operator allows a motion,
  119.           including going to mark points, as well as repetition of the
  120.           Operator to specify the line range.  The Pipe Operator also works
  121.         with the new Block mode to pipe columns of text through a DOS
  122.         program.
  123.     11) The number of history lines for the Command Line Operator was
  124.        increased from 20 to 50.
  125.     12) Command line "set" or "set all" (i.e. :set) to show all settings
  126.     13) Ctags functionality.
  127.     14) Number registers for deleted strings (as in "1)
  128.     15) Line numbering is saved/restored with other file info
  129.     16) Operators for vi's t and T (Find to Char and Back).
  130.     17) Optional vi syntax for find regular expressions: see Options Menu
  131.     18) Block off the status bar to make it less mobile and easier to
  132.        spot changes in specific fields (also more efficient)
  133.     19) Column selection with cut, paste, pipe, etc.  For example, you may 
  134.         want to move columns 20-35 of lines 93-112 after column 5 either in
  135.         the same lines or in other lines.  This involves a new Toggle Block 
  136.         Selection Operator.  The Pipe Operator also operates on blocks of 
  137.         text if in block mode.
  138.     20) "Named macros" in the sense that the name of a macro can be entered
  139.         in the text and the Substitute Macro Operator can be used to clear
  140.         the name and execute the macro.  The simplest form of this gives
  141.         you abbreviations, and also text templates.
  142.     21) Enter Command String Operator to provide macro interface for the
  143.         Command Line functions.
  144.     22) Go To Column 1 Operator for vi "0" function.
  145.     23) Search/replace dialog can be configured to go away after it is used.
  146.     24) Placement of search/replace dialog is setable from Commands Menu
  147.         when the dialog is up.
  148.     25) Direction of repeat searches can be configured to be inconsistent
  149.         like vi.
  150.     26) Keyboard delay and repeat rates are configurable
  151.     27) The size of the font of the status line is configurable.
  152.     28) Insert Over Operator for the vi "R" function.
  153.     29) The directory for the backup files can be configured.
  154.     30) Find String Up Operator for vi "?" function.
  155.     31) DefaultExt parameter in the configuration file now works.
  156.     32) Optional network installation
  157.     33) Longer lines (up to about 10% less than configured buffer size),
  158.         potentially as long as 13K characters in a line.
  159.     34) Longer search strings (up to line size).
  160.     35) Macro editing allows an escape character to be placed in a macro.
  161.     
  162. To register Bedit V1.4, you can call J & B Star Software at a number given 
  163. below and provide a credit card number for Visa, Master Card, or American 
  164. Express.  The charge is $35.  If a manual and diskette are required, they 
  165. are an additional $15 if mailed to a continental US location (US mail).
  166. State sales tax of 3% applies to all sales to Colorado residents.
  167.  
  168. Bedit V2.0 is available at an introductory price of $99 until 5/1/94.  Since 
  169. V2.0 has so many new features plus improved packaging and manual, the price
  170. of V2.0 beginning 5/1/94 will be $120, including continental US ground 
  171. shipping.  Other arrangements will cost more.  State sales tax of 3% 
  172. applies to all sales to Colorado residents.  Call (800) 484-9490
  173. (with security code 7841) or call (303) 660-1796.  You can pay by Visa, 
  174. MasterCard, or American Express.  Purchase orders are accepted from 
  175. businesses.  You can also send a check or money order to: 
  176.  
  177.     J & B Star Software
  178.     P.O.Box 878
  179.     Castle Rock, CO 80104
  180.  
  181. Bedit Editor Installation From Windows 3.1:
  182. Run the setup.exe from the Bedit Editor installation files (using 
  183. the Windows Run command) and follow the instructions.  
  184.  
  185. NOTE: Bedit will not work in Windows 3.0.
  186.  
  187. Configuration File:
  188. The Bedit editor is a highly configurable editor.  The Bedit editor
  189. can be made to function similar to some other Windows or UNIX 
  190. editors (such as vi(TM of AT&T)) or as a completely custom editor.  
  191. Two sample configuration files are included with the Bedit editor.  
  192. They are beditcfg.win and beditcfg.unx.  One is typical of other 
  193. Windows editors while the other provides an enhanced vi emulation.  
  194. In keeping with its configurability, Bedit will not run without 
  195. a configuration file.  The configuration file for Bedit is called 
  196. bedit.cfg and is a text file.  The default configuration file is a 
  197. copy of beditcfg.unx.  The Bedit setup procedure creates a Program 
  198. Manager group that includes an item to edit the Bedit configuration 
  199. (bedit.cfg) using the Bedit editor.  The Bedit configuration file is 
  200. normally kept in the same directory as the Bedit editor (bedit.exe).  
  201. However, bedit.cfg may be placed in any other directory if an 
  202. environment variable is set for it.  See below for details.
  203.  
  204. Using the Bedit Editor:
  205. After installing Bedit, full on-line help is available by running
  206. the Bedit Program Manager item for Bedit.hlp, or running Bedit.exe 
  207. and selecting the question mark button or pressing F1.  We think you 
  208. will find the Bedit editor to be as simple or as complex as you need 
  209. it to be.
  210.  
  211. Optional Environment Variables:
  212. Some advanced users may wish to place the Bedit.cfg or Bedit.hlp files
  213. in a different directory than Bedit.exe.  Environment variables can be
  214. set to provide the paths for those files if they are not to be in the
  215. PATH.  These variables are BEDITCFG and BEDITHLP.  Do not include the
  216. file names in the path given in these variables.  The file names are
  217. always Bedit.cfg and Bedit.hlp.
  218.  
  219. Bedit Use and Registration:
  220. If you have purchased a copy of the Bedit editor, please call (800) 484-9490 
  221. (with security code 7841) if you have any questions, comments, or 
  222. suggestions.  We can be reached on CompuServe at user ID 72640,3347 and 
  223. on America Online at user ID "Bedit".  An unregistered copy of Bedit can be 
  224. found on shareware Bulletin Boards.  An unregistered copy of Bedit can be 
  225. converted to a registered copy using a "key" that can be obtained from 
  226. J & B Star Software over the phone.  Please distribute the unregistered 
  227. Bedit software or demo version to anyone who may be interested in a high 
  228. quality, powerful, and configurable text editor for Windows 3.1+.  It is 
  229. illegal to distribute a registered copy of the Bedit software.  It is
  230. illegal to use an unregistered copy of Bedit for more than 30 days.  It is 
  231. legal to use a registered copy of the Bedit editor only on one 
  232. PC at a time.  Reduced rates are available for high volume purchases.  
  233.  
  234. Trademarks
  235. Windows, Windows NT, and WorkGroup for Windows are registered trademarks 
  236. of Microsoft Corporation.  Ex and vi are trademarks of AT&T.  UNIX is a 
  237. registered trademark of USL.  DeskEdit is a registered trademark of 
  238. Symantec, Inc.  The Bedit editor is copyrighted 1993 to J & B Star 
  239. Software.  All rights reserved.
  240.  
  241. Disclaimer and Agreement:  Users of the Bedit editor must accept this 
  242. disclaimer of warranty:  The Bedit editor is supplied as is.  The author 
  243. and J & B Star Software disclaim all warranties, expressed or implied, 
  244. including, without limitation, the warranties of merchantability and of 
  245. fitness for any purpose.  The author and J & B Star Software assume no 
  246. liability for damages, direct or consequential, which may result from 
  247. the use of the Bedit editor.
  248.