Home
MPS Support | JetBrains
Submit a request
Community
Sign in
Fabien Campagne
Follow
New posts
New posts and comments
Total activity
137
Last activity
July 14, 2017 14:19
Member since
December 12, 2012 17:57
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
49
Activity overview
Posts (14)
Comments (74)
Sort by recent activity
Recent activity
Votes
Created
August 23, 2014 14:18
Take a look at the UI language in the NYoSh code base (org.campagnelab.UIand org.campagnelab.ui.code).http://campagnelab.org/extending-mps-editors-with-buttons-just-got-easier/The org.campagnelab.u...
Community
MPS
Write access for node from JComponent
0 votes
Created
August 12, 2014 22:03
I haven't looked at the video, but one of the common errors with generator templates is to try to add a macro in a wrong context. Make sure you position the cursor over the exact character shown in...
Community
MPS
Newbie: Help with "Constants" Tutorial
0 votes
Created
June 29, 2014 15:24
I have pushed a build script that makes a plugin zip file for Editor2Pdf (see Github: https://github.com/CampagneLaboratory/Editor2PDF). I did have to adjust the build file manually to include the ...
Community
MPS
Error during standalone IDE creation:cannot find xxxxxx.jar in local layout
0 votes
Created
June 20, 2014 12:40
The samples mindmaps and componentDependencies could be useful (installed under ~/MPSSamples.3.1/). My new book contains a chapter Diagrams in Practice that walks you through one example in detail,...
Community
MPS
Any sample project with diagrams?
0 votes
Created
June 04, 2014 21:09
Sounds like a great idea. I would also be very interested to hear what others are doing with MPS.
Community
MPS
Getting to node <SomeConceptType> from SNode
0 votes
Created
June 04, 2014 20:45
Glad that helped. At this stage NYoSh is still a research project. We try out different ideas to see how we can improve interactivity when building computational analysis pipelines. We published ab...
Community
MPS
Getting to node <SomeConceptType> from SNode
0 votes
Created
June 04, 2014 18:29
In NYoSh, we do it like this:for (SNode rootNode : tres.modelDescriptor.getRootNodes()) { ifInstanceOf (rootNode is PluginScript pluginScript) { if (pluginScript.pluginSystem.path.isNotEmpty)...
Community
MPS
Getting to node <SomeConceptType> from SNode
0 votes
Created
May 24, 2014 15:49
Thanks Sascha. Exactly what we were looking for. Works great. Fabien
Community
MPS
Retrieving Path Variable Values
0 votes
Created
May 07, 2014 15:36
I would try to invalidate caches. In 3.0.4, we often find that we need to do that when we import new versions of jar files, so invalidate may be needed as well with new version of source code. See ...
Community
MPS
How to reimport a Java source file?
0 votes
Created
April 26, 2014 13:22
Solution or language does not matter in this case, both have stubs. Note that you will only see the stubs item if there is at least one stub to show under it, I think.Have you placed the jar files ...
Community
MPS
Help with importing Java sources
0 votes
«
‹
1
2
3
4
5
6
7
8
›
»