Add INI token to ignore 'valid library icon' check when creating Text Icon #25
Labels
good first issue
Good for newcomers
Workflow: NI Approves
NI Approves for this issue to move to the selection stage of the steering committee
Workflow: Open to contribution
Dev work on this issue has been selected as a candidate feature for the next LabVIEW release
Milestone
This feedback comes from Hunter Smith at JKI.
The Ctrl-Space, Ctrl-K shortcut in Quick Drop has become very popular among users wanting to assign text-based icons to their VIs.
This plugin currently has some pretty strict requirements on what it thinks is a "good" library banner that can support a VI having a text-based icon.
Some users (Hunter being the most vocal) would prefer to disable this requirement and be able to set a text-based icon on any library VI, regardless of what its banner looks like.
I've attached a screenshot of a "fix" for this issue to this Bug. It just involves updating this VI:
vi.lib\LabVIEW Icon API\Set Text Icon\Qualify Library Icon Core.vi
Check an INI token (NI.LV.TextIcon.SkipLibraryIconValidityCheck=True), and if it's present, ignore the library banner icon validity check.
The text was updated successfully, but these errors were encountered: