- Rebranded plugin from "ActionModelsGenerator" to "Dynamic Form Helper".
- Refactored package structure from "com.sdk.generators" to "com.sdk.dynform.tools".
- Added comprehensive I18n support for Java, XML, and JavaScript:
- Inlay hints and code folding for internationalization keys.
- Completion and reference contributors for "message.xml" keys.
- Configuration settings and UI for i18n tools.
- Introduced support for the ".frml" (DynForm) file type.
- Added specialized DynForm completion and path resolution helpers.
- Updated "build.gradle.kts" with JSP and JavaScript platform dependencies.
- Updated documentation and project metadata to reflect the new name.
15 lines
754 B
XML
15 lines
754 B
XML
<ivy-module version="2.0">
|
|
<info organisation="bundledPlugin" module="JavaScript" revision="IU-251.23774.435"/>
|
|
<configurations>
|
|
<conf name="default" visibility="public"/>
|
|
</configurations>
|
|
<publications>
|
|
<artifact name="javascript-plugin" ext="jar" conf="default" url="plugins/javascript-plugin/lib"/>
|
|
<artifact name="javascript-frontback" ext="jar" conf="default" url="plugins/javascript-plugin/lib"/>
|
|
</publications>
|
|
<dependencies>
|
|
<dependency org="bundledPlugin" name="com.intellij.modules.json" rev="IU-251.23774.435"/>
|
|
<dependency org="bundledPlugin" name="com.intellij.css" rev="IU-251.23774.435"/>
|
|
<dependency org="bundledPlugin" name="com.intellij.css" rev="IU-251.23774.435"/>
|
|
</dependencies>
|
|
</ivy-module> |