Comment #3 on issue 5331 by
[hidden email]: use the glamour style
for pretty print
http://code.google.com/p/pharo/issues/detail?id=5331The code can be found in GLMUITheme>>setPreferredShoutColors:
Gofer new
squeaksource: 'glamour';
package: 'Glamour-Morphic-Theme';
load.
Smalltalk at: #GLMUITheme setPreferredShoutColors.
I attach here a file out of the method.
The style is based on the some simple guidelines:
- do not use bold or italic is because the width of the characters are not
the same when using these (and because of this, you get the annoying
feature of the cursor jumping around).
- use gray for comments because comments should be secondary.
- use a common scheme for all regular variables (blue), and a similar one
for all special ones (self, super, thisContext).
Attachments:
GLMUITheme class-setPreferredShoutColors.st 4.3 KB
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker