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