Aptana javascript outline view
I have a problem with aptana and outline view. I build my classes in this way 开发者_运维技巧:
(function(){
// My Class here
}());
Unfortunaly, outline view dont understant what's in this anonymous function. Maybe aptana team can impr
There is a ticket opened on it in Aptana Studio's bug tracking system: http://jira.appcelerator.org/browse/TISTUD-336. You could watch the ticket for progress.
精彩评论