apomelov

- Total activity 91
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
apomelov created a post, Editor polymorphism issue
Hello.I'm trying to do some polymorphism within an editor.What I have: - an abstract concept Item with editor component ItemBody and editor that refers to ItemBody. ItemBody editor component contai... -
apomelov created a post, Is it possible to distinguish zero value and value absence for integer property?
As far as I understand, integer property is compiled to an int field. But when I set "allow empty" to true in its editor, there are two different valid cases in editor: 0 and <no value>. In both ca... -
-
apomelov created a post, Is it possible to parametrize concept with another concept (generic concept)?
Hello!I'm looking an ability to specify a generic parameter to a concept.I'm implementing some YAML-based DSL. YAML allows to include any part of its content from the separate file and I'd like to ... -
-
apomelov commented, -
-
-
-
apomelov created a post, Custom model persistence in MPS
Hello.I've read in some old forum threads about the custom model persistence.What the status of this feature?This feature can allow to use MPS as an IDE for some DSL leaving the text documents prim...