[Pharo-project] [COTDC] 83 - MCVersionInspector
Today: MCVersionInspector Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest Laurent
I am a tool that visually represents an MCVersion. While I can be opened on anMCVersion, you've probably seen me most often after saving a package in the Monticello Browser. I have buttons to perform common version-related actions - like browsing, loading, and viewing changes. In my main text area, I display the following information about my version - name, author, timestamp, UUID, ancestors and log message. -- View this message in context: http://forum.world.st/COTDC-83-MCVersionInspector-tp3800071p3800124.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Thanks again Sean Laurent. On Thu, Sep 8, 2011 at 11:06 PM, Sean P. DeNigris <sean@clipperadams.com>wrote:
I am a tool that visually represents an MCVersion.
While I can be opened on anMCVersion, you've probably seen me most often after saving a package in the Monticello Browser.
I have buttons to perform common version-related actions - like browsing, loading, and viewing changes. In my main text area, I display the following information about my version - name, author, timestamp, UUID, ancestors and log message.
-- View this message in context: http://forum.world.st/COTDC-83-MCVersionInspector-tp3800071p3800124.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
laurent laffont -
Sean P. DeNigris