Lets say I have some comments at the top of my javascript/php/html etc and I want to add in automated version numbers in Aptana Studio... how could I do this. All of my projects use git in Aptana and I really just want the git version number for the file to be inserted?
In other dev apps I can do something like $VERSION
in the file but I cant find a reference for this in Aptana.
Thanks very much