Friday, August 11, 2023

New Release - Liquid Studio v20.6.0

Announcing Liquid Studio v20.6.0:

  • Optimised application for faster start up
  • Added new Rename option to rename matching tags in XML, XSLT, RelaxNG, Schematron, WADL, WSDL, XSD and xHTML documents
  • Added Rename, Format Document and Format Selection to right click menu in source view
  • Fixed issues with XML to JSON conversion in XML Data Binder C++, Java and .Net Runtimes
  • Fixed issues with XML to JSON conversion in Liquid XML Objects .Net Runtime
  • General Fixes
Download a Free Trial and Free Community Version:
https://www.liquid-technologies.com/trial-download


Wednesday, August 09, 2023

How to remove empty lines in Liquid Studio

To remove all empty lines using a regular expression...
  1. Open Liquid Studio.
  2. Open an XML or JSON file and select the Source or Text view.
  3. Click Ctrl+H to show the Find/Replace dialog.
  4. Click the 'Use Regular Expression (Alt+E)' button.
  5. Enter \n\n in the first text box (find value).
  6. Enter \n in the second text box (replace value).
  7. Click 'Replace All (Alt+A)' button.

 

This feature is included in the Free Community Version of Liquid Studio.