***************************** GYTE 1.0 ************************************* Authors : Swaroop CH and Yashwanth CP           
 V Sem CS PESIT ,VTU System Software Project     
 Distributed under General Public License
 to install : 
                make
                make install
 to unistall: 
                make unistall
 after installation type 'gyte' to run the program
****************************************************************************
This file explains the various shortcuts and commands available in GYTE
                               ----------------------
F1   Display this help file
F2   Save file
F3   Search text
F4   Page setup
F5   Spell check*
F6   All File Options ( Open Close Delete Rename )
F9   Toggle C/C++ Mode
F10  Match opening { or ( with ) or }
     ( Works only in C mode 
F11  Shell ( better use Ctrl b )
F12  Exit GYTE

Alt Tab : Change between active files .
 
Cut,Copy,Paste
--------------
GYTE has a vi style visual mode.No editing is possible in visual mode

Alt v : Invoke visual mode

 In visual mode
 ---------------
 s : start selction
 e : end selection

Alt x : cut
Alt c : copy
Alt p : paste

!!!!!! cut,copy,paste work across files !!!!!!!!!

C/C++ Mode
----------
In this mode C/C++ keywords are highlighted.By editing back.cpp you can easily add your own keywords.

F10 :  Match opening { or ( with ) or }
      
AutoSave
--------
When enabled this feature prompts you to save the file every 500 key strokes

Limitations of GYTE (expect some strange behaviour in case the following 
-------------------  occur)

1. In visual mode end position should always be after start postion.
2. Search , spell check and C mode cannot work together.Only one is active     at a time.

Multiple File Editing
---------------------
To change the no. of files that can be opened at a time ,
you have to change a no. in the Makefile and recompile GYTE.




