Christopher Curtis

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Christopher Curtis created a post, Overloading text Generation or call explicit text generator function
Hi I am trying to overload the default text generator for MPS BinaryOperation in base language. However when the text generation executes it triggers the default one not my new one. Is it possibl... -
Christopher Curtis commented, -
Christopher Curtis commented, -
Christopher Curtis created a post, Making constants selectable via TAB
Hi, This problem is similar to the post here: https://mps-support.jetbrains.com/hc/en-us/community/posts/206870329-Moving-cursor-past-a-collection-in-the-editor?input_string=Making%20constants%20se... -
-
Christopher Curtis created a post, Using regular expressions for left/right transformation
I am assuming this probably is not supported, but I thought I would ask anyways. I would like to create a left transformation that matches a regular expression or a specific concept. Specifically: ... -
Christopher Curtis created a post, Variable Reference
I was reading the MPS documentation on Variable References. (V3.3.5 Sec 24.2.2). I plan on going through the Base Language in order to get the variables functioning as mentioned in the documentatio... -
Christopher Curtis commented, -
Christopher Curtis created a post, Creating the Empty Line Command from Kajak project
Hi this maybe a simple question but I was trying to duplicate the "Empty Line" concept that was created in the example "Kajak" project. I have copied the Abstract command code to the best of my k...