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. It could say 'Me' instead of nothing. Do you sometimes switch Author in your environment? 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. > > Its nice having just one World menu item one level higher than before. > > cheers -ben >
