home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TMOUSE20.ZIP / TBMOUSE.DOC next >
Encoding:
Text File  |  1987-04-18  |  5.2 KB  |  124 lines

  1.     L----T----+-T--2----T----3--T-+----4T---+---T5----+-T--6----T----7---BR   
  2.                             TURBO MOUSE VERSION 2.0                          
  3.                    Copyright (c) 1987, Pedro P. Polakoff III
  4.                     Mouse support for Turbo Pascal Version 3.x
  5.  
  6.     Turbo Mouse was developed to provide Turbo Pascal programmers with full 
  7.     mouse control of the Turbo Editor and Compiler functions. Version 2.0 
  8.     differs from 1.0 in that new features have been added, including 
  9.     programmers macros.
  10.      
  11.     Turbo Mouse is NOT Public Domain. It is Shareware, and as such is user 
  12.     supported. This means to you the user, quality software at an 
  13.     affordable price. It means, to we the developers, a small pittance for 
  14.     our efforts and time. If you find these programs of value, please help 
  15.     to support it by a small contribution to the cause ($5.00). For those 
  16.     of you who insist on using and enjoying this software for free, I hope 
  17.     you will bear that in mind next time you are not paid for your work or 
  18.     efforts. 
  19.  
  20.     DISTRIBUTION FILES  --- Version 2.0
  21.  
  22.     TMOUSE-M.MNU .............. MicroSoft Mouse Version
  23.     TMOUSE-L.MNU .............. LogiTech LogiMouse Version
  24.     TBMOUSE.DOC  .............. This File
  25.  
  26.  
  27.     SYSTEM REQUIREMENTS
  28.  
  29.     IBM PC/XT or AT or Compatible
  30.     Microsoft or Logitech Mouse & Drivers
  31.     Turbo Pascal Version 3.x
  32.  
  33.      
  34.     INSTALLATION & USE
  35.  
  36.     MicroSoft Version:
  37.        Create a Batch file for procomm that will execute the MicroSoft 
  38.     program MENU.COM to load and install the Turbo Mouse menu and then execute 
  39.     the program TURBO.COM or TURBOBCD.COM A sample Batch command follows;
  40.  
  41.         ECHO OFF
  42.         MENU TMOUSE-M
  43.         TURBO
  44.  
  45.     LogiTech LogiMouse Version:
  46.        If you have version 3.0 or later software, you can have CLICK.EXE 
  47.     autoload the menu for you by renaming the file PMOUSE-L.MNU to 
  48.     TURBO.MNU and TURBOBCD.MNU and updating CLICK.SRC with the lines that
  49.     follows;
  50.  
  51.        Turbo menu         ; Turbo Pascal (Borland)
  52.        TurboBcd menu      ; Turbo Pascal BCD (Borland)
  53.  
  54.     With CLICK reinstalled it will load and execute the Turbo Mouse menus 
  55.     automatically when you invoke Turbo Pascal itself. If you prefer to load
  56.     the menu manually, refer to the installation procedure for the MicroSoft 
  57.     version but substitute the menu TMOUSE-L.MNU for the Microsoft version.
  58.  
  59.  
  60.     FUNCTION OF THE MENUS
  61.  
  62.       The Left mouse button will invoke the Turbo Mouse menus. The Right 
  63.     (Middle on LogiTech Mouse) button will simulate a Return sequence 
  64.     equivilent to pressing the Return key. Both buttons (Right button on 
  65.     LogiTech) will simulate pressing the Escape key.
  66.  
  67.     There are three menus availble with Turbo Mouse. The first menu is 
  68.     invoked whenever the left mouse button is pressed and the main Turbo 
  69.     screen is present. The screen will change color and the mouse will be 
  70.     active to select the Turbo commands from the screen. The second menu is 
  71.     available when the Compiler options screen is displayed. It functions 
  72.     exactly like the main menu in the sense that the mouse can select form 
  73.     the screen, the desired functions.
  74.  
  75.     The final menu is the editor menu. This menu will be invoked whenever 
  76.     the left mouse button is clicked and there is no Turbo Screen present 
  77.     or the editor screen is present. This menu provides mouse access to all 
  78.     of the Turbo editor commands and functions. A new feature of Version 
  79.     2.0 is the "Macros" selection. This new option provides for mouse 
  80.     access to the most frequently used Turbo Pascal programming commands. 
  81.     Following is a list of the Mouse selectable Macros;
  82.  
  83.              PROCEDURE Block
  84.              FUNCTION Block
  85.              WHILE / DO
  86.              FOR / DO
  87.              BEGIN / END
  88.              CASE
  89.              Comments
  90.  
  91.  
  92.      
  93.     HELP, SUPPORT, & REGISTRATION
  94.  
  95.       Registered users of Turbo Mouse are entitled to phone support for the 
  96.     product, as well as all future updates to the software. Information and 
  97.     assistance are also available from the author on the following Public 
  98.     Information systems;
  99.  
  100.     GEnie    MailCode : PPP3
  101.     CompuServe        : 73157,2412
  102.  
  103.      
  104.       To Register your copy with the author simply mail your name, address, 
  105.     and version number along with your donation ($5.00 Minimum) to the 
  106.     author at the address following. If there have been updates to the 
  107.     software you will be notified by postcard to send a blank disk for the 
  108.     free updates. You will also receive the Phone support number and an 
  109.     acknowledgement of your registration. The Source code for Turbo Mouse is 
  110.     available for a donation of $50.00 and a signed licensing agreement is 
  111.     required as well.
  112.  
  113.                      Pedro P. Polakoff III
  114.                      1827 Kendrick Street
  115.                      Philadelphia, Pa. 19152
  116.  
  117.  
  118.     MicroSoft Mouse is a registered trademark of Microsoft Inc.
  119.     LogiMouse is a registered trademark of LogiTech Inc.
  120.     Turbo Pascal is a registered Trademark of Borland International
  121.     Turbo Pascal is Copyrighted by Borland International
  122.     Turbo Mouse is Copyright (c) 1987, to Pedro P. Polakoff III
  123.     
  124.