opengds / OpenGDS

Open GOOP Development Suite
MIT License
54 stars 13 forks source link

Clone VI Dialog cannot handle class names containing "." #117

Closed Flydroid closed 5 days ago

Flydroid commented 1 week ago

I use dots - "." to namespace my child classes. The Clone VI dialog doesn't seem to be able to update the path based on the selected class if that class contains a "." in the name. The path then defaults to the parent class folder.

image

The expected folder path would be C:\Git\ExperimentController\ExperimentController_Source\Subsystems\Subsystem.DAQmx\Finish.vi

Manually selecting the path also doesn't work, only if I write the path the vi lands in the correct folder. I wanted to do debug deeper and possibly figure out the fix but the "DialogCloneMethod.vi" in ClassWriterNative_Class doesn't seem to be the VI which gets called, as any breakpoints in the vi don't stop the execution.

MikaelHolmstrom commented 5 days ago

Done