You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to get some support from the IDE when working with CID_* constants, as a user of this plugin I'd like to have the content of some of the <channel> child elements and attributes in the JavaDoc of the constant.
For instance, given a channel like this:
<channelid="powerIn"typeId="power">
<label>Consumed Power</label>
<description>This is the power that the …</description>
</channel>
/** * <h1>Consumed Power (Active Power)</h1> * This is the power that the … * <p> * Type: Number:Power*/publicstaticfinalStringCID_POWERIN = "powerIn";
The text was updated successfully, but these errors were encountered:
In order to get some support from the IDE when working with
CID_*
constants, as a user of this plugin I'd like to have the content of some of the<channel>
child elements and attributes in the JavaDoc of the constant.For instance, given a channel like this:
and a channel type like this:
The constant could look like this:
The text was updated successfully, but these errors were encountered: