Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo
Status: Accepted
Owner: ----
Labels: Milestone-2.0 Type-Feature

New issue 6685 by [hidden email]: Nautilus should select Code after  
creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685

Usually the workflow is
1. create new or select protocol
2. add new method in the selected protocol


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 6685 by [hidden email]: Nautilus should select  
Code after creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685

Name:  
SLICE-Issue-6685-Nautilus-should-select-Code-after-creating-a-new-Protocol-CamilloBruni.1
Author: CamilloBruni
Time: 17 September 2012, 9:19:44.73 pm
UUID: 35528fac-6a26-4fe9-9e46-d3927379db2a
Ancestors:
Dependencies: Nautilus-CamilloBruni.352

select the code pane after creating a new protocl


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo
Updates:
        Status: MonkeyIsChecking

Comment #2 on issue 6685 by [hidden email]: Nautilus should select  
Code after creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685#c2

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo
Updates:
        Status: WorkNeeded

Comment #3 on issue 6685 by [hidden email]: Nautilus should select  
Code after creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685#c3

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-6685-Nautilus-should-select-Code-after-creating-a-new-Protocol-CamilloBruni.1  
from http://ss3.gemstone.com/ss/PharoInbox:
        MessageNotUnderstood: RPackageSet>>extensionCategoriesForClass:
  1: RPackageSet(Object)>>doesNotUnderstand: #extensionCategoriesForClass:
  2: [:class | (aWorkingCopy packageSet extensionCategoriesForClass: class)
                        do: [:category | (class organization listAtCategoryNamed: category)  
isEmpty
                                        ifTrue: [class organization removeCategory: category]]] in  
GoferCleanup>>cleanupProtocols:
  3: Array(SequenceableCollection)>>do:
  4: GoferCleanup>>cleanupProtocols:
  5: GoferCleanup>>cleanup:
  6: [:each | self cleanup: each] in GoferCleanup>>execute
  7: OrderedCollection>>do:
  8: GoferCleanup>>execute
  9: Gofer>>execute:do:
10: Gofer>>execute:
        ...
----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6685-Nautilus-should-select-Code-after-creating-a-new-Protocol-CamilloBruni.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20292-a on CoInterpreter  
VMMaker-oscog-IgorStasenko.162 uuid: e4554f9a-cc90-4826-a807-ac282b782fe4  
Sep 13 2012
StackToRegisterMappingCogit VMMaker-oscog-IgorStasenko.162 uuid:  
e4554f9a-cc90-4826-a807-ac282b782fe4 Sep 13 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
aeb0705cde4b8fc57cb262dc051c5ee6dfa72a14 Date: 2012-07-26 16:38:48 +0200  
By: Igor Stasenko <[hidden email]>


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo
Updates:
        Status: FixReviewNeeded

Comment #4 on issue 6685 by [hidden email]: Nautilus should select  
Code after creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo
Updates:
        Status: MonkeyIsChecking

Comment #5 on issue 6685 by [hidden email]: Nautilus should select  
Code after creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685#c5

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo
Updates:
        Status: FailingTest

Comment #6 on issue 6685 by [hidden email]: Nautilus should select  
Code after creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685#c6

Test Results:
-------------
Passed: 6341
        CollectionsTests-Arrayed (547)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (906)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (596)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1951)
        CollectionsTests-Weak (739)
        CompilerTests (179)
        KernelTests-Chronology (582)
        KernelTests-Classes (68)
        KernelTests-Exception (2)
        KernelTests-Methods (179)
        KernelTests-Numbers (276)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (31)
        Nautilus-Tests (8)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)


Failures: 1
        TimeTest>>#testGeneralInquiries

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6685-Nautilus-should-select-Code-after-creating-a-new-Protocol-CamilloBruni.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20301-a on CoInterpreter  
VMMaker-oscog-IgorStasenko.162 uuid: e4554f9a-cc90-4826-a807-ac282b782fe4  
Sep 21 2012
StackToRegisterMappingCogit VMMaker-oscog-IgorStasenko.162 uuid:  
e4554f9a-cc90-4826-a807-ac282b782fe4 Sep 21 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
2bb83f5f8aba323abaa0a2f530cf4322dfef8158 Date: 2012-09-18 13:24:46 +0200  
By: Igor Stasenko <[hidden email]>


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo
Updates:
        Status: FixToInclude

Comment #7 on issue 6685 by [hidden email]: Nautilus should select  
Code after creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo

Comment #8 on issue 6685 by [hidden email]: Nautilus should select  
Code after creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685

Thanks, this annoyed me as well.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo

Comment #9 on issue 6685 by [hidden email]: Nautilus should select  
Code after creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685

now you can work almost without the mouse :P


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo

Comment #10 on issue 6685 by [hidden email]: Nautilus should select  
Code after creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685

You have to make a screencast, programming in Pharo not using the mouse,  
maybe with keystroke subtitles... ;-)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo

Comment #11 on issue 6685 by [hidden email]: Nautilus should select  
Code after creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685

humm indeed should do that :). monday screencasting day :) that'll work :)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6685 in pharo: Nautilus should select Code after creating a new Protocol

pharo
Updates:
        Status: Integrated

Comment #12 on issue 6685 by [hidden email]: Nautilus should select  
Code after creating a new Protocol
http://code.google.com/p/pharo/issues/detail?id=6685#c12

Integrated in Pharo2.0 20302

Thanks


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker