home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / bedit_2.zip / B.DOC next >
Text File  |  1996-02-08  |  6KB  |  111 lines

  1. ╒════════════════════════════════════════════════════════════════════════════╕
  2. │         ▄▄███▄▄            ▄█▄▄                    EVALUATION VERSION      │
  3. │    ▄██████▀████          ▄█▀▀██▄                   ENGLISH                 │
  4. │   ▄██▀▀▀     ▀██        ▄█     ▀█                                          │
  5. │  ▄█▀ ▄█▄       ██▌     ██▀                  █              █               │
  6. │ ▐▀   ▐██▌      ██     ██▌                   █              █               │
  7. │      ███   ▄▄██▀     ▐██                    █              █               │
  8. │     ▐██▌ ▐▀ ▀██▄▄    ██▌      █             █      █▄      █▄▄▄▄▄▄         │
  9. │     ▐██▌       ███  ▐████████▀█             █              █               │
  10. │     ███         ███ ▐███   ▀   ▀▄    ▄███████      ██      █               │
  11. │    ▐██▌         ▐██▌ ███▌            ██▀   ▀█      ██      █               │
  12. │     ███          ███  ▐██▄       ▄▌  ██     █      ██      █   Version 2.0 │
  13. │    ▐██▌        ▄███▌   ▀██▄▄ ▄███▀   ██     █      ██      █     VRBCorp   │
  14. │    ██▀ ▄▄▄███████▀       ███████▀    ██    ▄█▄     ███▄    █               │
  15. │    ▀▀  ▀█████▀▀           ▀██▀▀      ▀██████▀██▄   █████▄  ▀█▄▄▄▄▄         │
  16. ╘════════════════════════════════════════════════════════════════════════════╛
  17.  
  18.    Some remarks about BEdit which can't be found in the program itself.
  19.  
  20.    ---> The program will work in a window, but will perform much better in
  21.         a fullscreen session. It's specially designed for fullscreen mode.
  22.  
  23.    ---> Launching BEdit with parameters:
  24.  
  25.         BEDIT <existing filename> <line> <column>
  26.  
  27.         You can pass an existing filename at the command prompt with BEdit.
  28.         The file will be read. If you have specified a legal line and column,
  29.         he will jump to it. These are the only things you can specify at the
  30.         command prompt. These features are interested for programmer's who
  31.         want to use this for example with WatCom C/C++ or something alike.
  32.         If you want to create a new document, just launch B.EXE and specify
  33.         the name in the 'File to edit' window.
  34.  
  35.    ---> Differences between B.EXE and BN.EXE:
  36.  
  37.         B.EXE is the english version of BEdit. BN.EXE is the dutch version
  38.         of BEdit. The dutch version is still in a beta-phase, because the
  39.         english version was the first release. The dutch version should be
  40.         very reliable. If you have some ideas about translations etc con-
  41.         cerning BEdit or something else (functionality), write me a message
  42.         on fidonet, on the internet, or phone me :)
  43.  
  44.    ---> If you are a (shareware) dealer and you are interested in spreading
  45.         this program, then you have to contact me for further information.
  46.  
  47.    ---> BEdit supports files with maximum 36000 lines and a line width of
  48.         257 characters. If you need more, give me a sign. Normally 257 is
  49.         more than enough...
  50.  
  51.    ---> Numerus Clausus: The use of this program is on your own risk. VRBCORP
  52.         doesn't garanty BEdit to be bugfree or to perform 100% error free.
  53.         Whatever, the program is very stable. This program is shareware and
  54.         not freeware. You can use this program demo version for 30 days. If
  55.         you want to use it, you have to register it! The prices are 4$
  56.         for the dutch version and  5$     for the english version. Or you can
  57.         order both for 7$     . Information about prices for big orders can
  58.         be accomplished by contacting me: VRBCORP, Bekaflaan 41, 3200 Aar-
  59.         schot, or by phoning ++32-16-571667 (ask for Bart). Prices are ex-
  60.         clusive transportation cost! Free transportation cost in Belgium.
  61.  
  62.    ---> To compile from within your editor, you have to specify the correct
  63.         SET statements in your config.sys:
  64.  
  65.         For C/C++ programs for example with Borland C/C++ 2.0
  66.  
  67.                 SET CPB=D:\BCOS2\BIN\BCC.EXE -4 -O2 %F
  68.  
  69.                 %F will contain the actual filename you are working with.
  70.                 You can also specify a .CMD or an .BAT file. So if you know
  71.                 REXX, you can do everything with it...
  72.  
  73.         Other SET statements:
  74.  
  75.              CPB=....             C/C++ Programma's
  76.              APB=....             ASM Programma's
  77.              FPB=....             Fortran Programma's
  78.              PRB=....             Dbase/FoxPro Programma's
  79.              PPB=....             Pascal Programma's
  80.              MPB=....             Modula Programma's
  81.              BPB=....             Basic Programma's
  82.  
  83.    ---> The pulldown menu is activated with the ESC key. This menu contain
  84.         almost every important feature in BEdit. Don't forget to take a look
  85.         at the complete key reference. This contains all functions that are
  86.         available in BEdit (approximate 130)
  87.  
  88.    ---> If you have ideas for enhancements or bugreports or something similar,
  89.         write me a note on fidonet or internet. We'll try to accomplsih it in
  90.         the next release of BEdit :)
  91.  
  92.    ---> I want to end this short document by telling you the user that BEdit
  93.         is very simple to use, but also very powerfull. Have fun. Learn to
  94.         use it by experimenting with all the functions. There are no re-
  95.         strictions in the unregistered version, but please register it, so
  96.         I can program new updates, etc... If you register you will get the
  97.         latest version personalized with your name.
  98.  
  99.  
  100.  
  101.    Greetz,
  102.  
  103.    Bono/2, The author.
  104.      Aarschot, 1996
  105.  
  106.    Contact:
  107.  
  108.    Fidonet : 2:292/606.5
  109.    OS/2Net : 81:432/100.5
  110.    E-Mail  : vanrillaer@tornado.be
  111.