fixes for default coloring of errors, etc in the console

This commit is contained in:
benfry
2003-09-24 16:21:40 +00:00
parent 578aa49a9f
commit b3b16a1fda
4 changed files with 18 additions and 7 deletions
+4 -4
View File
@@ -79,10 +79,10 @@ editor.header.fgcolor.primary = #ffffff
editor.header.fgcolor.secondary = #ccccbb
editor.header.font = SansSerif,plain,12
editor.console.bgcolor = #1A1A00
editor.console.fgcolor.output = #ccccbb
editor.console.fgcolor.error = #ffcc00
editor.console.font = Monospaced,plain,11
#editor.console.bgcolor = #1A1A00
#editor.console.fgcolor.output = #ccccbb
#editor.console.fgcolor.error = #ff3000
#editor.console.font = Monospaced,plain,11
#editor.console.lines = 4
editor.status.notice.fgcolor = #333322
+12
View File
@@ -12,6 +12,14 @@ available rather than getting held up in a long release like some of
the others have been. this pace of releases will not continue, and is
only happening while i have time to work on the environment.
releases 61 and 62 are suggested downloads, since they fix minor bugs
or add features, as opposed to a more strongly recommended update like
revision 60.
people who haven't used 60 yet should refer to its release notes for
changes that you'll need to make to your programs in order to work in
releases 60 and later.
[ changes & additions ]
@@ -34,6 +42,10 @@ only happening while i have time to work on the environment.
- some modification to the menu layouts, i.e. "clear history" is now
part of the history menu itself.
- switched back to a more red color for errors in the console.
the yellow was an accident. but again, it's editable in 'lib' ->
pde.properties if you liked the yellow or want something else.
[ bug fixes ]