rhencke

- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created Wishlist for MPS 2.0 and beyond...
I know, I know... MPS 1.0 hasn't even been out for a week yet and here I am making a wishlist for future versions. :-)I am hoping this thread can be a place to throw around crazy or not-so-crazy id... -
Created Fun with Colors
With stylesheets in MPS, you have a few built-in ways to choose a color.You can specify a named color:You can specify a color in hex:Through the interface IQueryFunction_Color, you can specify a co... -
Created Custom/user-defined stylesheets in MPS
One really nice aspect in MPS is stylesheets as a method of controlling the visual output of an editor, without making changes to the editor itself.To this effect, would it be possible in a future ... -
Created C# for MPS v0.000000001
Hello all,Here is version 0.000000001 pre-pre-pre-alpha of C# in MPS. It is very, very incomplete, currently.Not that it is usable in its current form, but it is released under Apache v2 license, ... -
Created Generating text from a model - GText vs textGen
Hello, all.In MPS, there seem to be two primary ways to generate text from a model (GText & textGen). GText seems to be a declarative, model-to-model style of text generation, while textGen seems ... -
Created Backspace Preview
One of the tricky parts (for me, anyway) of getting used to MPS's style of editing is the backspace key; namely, in knowing exactly what it's going to delete.To help with this, what about introduci... -
Created Idea for Middle Transforms
Hello all,What do you think about expanding side transforms to include a 'middle' option? The usage would possibly look like this:int x = 1234;User did not hit + by accident, so they go back to fi... -
Created Side Transforms on Children vs. Properties
Hello all,I was able to implement a side transform for my scenario with a little bit of cajouling, but I am hitting an issue where it will work with a property but not a child.My side transform loo... -
Created Broken link to MPS Blog on Jetbrains homepage
Hello,I wasn't sure the best place to report this, but the link to the MPS Blog on the front page of http://jetbrains.com/ is broken currently - it links to http://blogs.jetbrains.com/mps/index.htm... -
Created (ab)using "show if" to modify the AST.
Hello,I have a somewhat peculiar use for 'show if'. It works, but it feels kind of wrong. :-) I'd like to know if what I'm doing is okay.Basically, I am trying to model the 'using' namespace cons...