refactor: rebrand to DynamicFormTools and add i18n support
- 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.
This commit is contained in:
@@ -4,7 +4,7 @@ plugins {
|
||||
id("org.jetbrains.intellij.platform") version "2.7.0"
|
||||
}
|
||||
|
||||
group = "com.sdk.generators.actionmodels.v3"
|
||||
group = "com.sdk.dynform.tools"
|
||||
version = "2.1.2"
|
||||
|
||||
repositories {
|
||||
@@ -24,6 +24,8 @@ dependencies {
|
||||
// Add necessary plugin dependencies for compilation here, example:
|
||||
bundledPlugin("com.intellij.java")
|
||||
bundledPlugin("com.intellij.database")
|
||||
bundledPlugin("com.intellij.jsp")
|
||||
bundledPlugin("JavaScript")
|
||||
|
||||
}
|
||||
implementation("org.freemarker:freemarker:2.3.32")
|
||||
|
||||
Reference in New Issue
Block a user