From 34bd9bfa720334a836bf75f1c4bebd47a6a42d55 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 28 Sep 2012 15:54:51 -0500 Subject: [PATCH] add a note about the red boxes related to PR 13080 --- collects/scribblings/drracket/interface-essentials.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/drracket/interface-essentials.scrbl b/collects/scribblings/drracket/interface-essentials.scrbl index 94b3d5c35f..0ba71149e0 100644 --- a/collects/scribblings/drracket/interface-essentials.scrbl +++ b/collects/scribblings/drracket/interface-essentials.scrbl @@ -727,7 +727,8 @@ menu items in the @onscreen{Racket} menu. A module browser window contains a square for each module. The squares are colored based on the number of lines of code in the module. If a module has more lines of - code, it gets a darker color. + code, it gets a darker color. If a module is red, it means + that DrRacket did not find a source file for it. In addition, for each normal import, a blue line drawn is from the module to the importing module. Similarly, purple