Zamasing provides syntax highlighting of source code as in an Integrated Development Environment (IDE). Highlighting for CSS, Javascript, HTML, Python and DTML is fully supported.
Zamasing makes it easy to analyze and make changes to the source code by providing syntax highlighting. You can toggle the way the code syntax is highlighted at runtime.
Because the strings are displayed in different colors, it is easier to spot errors, for example missing delimiters.
Unlike the classic ZMI which sends the modified data to the server via an HTTP post request, Zamasing makes use of AJAX technology to apply changes. Thanks to this approach, the viewport and cursor position remain at the same location. This means that the user doesn't have to scroll and look for where the last change was made.