Code Coloring in PHP and DW CS6
Hello,
I am having troube to get a correct code hoghlighting like in cs4.
An Example:
if ( $a == $b ){
echo 'yes';
}
else{
echo 'no';
}
The echo function gets handled as script reserved keywords. So it gets the same color like the if's and else's.
That's not okay, because overview gets lost.
I also set the bracket color to black. They are shown in orange (like comments) - both bracket types....
Tabspaces:
I am suing tabspaces also for defining variables like:
$a = "test";
$bb = "anything else";
This also worked in CS4 but not in CS 6....(not a must, but makes the code looking nice and ist faster than spaces and more efficient)
I can place the equal signs only correct by using spaces. The settings in DW should be okay. Ich checked this.
Will this be fixed or can I fix it with an extension.
In my optinion the new DW is slower than the CS4. When I open a script it takes at least 2 seconds, before I see any code.
The ftp Upload (with or without the speedup option) is also much slower _ I tested every option there.....
