IDEA Plugin Dev - Order Entry (SDK, Library, Module dependencies)

Card Puncher Data Processing

About

Order entries include:

  • SDK, (By default, all modules uses the project SDK)
  • libraries
  • and other modules

the module uses.

With the IntelliJ IDEA UI, you can view order entries for a module on the Dependencies tab of the Project Structure dialog box.





Discover More
Card Puncher Data Processing
IDEA Plugin Dev - Dependency

Add a tag to your plugin.xml, adding the ID of the plugin you’re depending on as the contents of the tag. For example: ==== Module Dependency ==== module...
Card Puncher Data Processing
IDEA Plugin Dev - Module ( API )

Working with Modules in a plugin API The IntelliJ Platform provides a number of Java classes and interfaces you can use to work with modules within the project and core API Class Class Type API...
Idea Project Model Dev
IDEA Plugin Dev - Project

from a plugin dev point of view A project consists of one or several modules. Each module includes the plugin source code Each module includes order entries that refer to SDK and libraries...



Share this page:
Follow us:
Task Runner