Vladimir Sitnikov

- Total activity 109
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 35
-
Created Text icons do not get build & used when building a standalone IDE from a command line
I've tried new "describe" icon, and it works as long as I build my language from within MPS. However, when I build a standalone IDE, the icon is not used (all icons are default) I'm using MPS 3.4.2 -
Created Is there a way to access node pointers of make result out of MakeNodePointers?
MakeNodePointers seems to be a default task to make nodes before execution However it is not clear how executor should access the result of make. Can you hint an API for that? What I want is to ru... -
Created Can java build be triggered in the middle of the generation?
Here's my case: DSL1 => base language => execute the built java class =java -jar...=> binary blob => DSL2 => textgen for DSL2 What I'm actually doing is I'm building a firmware for an embedded CPU.... -
Created Quick navigation to non-root nodes
Currently MPS enables quick navigation to root nodes (cmd+N, etc), however that does not work for non-root nodes. Consider nested classes in base language. It looks like there is no way to navigate... -
Edited MPS branding vs "JetBrains s.r.o. All rights reserved" in the about box
I'm trying to apply my own images for icons, etc, etc. It goes somewhat smooth, however I've no idea if I can override the bottom line of "about" dialog. It always reads "(c) 2000-2016 JetBrains s.... -
Created MPS branding vs toolbar hidden by default
I create standalone IDE based on MPS 3.3.4, and it turns out the toolbar is hidden by default. What is the suggested way to enable it by default? I intentionally rename .MPS to my location, so the ... -
Created Prevent removal of certain elements from children collection
I want to keep certain child elements. I tried "element action map" of a CellModel_RefNodeList, however it does not prevent the following: "select several nodes and hit delete". It does prevent sim... -
Created Alter context node in editor via baselanguage expression
Base setup: I want to render a reference cell, however the reference type is an abstract concept. concept AttributeDescriptor klass : ParameterClass[1] concept IntegerParameterClass extends Param... -
Created Make "reference" read-only based on a property of "source node"
Suppose Customer concept has a "location" reference. In Customer's editor there's (%location% -> {locationName}) entry to show the location. I want to make "location" editable based on a property o... -
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...