IllegalArgumentException removing from CControl

java.lang.IllegalArgumentException: not a valid character of a segment: ’ ’
at bibliothek.util.Path.(Path.java:209)
at bibliothek.gui.dock.common.intern.CPlaceholderStrategy$1.removed(CPlaceholderStrategy.java:59)
at bibliothek.gui.dock.common.CControl.remove(CControl.java:1468)

I ran into this error when I was trying to remove dockables. It turns out that I had a few characters like ’ ’ and # in my unique id, which Path does not like. Please check the window id on dockable construction and/or update the javadoc to indicate what characters are valid.

thanks

That’s a good suggestion, will do.