Wesley Manning
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 15
-
Created MPS Slack is down?
Is the MPS slack down? When I try to go to https://slack-mps.jetbrains.com I see the below. I tried on both firefox and edge. I don't have the desktop slack install and am using the web version. -
Edited Is there a way to allow the user to select the entire editor when they click on an individual cell?
Hi, The editor for my smart reference concept includes a referent node along with some constant nodes and a model access node. The are enclosed in a horizontal collection. Is there a way when the u... -
Edited Scope Provider and smart reference extends another smart reference
I have a smart reference called SignalSettingRef which references an interface concept called ISignal. concept ISignalRef extends Expressionreferences:signal: ISignal[1] I then have another smart r... -
Created Aspect Tabs and Explorer View not visible in MPS version 2018.2.6
I'm using MPS version 2018.2.6. Actually I"m using the latest released mbeddr on their webpage which is based off of MPS version 2018.2.6. I'm finding similar to this case - https://mps-support.je... -
Created Scope "come from" returns false for all children when in substitution menu
I'm using MPS 2017.2.2 (mbeddr 2017.2.0). I'm trying to use the scope language "come from" along with a Filter by concept scope helper method to limit what the user sees when they bring up the subs... -
Created Filtering a parent scope
I'm using MPS 2017.2.2. I'm implementing a scope provider and want to get a reference to the parent scope. But the "parent scope" construct does not come up when I type it. I imported the model j... -
Edited Github pull requests
Just wondering what people do for pull requests (PR) in github for MPS. Is the PR branch just pulled into MPS and reviewed or does MPS have special handling for pull requests? I guess it would be ... -
Created MPS Baselanguage java.time (or any time) implementation
Hi, Is java.time implemented in the MPS baselanguage? Or is there any support for time in baselanguage? java.time was implemented in Java 8. From this page (https://confluence.jetbrains.com/displa... -
Created Get all subconcepts of a concept in baselanguage (java).
Hi, I have a concept called"A" and several concepts (sub-concepts?) called"B", "C", and "D" that extend concept "A". Knowing concept "A" is there anyway to get a list of all concepts that extends ... -
Created How to get MPS to compile the built / generated java (.java) source code
Hi, How do you get MPS to compile the .java files generated from MPS to .jar files? I see here (https://mps-support.jetbrains.com/hc/en-us/community/posts/206611035-How-to-compile-language-) there ...