Razla
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Created Specific run configurations to a specific module created by plugin
AnsweredWe 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... -
Created Can't add jars to my project
AnsweredHello, 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... -
Created Adding jars to External Libraries programmably
AnsweredHello, 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... -
Created Running a java class from within the plugin
AnsweredHello! 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. -
Created Configuring and running a java file inside the plugin
AnsweredHello, 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... -
Created Help with a project's plugin
AnsweredI'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 ...