Update plugin version to 3.2.8 and enhance DynForm references

- Add cross-file Dataset and Field resolution for included .frml files
- Prioritize opened files in editor for reference navigation
- Restrict AJAX-OPTION DATASET auto-completion to suggest from ajax.xml
- Update change notes for 3.2.8 release
This commit is contained in:
2026-04-29 10:11:13 +07:00
parent 8f011e637b
commit 13ff47b7ae
5 changed files with 443 additions and 168 deletions

View File

@@ -4,7 +4,7 @@ plugins {
id("org.jetbrains.intellij.platform") version "2.7.0"
}
group = "com.sdk.dynform.tools"
version = "3.2.7"
version = "3.2.8"
repositories {
mavenCentral()