These comments are totally useless anyway, I never put them. You just select the complete method body, hit Ctrl+d and it does what you want. Lukas 2010/9/14 Mariano Martinez Peck <marianopeck@gmail.com>:
HI guys. I tend to see these pattern everywhere:
openLoadAndQueryWorkspace    "self openLoadAndQueryWorkspace"    (Workspace new    acceptContents: ' â¦â¦
Having to have that kind of thing from my point of view, reveals a weakness in our IDE. Furthermore, when we rename the method, the comment is not refactored.
Now I was thinking if it would be interesting or not, to be able to directly run class side methods. It would be nice:
- To have an entry in the context (right click) menu, only when selecting a class method, to directly evaluate it. Maybe we can call it "Evaluate it" or "Send message" or "Do it" ⦠I don't know.
- To have a shortcut for that. Thenâ¦we are inside that method for example, and with a shortcut we can evaluate itâ¦no need to go up to the name and evaluate the comment.
What do you think?
Cheers
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch