Skip to content

VI Properties Editor v2.0.0.47

Choose a tag to compare

@FireFist-Redhawk FireFist-Redhawk released this 29 Mar 06:05
· 198 commits to main since this release
  • Changed the list of source items from a listbox to a tree with a hierarchical view, and added an option to show the items in a flat view. (#23)
  • Added "Find and Replace" functionality that allows the user to update the properties of many VIs in a single action. (#19)
  • Added an Edit Icon button that opens the Icon Editor dialog box prepopulated with the current VI's icon. (#25)
  • Added support for .ctl and .ctt files. (#40)
  • Changed control scanning routine to scan for nested controls, and added an option to show only top-level controls. (#43)
  • Added a "case-sensitive" filter option. Previously, all filters were case-sensitive due to the filtering logic. (#45)
  • Added user feedback for the current progress of the source-scanning operation.
  • If the current VI is a type that doesn't have a connector pane, its VI icon will now be displayed in the VI Connector Pane indicator instead.
  • Added an indicator to display the current VI's type (Standard, Polymorphic, Control, etc.).
  • Added the ability to filter by control properties.
  • Added a Help menu, and added an About dialog box that can be accessed through it.
  • Fixed an issue where, if a VI was saved, captions would get added to every control, regardless of whether they had a caption before or not. (#46)
  • Fixed an issue where opening a VI by double-clicking the VI in the list would not open the template (if a .vit file was selected) or prompt the user to save the VI (if it was edited). (#44)
  • Fixed an issue where, after choosing a recent filter, the recent filter menu items no longer functioned as intended. (#41)
  • Fixed an issue where the is not empty filter type did not function as intended. (#42)
  • Fixed an issue where control properties were not being saved for Global VI types.