From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI User Group Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

LabWindows/CVI Tip: Modifying Development Environment Colors

The LabWindows/CVI development environment Color Tool is often overlooked, but can be used to modify colors of the Workspace window, Source window, Standard I/O window, Variables window, Watch window, String  Display window, and Array Display window. Using the Environment Color Preference dialog box you can change the color of an item or syntax indication in the list using the color pallet. To access the Environment Color Preference dialog box select Options»Colors.

color box.jpg

Adri Kruger
National Instruments
LabVIEW Product Marketing
Comments
JKneale
Member
Member
on

If you want to reduce visual clutter in your code, add things like the ErrChk macros to the User Defined Tokens for coloring (found under the editor window Options).  Lighten the color a bit more using the dialog above.  It makes the more important content easier to spot in your source code.  You can also include things like session and panel handles.

Contributors