Page 1 of 1

[Added] New Formatters for Ace Editor (nuBuilder 4.8.x)

Posted: Fri Jun 13, 2025 8:35 am
by admin
As of nuBuilder version 4.8.x (currently a work in progress), new beautifier / formatter libraries have been added to the Ace Editor.

beautify.png

These new features will help make your code more readable and well-formatted, including support for:
  • JavaScript beautifying
  • HTML beautifying
  • CSS beautifying
  • SQL formatting
For PHP, the existing Ace Beautify module will continue to be used.

Why is beautifying important?
Clean and properly formatted code is easier to read, edit, and debug. It also helps maintain consistent style across different users and projects, making collaboration smoother.