Community
Participate
Working Groups
Build Identifier: 20100617-1415 Even if we set the Label of the palette separator in the gmftool file, all separators have empty id. The gmfgen does not contains any id for this item. In consequence we can't save the hide/show state of the separators (exeptions occurs since the id is empty) this can be fixed by generating simple ids here /org.eclipse.gmf.codegen/templates/xpt/editor/palette/PaletteFactory.xpt «DEFINE addEntry(varName : String) FOR gmfgen::Separator-» «varName».add(new org.eclipse.gef.palette.PaletteSeparator()); «ENDDEFINE» Reproducible: Always Steps to Reproduce: 1.add separator in the palette 2.in the generated palette go in the customize dialog and hide a separator 3.click on ok -> an exeption is thrown -> reopening the diagram show the separators
Can you please provide your suggested changes as a patch?