Sign Up

Blue Formatter For LabVIEW by SAS Workshops - Toolkit for LabVIEW Download

Blue - Like Black, but for LabVIEW

D Discussion Watch * 4 ↓221
 screenshot
Version2.5.4.591
ReleasedFeb 22, 2025
Publisher SAS Workshops
License MIT
LabVIEW VersionLabVIEW>=24.3
Operating System Windows, Mac, and Linux
Dependencies wiresmith_technology_lib_g_cli   felipefoz_lib_lv_rainbow_terminal   sas_workshops_lib_filewatcher  
Project links Homepage   Documentation   Repository   Discussion

Description

An autoformatter for LabVIEW inspired by Python's Black, LabVIEW's own Nattify and Felipe Silva's experiments.

It can be run from the Tools Menu. This will open a GUI that allows you to run Blue on all files in your project. There is also an option to just run on files that have changed in Git as well from this GUI.

It can also be run as a G-CLI Tool. This can be really useful for Legacy Code.

In it's simplest form:

g-cli blue -- "Directory to Format"

It will find all VIs in the directory and run a set of autoformatting steps on them, similar to the Nattify Steps (in fact in the beginning exactly the Nattify, hopefully to be expanded in the future.)

For more info, see the readme here: https://gitlab.com/sas-blue/blue

Release Notes

2.5.4.591 (Feb 22, 2025)

- fixed issue where the core lib was broadcasting processing error and sending an error cluster for every file even if there was no error and sending an error cluster for every file.

sas_workshops was a contributor to this release


Recent Posts