racket/collects/gui-debugger
Eli Barzilay 672910f27b Lots of bad TAB eliminations.
I started from tabs that are not on the beginning of lines, and in
several places I did further cleanings.

If you're worried about knowing who wrote some code, for example, if you
get to this commit in "git blame", then note that you can use the "-w"
flag in many git commands to ignore whitespaces.  For example, to see
per-line authors, use "git blame -w <file>".  Another example: to see
the (*much* smaller) non-whitespace changes in this (or any other)
commit, use "git log -p -w -1 <sha1>".
2012-11-07 11:22:20 -05:00
..
icons added clanbomber icon to use as the debugger's icon 2008-05-16 01:39:01 +00:00
annotator.rkt gui-debugger: update for submodules 2012-04-04 07:50:41 -06:00
debug-tool.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
info.rkt Last icon rewrite! 2012-01-07 16:18:11 -07:00
load-sandbox.rkt adjust the check for multiple-file debugging so that it happens 2012-06-02 13:44:27 -05:00
marks.rkt refactored to reduce stepper dependencies 2012-06-19 23:51:59 -07:00
TODO.txt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00