On Tue, Jan 24, 2017 at 6:43 AM, Martin Dias <[email protected]> wrote: > > > > On Mon, Jan 23, 2017 at 2:44 PM, Ben Coman <[email protected]> wrote: >> >> On Wed, Jan 11, 2017 at 3:29 PM, Martin Dias <[email protected]> wrote: >>> >>> I created an entry in fogbugz and had progress: >>> >>> https://pharo.fogbugz.com/f/cases/19534/Unify-Epicea-UIs >>> >>> Cheers, >>> Martin >> >> >> hi Martin, > > > hi > >> >> >> I like the result - especially when opening a fresh image and directly going >> World > Tools > Code Changes >> the current session already exists as an empty session. >> Watching the file system I see the session file is not created until an edit >> is made, which is good. > > > Good to hear that, thanks. Finally I found the time to do it. Now I would > like to pay attention to recording performance improvement... there is > something reported about that in fogbugz. > >> >> However after making the a change so the session file is created, >> then Save&Quit, then reopening the Image and Epicea, I expected to see two >> sessions but see only the last session. >> >> The current session doesn't show up until a new change is made, which feels >> like the session hasn't changed so confused me for a while. > > > Right. I created a fogbugz case and fixed it by adding a registration in the > SessionManager as a tool. > >> >> >> I'm not seeing my name as author of methods. I can't remember exactly but I >> thought this was previously visible in the right pane. > > > This is a feature :) it may be wrong, of course, but it was on purpose... and > this is not recent! More than a one year ago, I felt it was too redundant to > see my user name on each change, so made the #asMorph to only show the author > when it's not the Author current.
Makes sense, but the impression is a bug. > > > It could say 'Me' instead of nothing. That would be acceptable, even cool. And its nice and short. > Do you sometimes switch Author in your environment? I don't. But if my first impression is a bug, likely some random sample of other people may feel the same which is a detraction. > > What might be nice is, for example, to show author X when a method is created > by loading a MC package. Right now, it considers the author is just the > current Author. That is a good idea. It is what I would expect. Now I wonder if its possible to record both, with the original author's modification date as well as date loaded into the Image. It could perhaps be displayed as " Me(OriginalAuthor) LoadedDate(OriginalDate)" ?? I'm not exactly sure how useful it would be, but perhaps you could have discussion with the guys at your end. cheers -ben
