Commit Graph

2 Commits

Author SHA1 Message Date
431e51079c feat: comprehensive cross-file support and performance optimization (v3.3.0)
- Implemented cross-file completion, references, and validation for .frml files.
- Optimized resource discovery using IntelliJ indexing (ReferencesSearch) to fix IDE freeze.
- Refactored shared search logic into DynFormPathUtils.
- Excluded <ROW> tags from field definition requirements.
- Updated plugin version to 3.3.0.
2026-05-14 18:27:57 +07:00
b6dc46d775 feat: update plugin version to 3.2.9 and enhance i18n/reference support
- Extend I18n support for MESSAGE attribute in UNIQ-CHECK and other tags.
- Add code completion and reference navigation for CHECK-FIELDS resolving against related grid datasets.
- Fix duplicate i18n Inlay Hints in JSP and JS files by targeting the innermost PSI elements.
- Enhance MGET_PATTERN regex to support object-chained calls (e.g., factory.$M.get).
2026-05-04 14:39:08 +07:00