The Syntax highlighting engine in HateML is one of best available, because it does not only match parts of text - like most other editors - but it parses the whole document, which means the program can understand the code and it can present it in the most accurate way.
HateML can highlight syntax of following languages: (X)HTML, CSS, PHP, JavaScript, SQL, XML, VBScript
HateML has an automatic syntax checker module which shows syntax errors for PHP, (X)HTML and CSS
The PHP Syntax Checker needs installed and configured PHP on your local machine, syntax checking both for CSS and XHTML are built-in. You can check syntax for most versions of HTML and XHTML as well as for CSS 1 and CSS 2.1
Debugger is one of the most powerful tools for PHP.
With it you are able to step inside your code, put some breakpoints, watch variable's values during execution and modify them. Each breakpoint can has condition to be ignored if a given context has not been reached or if it's only the first few occurence of this part execution.
Using Profiler you are able to tune up performance of your PHP Application by finding out what functions, files and lines takes the longest time to run.
Built-in FTP Client is able to connect to many hosts and accounts at once. It is able to submit and download files as well as whole directories (with subdirectories). There is a possibility of remote editing files - when you double click on some file it is downloaded to the temporary directory and uploaded when you are saving your changes.
Accounts info are stored in project file. more
Comments