Joined: 29 Aug 2010 |
Posts: 1 |
|
|
|
Posted: Sun Aug 29, 2010 4:57 am |
|
|
|
|
|
Hi, tried search but coulnd´t find anything on that.
Now I´m writing PHP for some years now, always used Dreamweaver for it, but problems arose when projects were getting bigger as Dreamweaver offers no debug engine. So as there is a new Dreamweaver out, and update is around 300 bucks I looked for an alternative and found it here. The only thing I dislike in the moment is the way PHPEd marks errors. This tiny little red underline is very noticeable in a PHP-file with a few hundred lines of code. As I write code pretty fast once I Know what I want to do, I have tons of errors like forgetting to close brackets, miss the end of line mark and such.
Therefor my question, is it possible to set the IDE so that it highlights the whole line that holds an error and not just uses those tiny, tiny bit of underline? As PHPEd is able to find errors that would stop parsing while we write the code, it should be possible to do that.
Shato
|
|