[cvs-nhc98] cvs commit: hat/src/hattools HatSource.hs

olaf at haskell.org olaf at haskell.org
Tue Oct 5 14:53:46 EDT 2004


olaf        2004/10/05 11:53:46 PDT

  Modified files:
    src/hattools         HatSource.hs 
  Log:
  Three improvements of HatSource:
  
  Modified highlighting so that it leaves default settings (esp. of colours) untouched as far as possible. Also now works also with terminals that interpret bold + foreground colour as lighter foreground colour. May however have contrast problems with default foreground colour.
  
  Removed highlighting from keywords in equations. That highlighting did not go well with highlighting of full equations and caused problems with cutting off equations at end of line.
  
  When determining faulty slice now keep track of nodes already visited. Thus looping for recursive constants can no longer happen. Still seems fast enough in practice; better set implementation could improve this.
  
  Revision  Changes    Path
  1.11      +39 -23    hat/src/hattools/HatSource.hs


More information about the Cvs-nhc98 mailing list