Thanks for chipping in Denis - I guess what���s weird about this set of commands is that they are a bit editor specific as they all move your cursor or text selection to specific places (the other commands are much more generic).
Still, I think it makes sense to put them in a sub-package like SystemCommands-SourceNaviagationCommands.
But I guess my real question is, what project owns these commands? When I make changes, neither the Pharo nor Calypso projects show anything to commit ?
Tim
Sent from my iPhone
Hi Tim.
The idea was to have reusable commands to work with system objects (method, classes and packages). It is clear that those commands should not depends on browser and should be accessible from other tools. This is the reason why they are packaged separately (
SystemCommands).
According to your question I would add your commands to SystemCommands-SourceCodeCommands package because they are bound to source code, not just to text editor.