Vladimir Sitnikov
- Total activity 109
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 35
-
Created Update delivery: redownload full IDE or not?
Are there best practices to deliver updates for MPS-based IDEs? It looks like typical IDE takes 200MiB+, thus it is a bit painful to redownload it each time, especially at "prototype-first-second r... -
Created Description for suggestion items coming from reference constraints
I've a constraint to limit the set of allowed arguments: It does work, however I see no way to pass additional description for the item. For instance, "node substitute actions" allow to put some "... -
Created Build language vs transitive dependencies
Is there a way to "automatically include transitive dependencies"? For instance: I add "jetbrains.mps.execution.configurations" to the set of "dependencies" of my "idea plugin".Standalone IDE build... -
Created Unable to build standalone IDE due to unknown circular dependency
Vladimir SitnikovToday at 00:46 I try to build a standalone IDE, and it fails. Initially I had a circular references between concepts of my language. Then I fixed it, so "analyze module dependenc... -
Created Please disable that ***ing "spam filter"
I cannot write a plain reference to a concept name: c o m m b e d d r m p s u t i l s e r i a l i z e r x m l NodeSerizalizerIf I write it as a java full class name, it says: "your comment was... -
Created Constraints inheritance and composition
In my JMeter DSL (http://forum.jetbrains.com/message/Meta-Programming-System-4911-2) I want to have some constraints to prevent nodes being created in the non-proper positions.I think the best way ... -
Created Start/stop of background model updater
Hi,I've a case when I want to start/stop a proxy server that will update my sandbox model.The flow is as follows:1) I put a "recorder" root concept instance2) Somehow tell it to "start recording"3)... -
Created How to reference 3rd party java libraries in MPS language?
Is there a common way of using 3rd party libraries while still keeping them out of project git root? -
Created Best way to handle generation of optional values
Hi,I've a optional field.Counter concept concept Counter ... children: start : IntegerProperty[0..1] ... numberFormat : StringProperty[0..1] StringProperty is a... -
Created How to substitute XXX.class.getName() in generation when class is returned by concept behavior?
I have a concept behavior method with java.lang.Class return type.What is the way to generate XXX.class.getName() when doing "to baseLanguage" generation?If I try ReferenceMacro over Object: ->$[...