home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / pr2grp.zip / group.doc < prev    next >
Text File  |  1995-08-06  |  4KB  |  116 lines

  1.  
  2.   Description
  3.   -----------
  4.     This PEL code allows Preditor/2 v2.1 to understand the concept of 
  5.      projects as I put it, GROUPS.  I commonly work on multiple Groups (projects),
  6.      but one at a time.  So I like to load all of the files associated with a 
  7.      GROUP all at one time.  So to change GROUPS I currently have to 
  8.      close all current buffers and then open, one at a time, the files I want
  9.      to work on.  Not anymore!
  10.        
  11.     NOTICE:  This was developed on and for ISPF emulation, detached windows/
  12.      one window per buffer.  I have *no* idea if this will work in other
  13.      emulations/window modes.
  14.    
  15.     Disclaimer
  16.     ----------
  17.     The SOURCE is supplied "AS IS" without any warranty of any kind,
  18.     either expressed or  implied,  including, but not limited to, the
  19.     implied warranties of merchantability and fitness for a particular
  20.     purpose.
  21.  
  22.     In  no  event  shall 2Rud Software be liable for any damages, either
  23.     direct or  consequential,  caused by the use, or inability to use,
  24.     this program, even  if 2Rud Software has been advised of the
  25.     possibility of such damages.
  26.      
  27.     Support
  28.     -------
  29.       HEY!  It's source code so you can fix it yourself!
  30.       But if you just *have* to tell me how much you like it <g>,
  31.       you can contact me at:
  32.         
  33.        Internet:rmahoney@bix.com
  34.        CIS:73142,2765
  35.  
  36.     Cost
  37.     ----
  38.        FREE!  All I ask is that you evaluate my as-you-type spell checker,
  39.        SpellGuard.  It is on hobbes.nmsu.edu in pub/os2/wpsutil/spellgrd.zip,
  40.        Compuserve in OS2BVEN lib 1 - SPLGRD.ZIP and SPDICT.ZIP or point
  41.        your Web Browser at http://www.netusa.net/~rmahoney/
  42.      
  43.     Usage  
  44.     -----
  45.       
  46.       1) Put group.pel in the Preditor/2 pel dir
  47.       2) Put group.dlg and makegrp.cmd in the Preditor/2 resource dir
  48.       3) Add a line containing "group.pel" to the file wpel.rsp in the pel dir
  49.       4) Exit Preditor/2
  50.       5) Run the PEL compiler (make_ae.cmd in the Preditor/2 pel dir)
  51.       6) Run makegrp.cmd - if you have added any resources to USER.DLL,
  52.          this will overwrite them!
  53.       7) Start Preditor/2
  54.       8) *I* suggest put putting a key-binding on ALT-G to open_group
  55.          and another on ALT-A for add_file_to_group
  56.                 
  57.    Call open_group (ALT-G if you followed the above suggestion).  The 
  58.    "Open A Group" dialog will appear.
  59.      
  60.    "OPEN A GROUP" DIALOG  
  61.    ---------------------
  62.      
  63.       Groups Listbox  
  64.       -------------
  65.         Shows what GROUPS have been defined
  66.           
  67.       Files in Group
  68.       --------------
  69.         Shows what filenames have been assigned to the GROUP selected in 
  70.         the GROUPS listbox  
  71.          
  72.       GROUP radio button
  73.       ------------------
  74.         When this is selected, the ADD/DELETE pushbutton applies
  75.         to the GROUPS listbox.  
  76.    
  77.       FILENAME radio button
  78.       ------------------
  79.         When this is selected, the ADD/DELETE pushbutton applies
  80.         to the Files in Group listbox.  
  81.          
  82.       ADD pushbutton
  83.       --------------
  84.         This will add a GROUP or FILENAME to the appropriate listbox
  85.    
  86.       DELETE pushbutton
  87.       --------------
  88.         This will delete a GROUP or FILENAME 
  89.    
  90.       OPEN pushbutton
  91.       ---------------
  92.          This will save the existing state of all the GROUPs,
  93.          set the CURRENT GROUP to the selected group,
  94.          close all current buffers and open a window/buffer for 
  95.          each filename in the selected GROUP
  96.    
  97.       SET pushbutton
  98.       ---------------
  99.          This will save the existing state of all the GROUPs and set the
  100.          CURRENT GROUP to the GROUP selected in the GROUP listbox 
  101.           
  102.       CANCEL pushbutton
  103.       ---------------
  104.          This will ignore any changes and set the CURRENT GROUP to null    
  105.           
  106.    ADD_FILE_TO_GROUP
  107.    -----------------
  108.       IF a CURRENT GROUP is defined (not null) this will associate 
  109.       the current buffer to the CURRENT GROUP
  110.        
  111.        
  112.  IMPORTANT NOTE!!!!!
  113.  -------------------
  114.     All GROUP data is kept in GROUP.DAT in wherever your default directory is.
  115.     EDIT IT AT YOUR OWN RISK!!!!  <g>
  116.