gsharp icon indicating copy to clipboard operation
gsharp copied to clipboard

Cannot clone method from class with same name as destination but in different lvlibs

Open tholsan opened this issue 6 years ago • 0 comments

Steps to reproduce: Create new project. Create two lvlibs. Create two classes, one in each lvlib but with identical class-names. Create a method in one class and try to clone it to the other class. Issues:

  • The Create-buttons will be greyed out without explanation.
  • The classes available to clone to are listed without namespace (lvlib-name)
  • The source class is included in the list of available classes to clone to (even if it is not originally selected)

tholsan avatar Sep 19 '18 19:09 tholsan