Alexbromel
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
Alexbromel 创建了一个帖子, 已回答Language 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 创建了一个帖子, 已回答How 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 进行了评论, -
Alexbromel 创建了一个帖子, 已回答JpsJavaModuleType 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 创建了一个帖子, 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 创建了一个帖子, 已回答sbt-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 进行了评论, -
Alexbromel 创建了一个帖子, 已回答'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...