Skip to content

Resolve "Allow user to specify where VEE files are located (plugin settings)"

Brennen DiRenzo requested to merge 7-VeeFileLocation into master
  1. Insert plugin setting of vee file search paths for searching available vee files when OpenTAP is launched. Accepts both directory and vee file path.
  2. Move the vee file loading mechanism from VeeSettings into VeeDescriptorCollection.
  3. Serialization and deserialization of VeeDescriptor from XML file are not required because the list of VeeDescriptor will be generated after the loading of vee files.

Closes #7 (closed)

Merge request reports