Anonymous | Login | 12-06-2019 13:08 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0007609 | [Squeak] Browser | tweak | always | 03-05-11 21:38 | 03-05-11 21:39 | |||||||
Reporter | FrankShearar | View Status | public | |||||||||
Assigned To | FrankShearar | |||||||||||
Priority | normal | Resolution | open | |||||||||
Status | assigned | Product Version | trunk | |||||||||
Summary | 0007609: Hide Browser's RecentClasses behind #rememberClass: | |||||||||||
Description |
Browser>>classListIndex: has a big chunk of complicated stuff to remember recently visited classes, when it could put all that in a new method #rememberClass: that looks like this: rememberClass: className (RecentClasses includes: className) ifTrue: [RecentClasses remove: className]. RecentClasses addFirst: className. RecentClasses size > 16 ifTrue: [RecentClasses removeLast]. |
|||||||||||
Additional Information | ||||||||||||
Attached Files | ||||||||||||
|
There are no notes attached to this issue. |
![]() |
|||
Date Modified | Username | Field | Change |
03-05-11 21:38 | FrankShearar | New Issue | |
03-05-11 21:39 | FrankShearar | Status | new => assigned |
03-05-11 21:39 | FrankShearar | Assigned To | => FrankShearar |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
29 total queries executed. 26 unique queries executed. |