Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Sascha Lißon
Total activity
43
Last activity
November 14, 2019 10:18
Member since
January 14, 2016 13:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
20
Activity overview
Posts (0)
Comments (23)
Sort by recent activity
Recent activity
Votes
Created
March 29, 2017 13:18
model/.getModule().getUsedLanguages()
Community
MPS
How to get Used Languages from a model?
1 vote
Created
March 09, 2016 10:18
In the editor of your condition you can place an empty constant (selectable: false, punctuation-right: true) in front of the reference cell. The problem is, that otherwise you are both, at the begi...
Community
MPS
Odd behaviour with references in MPS editor
1 vote
Created
March 08, 2016 08:24
MPSEditorOpener opener = new MPSEditorOpener(((MPSProject) project)); Method m = opener.getClass().getDeclaredMethod("openEditor", new Class[]{SNode.class, boolean.class}); m.setAccessible(true); m...
Community
MPS
Editor: isolated view on a node that is not root
1 vote
Created
November 14, 2019 10:18
The SubstituteInfo delivers the entries for the code completion menu. You can use the Cell Explorer (Language Debug > Show Cell in Explorer) to check if there is a substituteInfo set on cell and if...
Community
MPS
Standard Collection Editor with prefixes per collection element
0 votes
Created
May 18, 2017 10:08
new MakeActionImpl(new MakeActionParameters(project).modules(modules).cleanMake(rebuild)).executeAction();
Community
MPS
Building solution programmatically
0 votes
Created
March 18, 2017 13:46
The IJGraphProvider is not a Java interface, but a concept interface. You have to implement it in one of your concepts and then you can show diagrams for nodes of that concept.
Community
MPS
Using jung frame work plugin by mbeddr
0 votes
Created
March 18, 2017 13:44
You have to remove your listener in the dispose method of your project plugin. Every time you rebuild your language, MPS creates a new class loader that loads the new version of the language. The M...
Community
MPS
ModuleClassLoaderIsDisposedException
0 votes
Created
February 01, 2017 14:31
You can try to set the "max-width" style for the tooltip cell. Otherwise, reduce the "Text width" setting in Preferences->Editor->General.
Community
MPS
Tooltip size bigger than the screen.
0 votes
Created
October 30, 2016 10:15
Used languages on module level are automatically updated. You have to add them to the models only.
Community
MPS
programmatically add used language (or dependency) to existing model
0 votes
Edited
October 10, 2016 19:45
It looks like you can register you own NavigationParticipant using PersistenceRegistry.addNavigationParticipant to add additional nodes to that menu.
Community
MPS
Crtl N and INamedConcept
0 votes
«
First
‹
Previous
Next
›
Last
»