The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.
Would you be able to expose the Jade source code comparison GUI elements (functionality) so that they can be reused?
I have created a rudimentary source code comparison tool for Jade code.
The reason for this custom tool is because I needed to compare source code from 2 different systems which will have different class ids and therefore the full schema extract will order classes differently.
I have been able to identify whether there is a source code delta between the two source code text and be able to display source code text in the Jade Editor control. However when it comes to line by line comparison between the two text, it would be great to leverage the already existing text comparison functionality utilized by Jade's patch versioning / method history feature.