This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
from 60aa6c5 Merge pull request #6 from apache/fix/WW-5446-jsp-clickable
add df6b80e WW-5446 Adds missing dependency
add 60e2ba9 WW-5446 Fixes loading of dictionary
add 8618ac1 WW-5446 Replaces deprecated code with recommended approach
add 73b8aed WW-5446 Adds missing plugin dependencies
add 041ac6e WW-5446 Except JSP files in any folder
new 172a5ea Merge pull request #7 from
apache/feature/WW-5446-fix-deprecation
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build.gradle.kts | 1 +
.../intellij/struts2/dom/inspection/Struts2ModelInspection.java | 2 +-
src/main/java/com/intellij/struts2/facet/ui/StrutsFilesTree.java | 3 ++-
.../com/intellij/struts2/jsp/TaglibCssInlineStyleInjector.java | 5 +++--
.../java/com/intellij/struts2/jsp/TaglibJavaScriptInjector.java | 5 +++--
src/main/java/com/intellij/struts2/jsp/TaglibOgnlInjector.java | 5 +++--
.../ognl/completion/OgnlKeywordCompletionContributor.java | 9 ++++++++-
.../struts2/reference/StrutsTaglibReferenceContributorBase.java | 7 ++++---
.../struts2/spellchecker/Struts2BundledDictionaryProvider.java | 2 +-
src/main/resources/META-INF/plugin.xml | 2 ++
.../com/intellij/struts2/spellchecker => resources}/struts2.dic | 0
11 files changed, 28 insertions(+), 13 deletions(-)
rename src/main/{java/com/intellij/struts2/spellchecker =>
resources}/struts2.dic (100%)