daniel sti

- Total activity 278
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 6
- Subscriptions 79
-
Created Crtl N and INamedConcept
Hello, just struggling with some MPS internals. Basically, i really like the CRTL-N (find root node by name) feature. Obviously, it lets you search all Root-Concepts in MPS implementing INamedConce... -
Created Custom Structure View (Tool Window)
Hi, i thought i came across some proposal on how to crate a custom view window (similar to the project view in mps) I want to visualize a hierarchical graph with nodes in a tool window? Does someon... -
Created Moving Model to different Solution
Just a question for the mps - cracks. I m wondering what the preferred way to move a model from solution A to solution B is (without breaking any references). Is there a kind of refactoring or scri... -
Created Dynamic References and resolve info
Hi MPS-Pro'si am just migrating from MPS 3.1.2 to MPS 3.2. My first impression from the new Version is great. Editor feels nice. However, i have some serious issues with references in generators. ... -
Created MPS 3.x and Java 8
Hi MPS-Team,a question of interest. Will you also test MPS 3.x on Java 8? Or generally, will/is MPS 3 working with java 8 which will be issued in March? Best,Dan -
Created Refactoring xml Mps25 to Mps3
Hi Mps-Team,i m just switching our languages from mps25 to mps3. So far, everything worked out great. There is just one language, which is simply generating xml with the old MPS25 language xmlInter... -
Created Getting back the old Java-Class editor feeling with new IClassMember architecture
Hi Jetbrains-Team,i derived my own concept "Entity" from baselang ClassConcept. We just use Property and InstanceMethodDeclaration. In the past, it was quite cool to have all the properties on top,... -
Created MPS - null icon error ...
Hi MPS Team,i get the error message [1034931] ERROR - hlighter.LeftEditorHighlighter - null icon was returned by renderer:jetbrains.mps.ide.java.platform.highlighters.OverridingMethodEditorMessage... -
Created Run ClassConcept without void main(string[] args)
Hi Community,i created a concept "Test" which is derived from baselang.ClassConcept. The generator will create a java class with a main() method, so that the class can be executed. What is the simp... -
Created MyStatement concept should "throw an exception"
Hi MPS Pros,when writing throw new Exceptin() in a InstanceMethod,one get s the errormessage "Error: uncaught Exceptions: Exception" i have concept MyStatement which extends Statement. The MyStatem...