Skip to content

Commit 7045778

Browse files
author
jan
committed
add the subfolders to the FQN of the example #1685
Without this subfolder one can create 2 instances with the same FQN and the gui does not show the three structure
1 parent 6937838 commit 7045778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.core/src/io/sloeber/core/internal/Example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private void calculateFQN() {
4545
}
4646
} else {
4747
for (IArduinoLibraryVersion myLib : myLibs.values()) {
48-
myFQN = myLib.getFQN().append(getName());
48+
myFQN = myLib.getFQN().append( myExampleLocation.makeRelativeTo(myLib.getExamplePath()));
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)