Razla
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
创建于 Specific run configurations to a specific module created by plugin
已回答We have created a plugin that lets you create a specific module we made.Now we need to add specific run configurations to our module..We added configurationType to the plugin - but now we want it t... -
创建于 Can't add jars to my project
已回答Hello, I can't add external libraries to my specific project that I created using the plugin - they dont appear in the external libraries. I created My ModuleBuilder - that only extends JavaModuleB... -
创建于 Adding jars to External Libraries programmably
已回答Hello, We need to add specific jars to a project template - I mean once the users chose my template project it creates a project with specific jars in it (in the External Libraries). How do I do th... -
创建于 Running a java class from within the plugin
已回答Hello! We're trying to execute a java compiled file (.class) from within the plugin. We have no idea how to do so, checked for weeks and we're still stuck. Please help us! Thank you in advanced. -
创建于 Configuring and running a java file inside the plugin
已回答Hello, I'm trying to create an Intellij's IDEA out of an eclipse's one. There are many classes in eclipse that don't exist in intellij IDEA. I need to build, compile and run a given java file.. Th... -
创建于 Help with a project's plugin
已回答I'm working on my IDEA IntelliJ Plugin with gradle and I am trying to create a button that adds a function to the current class, or a given class. I saw an example in Eclipse but couldn't find the ...