Can I stop Aptana's PDT plugin from messing with my Javascript editing
I run Aptana 2.0 on Win 7. I normally code HMTL/CSS/JS but the other day I started with a PHP project, so I downloaded the PDT plugin to get proper colorization in .PHP files.
It works fine, but my problem is that PDT also seems to mess with Javascript editing (applies another 开发者_如何学Ccolorization scheme that's the same as in PHP files, and code completion doesn't work anymore).
Has anyone else had this problem? Is there a fix? Or is there another PHP plugin out there (all I want is proper colorization of the HTML in PHP files...)?
Any tip is appreciated, thanks!
/Joolss
You can usually edit colors for syntax highlighting on a per plugin basis from the settings panel in Aptana. Also, syntax coloring depends on the editor you used to open the file with. Try right clicking the file you want to open and pick 'open with editor' and dont pick the php one.
精彩评论