eclipse plugin: skip forbidden keys
This commit is contained in:
parent
3e4467e951
commit
d8e2ae5d05
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ public class WizardGeneratorPageKey extends NewWizardPageTemplate
|
|||
{
|
||||
TagKey key = keys_.get(i);
|
||||
|
||||
if (key.Cardinality == '-')
|
||||
continue;
|
||||
|
||||
Label label = new Label(container_, SWT.NONE);
|
||||
label.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 1, 1));
|
||||
// add star to required items
|
||||
|
|
Loading…
Add table
Reference in a new issue