Reputation: 4022
I use Notepad++ and Aptana for editing my CakePHP code? Is there any way to get basic html syntax highlighting for CakePHP's .ctp template files? It's a lot harder for me without any coloring going on. Any ideas?
Upvotes: 2
Views: 5593
Reputation: 173
Another little tip that I picked up on.....to get some basic syntax completion in Aptana:
Let Aptana re-profile the project and viola....you have some syntax completion. It's not perfect....but it's better than nothing!
Upvotes: 0
Reputation: 1026
Configuring in Aptana Editor
Quoted from aptana docs
Check out this link
Upvotes: 8
Reputation: 91
Settings -> Styler Configurator -> Language: HTML -> User ext: ctp
done :-)
Upvotes: 1
Reputation: 2245
You probably just have to select Language -> Html in the menu bar. You can set the association in Settings -> Style Configurator -> Html
Upvotes: 1