View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

aesi-eclipse / com.virtlink.aesi.eclipse / AesiPlugin

AesiPlugin

open class AesiPlugin : AbstractUIPlugin

The activator class controls the plug-in life cycle

Constructors

<init> AesiPlugin()
The constructor

Properties

PLUGIN_ID static val PLUGIN_ID: String

Functions

getDebugModelIdentifier open static fun getDebugModelIdentifier(): String
getDefault open static fun getDefault(): AesiPlugin?
Returns the shared instance
getImageDescriptor open static fun getImageDescriptor(path: String): ImageDescriptor
Returns an image descriptor for the image file at the given plug-in relative path
start open fun start(context: BundleContext): Unit
stop open fun stop(context: BundleContext): Unit