racket/collects/framework
Robby Findler bb792c977d the tabber incorrectly counted tab chars as spaces when doing indentation;
this meant that if some line were supposed to be indented in the third
  column and you had two tabs and a space on that line, the indenter
  would leave it alone. Now, if it sees tabs in the line anywhere, it just
  decides that the line is not properly indented and re-indents it
  (always using spaces)

Also: started a tabber test suite
2011-04-08 07:48:17 -05:00
..
private the tabber incorrectly counted tab chars as spaces when doing indentation; 2011-04-08 07:48:17 -05:00
collapsed-snipclass.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
comment-snip.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
decorated-editor-snip.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
doc.txt typo (PR8778) 2007-07-07 02:52:10 +00:00
framework-sig.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
framework-unit.rkt adjusted the framework preferences system to work better with failures under windows 2011-01-20 14:07:12 -06:00
framework.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
gui-utils.rkt generalize gui-utils:ok/cancel-buttons so that the ok button doesn't have to have the '(border) style 2010-12-17 10:02:46 -06:00
keybinding-lang.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
main.rkt - adjust the teaching language test coverage style implementation 2011-02-17 12:27:00 -06:00
preferences.rkt adjusted the framework preferences system to work better with failures under windows 2011-01-20 14:07:12 -06:00
splash.rkt adjusted PLTDRCM in trace mode to use the log-info printouts instead of manager-trace-handler 2011-01-22 16:06:47 -06:00
test.rkt ugh 2010-08-27 07:25:04 -05:00