Status: New
Owner: ---- Labels: Milestone-1.4 Type-Bug New issue 5428 by [hidden email]: Some tools don't use the configured code font when displaying method sources http://code.google.com/p/pharo/issues/detail?id=5428 Tested with: Pharo 1.4 #14372, CogVM, MacOS 10.7 Apparently some tools don't use "StandardFonts codeFont" when displaying method source code. I've found the following cases so far: - Process Browser - Recent Message List - Monticello Changes Browser _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #1 on issue 5428 by [hidden email]: Some tools don't use the configured code font when displaying method sources http://code.google.com/p/pharo/issues/detail?id=5428 The Finder tool also has the same issue. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: Accepted Comment #2 on issue 5428 by [hidden email]: Some tools don't use the configured code font when displaying method sources http://code.google.com/p/pharo/issues/detail?id=5428 Yes, that would be nice to fix... _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #3 on issue 5428 by [hidden email]: Some tools don't use the configured code font when displaying method sources http://code.google.com/p/pharo/issues/detail?id=5428 How can I test that? _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #4 on issue 5428 by [hidden email]: Some tools don't use the configured code font when displaying method sources http://code.google.com/p/pharo/issues/detail?id=5428 I fixed UIFinder :) FinderUI>>buildSourceTextArea sourceTextArea := PluggableTextMorph on: self text: #sourceCode accept: #compileSource:notifying: readSelection: #autoSelection menu: #msgPaneMenu:shifted:. sourceTextArea askBeforeDiscardingEdits: true. sourceTextArea font: StandardFonts codeFont. self updateSourceCode. ^ sourceTextArea _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #5 on issue 5428 by [hidden email]: Some tools don't use the configured code font when displaying method sources http://code.google.com/p/pharo/issues/detail?id=5428 Will add a complete CS when I got more. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Cc: [hidden email] [hidden email] Comment #6 on issue 5428 by [hidden email]: Some tools don't use the configured code font when displaying method sources http://code.google.com/p/pharo/issues/detail?id=5428 RecentMessage done :) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #7 on issue 5428 by [hidden email]: Some tools don't use the configured code font when displaying method sources http://code.google.com/p/pharo/issues/detail?id=5428 ProcessBrowser and inspector done :) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #8 on issue 5428 by [hidden email]: Some tools don't use the configured code font when displaying method sources http://code.google.com/p/pharo/issues/detail?id=5428 (No comment was entered for this change.) Attachments: fonts.1.cs 4.2 KB _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FixToInclude Comment #9 on issue 5428 by [hidden email]: Some tools don't use the configured code font when displaying method sources http://code.google.com/p/pharo/issues/detail?id=5428 ben and/or alain if you have two minutes ... _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: Integrated Comment #10 on issue 5428 by [hidden email]: Some tools don't use the configured code font when displaying method sources http://code.google.com/p/pharo/issues/detail?id=5428 in 14413 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Free forum by Nabble | Edit this page |