Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Victor Matchenko
Total activity
94
Last activity
September 23, 2021 06:15
Member since
June 14, 2013 15:08
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
39
Activity overview
Articles (0)
Posts (0)
Comments (55)
Sort by recent activity
Recent activity
Votes
Created
October 16, 2017 16:01
Official comment
It looks, like you patch MPSPlatformExtensions.xml in your build script and remove/replace this row: <welcomeFrameProvider implementation="com.intellij.openapi.wm.impl.welcomeScreen.FlatWelcomeFram...
Community
MPS
Standalone IDE Welcome Screen different than MPS Welcome Screen
0 votes
Created
September 28, 2017 15:04
Hello, this is original behaviour of Idea platform. It has to show prigress bar somewhere, because while build is running, IDE in special state. In fact it is not editor, but just component over it.
Community
MPS
Progress Bar appearing in the editor
2 votes
Created
September 22, 2017 09:32
Hi! You want to do it in MPS with some of your plugin or you create your own Standalone MPS Distribution? Any way doing it with code can reset user settings, if they were changed in previous sessio...
Community
MPS
Can we provide the user with modified settings?
0 votes
Created
September 22, 2017 08:52
Hi! Because MPS editor is not text editor, you can't directly use your DSL in java source files.But there several ways, that probably can suit you: Use baseLanguage classes instead of java. This w...
Community
MPS
Use MPS Concepts in IntelliJ Idea Java source files (Inline MPS?)
0 votes
Edited
September 14, 2017 13:12
Yes, it works just like java import in such case, so you can only use it, but not edit, because it is analog of library. To simplify copy of content from java sources, there are actions 'Paste as J...
Community
MPS
Adding external library (.jar) to MPS
1 vote
Created
September 13, 2017 12:44
Why did you use Language for this?If you just want to use classes from this jar as baseLanguage classes, then you probably should use Solution instead. With Solution it is all the same with model r...
Community
MPS
Adding external library (.jar) to MPS
0 votes
Created
September 11, 2017 18:59
Hi Vignesh, You can use this application listener method com.intellij.ide.AppLifecycleListener#appWillBeClosed to handle other process you need to close.
Community
MPS
Close all processes when MPS is closed
3 votes
Edited
September 11, 2017 18:55
Hi Hassan, In Idea based IDEs (and so in MPS) such state is called Dumb mode. This mode is active while indices are build and so functionality is limited. If you triggering build from your code, th...
Community
MPS
Indexing issue
1 vote
Created
September 08, 2017 08:29
Hello Sanjit, Unfortunately for now there is no way to do it. Build in server can do https, but it is localhost server and it is not a good idea to create and add to trusted such certificate.We can...
Community
MPS
How to make MPS HTTP support plugin to HTTPs support plugin
0 votes
Created
September 07, 2017 14:21
There is no easy way to add something to project pane. Probably it is a good idea for future feature.For now it is only if you produce your own distribution and replace some MPS classes with your o...
Community
MPS
Create package like node
3 votes
«
First
‹
Previous
Next
›
Last
»