Alexbromel
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Alexbromel created a post, AnsweredLanguage integration. Types resolving.
Hello! I am developing plugin for language. Is it possible to add some mechanism to check correctness of expressions (e.g correctness of types in division)? -
Alexbromel created a post, AnsweredHow to get compiler path in jps plugin?
Hello! I am developing plugin for language support, compiler is simple jar file and on current moment I getting jar file my absolute path but looks like it's not right way. Can I add my compiler as... -
Alexbromel commented, -
Alexbromel created a post, AnsweredJpsJavaModuleType instead of my module type.
Hello, trying to add own external builder and got next problem. When I created own project with my module in idea, looks like project creating with org.jetbrains.jps.model.java.JpsJavaModuleType in... -
Alexbromel created a post, set-idea-plugin. Can't find plugin.xml in plugin.jar
Hello! Creating plugin jar with packagePlugin After running task, plugin.jar has been created without plugin.xml inside Link to project: https://github.com/Bromel777/prismIdeaPlugin -
-
-
Alexbromel created a post, Answeredsbt-idea-plugin. Can't load my plugin
Trying to build my plugin for idea with "sbt-idea-plugin". After running idea-runner/createIDEARunConfiguration got opportunity to run plugin from idea, but after this step can't find my plugin in ... -
Alexbromel commented, -
Alexbromel created a post, Answered'null' when trying to set run configuration by own plugin in idea
I am trying to set my own configuration plugin in idea. As example I use this guide https://www.jetbrains.org/intellij/sdk/docs/tutorials/run_configurations.html After trying to run this plugin I s...