Dreamweaver bugs in code coloring/highlighting and bracket matching
In editing php files, right around the 2900-line mark, Dreamweaver becomes flaky, arbitrarily ceasing to color-code/highlight lines of code (they just become black-and-white text), and failing to match brackets that span significant sections of code (for example, I have a large switch statement that spans 1487 lines of code and yesterday, Dreamweaver ceased to match the brackets -- clicking on the bracket now produces no matching action either from the beginning or end (the code is proper and other php editors do match the brackets across this and other statements). Dreamweaver will still color code and match brackets appropirately in other files, in other tabs; it just flakes out over this particular somewhat large php file (and I do not want to break the file up into includes, etc).
