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?
|
|
|||
|
|
|
Configuring in Aptana Editor
Check out this link |
||
|
|
|
|
You probably just have to select Language -> Html in the menu bar. You can set the association in Settings -> Style Configurator -> Html |
||
|
|
|
|
Settings -> Styler Configurator -> Language: HTML -> User ext: ctp done :-) |
||
|
|
|
|
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! |
||
|
|
