I just download the Aptana IDE and trying now, and I have a question
if I call a method, I would like to trace its source detail quickly
for example, I have the following code:
var z = $.getMessageId(x,y);
I want to know the getMessageId method' s detail
by the way, in some IDEs, I can push ctrl + mouse left to trace it, but I can't find it in Aptana
could anyone help ? Thanks a lot !