Hi Gisela, thank you very much for the work and video, it's great. I'm thinking that when you do ctrl + shift + o, you might want to go the previously selected child node and not to the first one. This way, you can press ctrl + shift + p very fast, even one time too much, and go back to the previous selection by pressing ctrl+shift+o once. What do you think? On Wed, May 8, 2013 at 2:03 PM, Gisela Decuzzi <giseladecuzzi@gmail.com> wrote:
Hi! I've recorded the video as Damian suggested to show how to use the code navigation based in the ast :)
Here it's the video: http://www.youtube.com/watch?v=pFLyzEI0jmE (Sorry for my English)
And if you want to try: Gofer it url: 'http://smalltalkhub.com/mc/gisela/NodeNavigation/main'; package: 'ConfigurationOfNodeNavigation'; load. ((Smalltalk globals at: #ConfigurationOfNodeNavigation) project version: #development) load.
A summary for the shortcuts: - going to the parent: ctrl + shift + p (command + shift + p for mac) - going to the first child: ctrl + shift + o (command + shift + o for mac) - going to same level node: ctrl + shift + u (command + shift + u for mac)
It would be great to use the arrowUp or down, I want to check if it's easy to make them work first and also make the navigation available for debugger, workspace, message browser (...)
-- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill