home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / FREDV19A.LHA / FrexxEd / fpl / CIndentMode.FPL.readme < prev    next >
Encoding:
Text File  |  1995-08-01  |  1.6 KB  |  50 lines

  1. #############################################################################
  2. File:        CIndentMode.FPL
  3. Author:        Jesper Skov
  4. Email:        jskov@iesd.auc.dk
  5. Short:        Indention for C-programs. Not completed! Early beta.
  6. Version:    0.2
  7. Date:        15.06.95
  8. Local settings:
  9. Global settings:Comment settings and indetention control settings.
  10. Keysequence:    TAB & RETURN
  11. Type:        Minor mode
  12. Prereq:        CommentMode.FPL, FMC.FPL
  13. Copyright:    © 1995, Jesper Skov
  14. #############################################################################
  15.  
  16. FUNCTION
  17.   This minor mode offers a more dynamic C-indention than the one offered in
  18.   CIndent.FPL. This mode is not even close to being finished, so you may want
  19.   to use CIndent instead!
  20.  
  21.   * The reason for making this program public is that it serves an
  22.   * example for programming of modes!
  23.  
  24.   Because of this I will not use too much time on this readme... Just try to
  25.   load the program and see if you like the indention made with the default
  26.   settings. If not, you could try to fiddle them a bit, but they do not work
  27.   as supposed (compared to the C indention found in Emacs). The indention
  28.   works pretty well for the indention style I use (check some of my code) so
  29.   you may be lucky :)
  30.  
  31.   But please notice:
  32.   * This indenter is *slow* compared to CIndent.
  33.   * Um... Just in general; if you don't like it, don't complaint - just don't
  34.     use it!
  35.  
  36.   Just for your information: I use it all the time so don't bug me! 8^)
  37.  
  38. HISTORY (REV)
  39.   15.06.95 (2)    Released for example purpose only. (Mode programmers should
  40.         be happy! :)
  41.  
  42. BUGS
  43.   Plenty! (But I can live with it)
  44.  
  45. TODO
  46.   Yeah, yeah....
  47.  
  48. SEE ALSO
  49.   CIndent.FPL
  50.