Releases: FireFist-Redhawk/VI-Properties-Editor
Releases · FireFist-Redhawk/VI-Properties-Editor
Release list
VI Properties Editor v2.2.0.57
- Added sort functionality to the Controls table. Column headers can now be clicked to sort by the clicked column. (#51)
- Added a custom Loading dialog box that gets displayed during the item-loading process. It has a Cancel button, so the user is now able to cancel the loading process. (#53)
- When displaying connector pane images, the scrollbars of the VI Connector Pane picture are now dynamically shown in the event that the connector pane image cannot fit within the bounds of the indicator. (#52)
- Added an extra flag when opening VI references to prevent LabVIEW from displaying the default loading dialog box when searching for missing subVIs of the referenced VI. (#55)
- Changed the layout of the Options dialog box to a tab-based layout to allow for future expansion.
- Added an option for the Copyright delimiter that is added between the VI description and copyright text when adding copyright to VIs. (#16)
- Added an option for the Copyright path. This was previously editable within the tool's INI file, but now there is a control for it on the Options dialog box.
- Fixed an issue where, in Hierarchy view, the names of items within a class or library were not being prepended with an exclamation point to indicate that they had unsaved modifications. (#54)
VI Properties Editor v2.1.0.53
- Added the File > Reload Source menu item, which reloads source data without discarding the changes made to the source in the editor. (#33)
- Added a View Saved Value button to toggle the saved value in order to see what changes have been made. (#49)
- Added an option to sort by filename. (#48)
- Added the Control Index property to the Controls table. (#28)
- Fixed an issue where subpanel controls and possibly other control types were not included in the Controls table.
VI Properties Editor v2.0.0.47
- 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
.ctland.cttfiles. (#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
.vitfile 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 emptyfilter type did not function as intended. (#42) - Fixed an issue where control properties were not being saved for Global VI types.
VI Properties Editor v1.1.0.21
- Added Help URL and Help Type as VI properties that can be modified. (#26)
- Added Caption as a control property that can be modified. (#17)
- Added indicators for most Execution properties of VIs (Auto Error Handling, Allow Debugging, Reentrancy Type, etc.). (#13)
- Centered all dialogs on the main window. (#14)
- Changed the background color of columns in the Controls table that cannot be modified. (#15)
VI Properties Editor v1.0.0.19
- Initial release