daniel sti

- Total activity 278
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 6
- Subscriptions 79
-
Created Creating a custom "move node" refactoring.
Hi folks, i m looking for some documentation / support on how to implement a "move node" refactoring for my own concept (similar to the MoveStaticMethod refact.) I skimmed a bit through the mp... -
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... -
Created Loop macro, get information inside
Hi Mps-Team,i have a situation where i do not find a simple solution. i have a $LOOP$ macro around a statement $LOOP$[->[localvariable].->[setterMethod()];]As can be seen, there are two reference m...