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
Quoted from aptana docs
- From the Window menu, select
Preferences..., and then choose
General > Editors > File
Associations.
- Add the appropriate file type.
- Next to the File Types list, click
the Add button.
- In the New File Type pop-up window,
type the appropriate file extension
(e.g. ".ctp" or ".thtml").
- Click OK to add the New File Type to
the List.
- Associate the new file type with
Aptana.
- On the File Types list, select the
file type that you just added.
- Next to the Editor Associations
list, click the Add button.
- On the Editor Selection pop-up
window, select the editor that you
want to associate with your file
type.
- Click OK to add the editor.
- The new is now associated with the
specified file type.
- Click OK to apply your changes and
close the Preferences window.
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