racket/collects/string-constants
Robby Findler 4befb20bd0 remove the mode where reader errors discovered via online check syntax
are shown in the corner of the window

This was an attempt to avoid opening up a whole status line in the
bottom of the window much of the time. But it doesn't really work
since as soon as you have a syntax error (which are relatively common)
you get that whole line opened up. That it, this attempted GUI interaction
depended on the bogus premise that read errors are somehow happening
in a transient way between error-free states.

closes PR 13267
2012-11-17 13:20:04 -06:00
..
private remove the mode where reader errors discovered via online check syntax 2012-11-17 13:20:04 -06:00
tests moved the docs-complete library into rackunit 2011-05-05 16:10:42 -05:00
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
main.rkt fixed up the string constants collection 2011-04-26 23:26:19 -05:00
string-constant.rkt fixed up the string constants collection 2011-04-26 23:26:19 -05:00
string-constants.scrbl docs reorganization 2011-07-01 17:16:53 -06:00