[Pharo4] Simplify RecentSubmissions
Hi, RecentSubmissions implements a UI that actually is too powerful (and thus complex). Therefore update #156 simplifies it radically: RecentSubmissions can be simplified by using the Spec based MessageBrowser instead of the included UI. RecentMessageList package linesOfCode Before: 1026 after: 186 After this, we can improve even more. Limitations - time should be displayed in list (instead of nil) - update the browser when something is accepted. (but as this tool is not used a lot this is good enough for now) TODO - improve display (time) - update when submissions happen - simplify the registration of submissions to one simple class - move it to System somewhere (as it is used by the emergency evaluator, it is not a tool) - move message list build method to MessageBrowser - delete package RecentSubmissions - fix the terminology: not Messages, but *Methods* is what this tool is about. Marcus
participants (1)
-
Marcus Denker