Some Aptana features missing when mixing PHP and HTML in the same file -
i've been using aptana studio 3 last weeks replacement dreamweaver , i'm liking it.
i'm having problems when mix html , php in same *.php file.
first thing found html code-folding feature in gone .php extension files. in thread should solved in latest versions not in case: https://aptanastudio.tenderapp.com/discussions/suggestions/230-mixed-html-php-files
in case way bring writing first html line this:
<?php echo '<!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.w3.org/tr/html4/loose.dtd">';?>
this way works think there should way it.
second missing feature:
if open .css file in proyect, suggest existing id or class in current proyect typing . or #. great suggests id's or classes in *.html files. doesn't read php files. real problem me of files *.php , feature save me lots of time.
again, found "solution" it's nasty , not appropiate @ all: every , save .php files .html in folder called "bin" have id's , classes available in .css files. isn't there way solve it?
thanks lot in advance.
Comments
Post a Comment