-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support of default attribute values #1
Comments
Andre Bossert REPORTER |
Jan Pikl REPO OWNER |
- [x] #1 add support of default attribute values - [x] #21 [v0.3.1] update project from JavaSE-1.6 to 1.7 - [x] fixed model validation error "defaultValueLiteral= BOOLEAN" - [x] fixed path to BooleanConstraintLanguage.genmodel - [x] set dependency of org.yakindu.base.xtext.utils.jface to minimum version=2.5.0 - [x] fixed NPE on dispose() because problemManager is null - [x] added more information to tooltips - [x] fixed Feature and Attribute ID and updated model - [x] added migration (mapping) for old 0.3.0 models defined by Siemens - [x] changed ID generation to UUID - [x] added model 0.4.0 and migration from 0.3.0 - [x] updated YAFMT version to 0.4.0 Signed-off-by: Andre Bossert <[email protected]>
- [x] #1 add support of default attribute values - [x] #21 [v0.3.1] update project from JavaSE-1.6 to 1.7 - [x] fixed model validation error "defaultValueLiteral= BOOLEAN" - [x] fixed path to BooleanConstraintLanguage.genmodel - [x] set dependency of org.yakindu.base.xtext.utils.jface to minimum version=2.5.0 - [x] fixed NPE on dispose() because problemManager is null - [x] added more information to tooltips - [x] fixed Feature and Attribute ID and updated model - [x] added migration (mapping) for old 0.3.0 models defined by Siemens - [x] changed ID generation to UUID - [x] added model 0.4.0 and migration from 0.3.0 - [x] updated YAFMT version to 0.4.0 Signed-off-by: Andre Bossert <[email protected]>
TODOs, see too: #13
|
appropriate for the given attribute type. see issue #1 too Signed-off-by: Andre Bossert <[email protected]>
- change of default Value cases model change - The situation when "value == defaultValue" should be visible in FC editor. E.g. the value can have gray color - changed tool tipps Signed-off-by: Andre Bossert <[email protected]>
imported from: https://bitbucket.org/jpikl/yafmt/issues/1/add-support-of-default-attribute-values
Andre Bossert created an issue 2015-09-01
I'm using Yafmt 0.3.0 to define extended Feature Model with attributes and cardinality.
Now i've use cases where the model should define default values for some attributes. So the configuration should use default values if not "defined" by user.
I've tried to understand the code, but have limited time to spend more on it. Is it possible to add such feature to Yafmt? If you cannot do this, may be if you can show me some code fragments or describe the architecture of the plugin so it will be possible to add this and other features by myself.
Thanks for the great plugin!
The text was updated successfully, but these errors were encountered: