Skip to content

Commit

Permalink
#1034 | Added code completion and reference resolution for as:`sort…
Browse files Browse the repository at this point in the history
…-field`:`name`
  • Loading branch information
mlytvyn authored Feb 29, 2024
1 parent 9063dbd commit 79d2cde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
- Added code completion for `lv:column`:`class` [#1028](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/1028)
- Added code completion for `sv`:`custom-section`|`custom-attribute`:`class` [#1029](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/1029)
- Added code completion for `ea`:`customPanel`|`customTab`|`customSection`:`class` [#1030](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/1030)
- Added code completion and reference resolution for `ss`:`sort-field`:`name` [#1032](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/1032)
- Added code completion and reference resolution for `ss`:`sort-field`:`name` [#1033](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/1033)
- Added code completion and reference resolution for `as`:`sort-field`:`name` [#1034](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/1034)

### Fixes
- Configure SAP CX JavaDoc for OOTB Modules [#1027](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/1027) for Issue [1026](https://github.com/epam/sap-commerce-intellij-idea-plugin/issues/1026)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,15 @@ object CngPatterns {
.inside(XmlPatterns.xmlTag().withLocalName(CONFIG_CONTEXT))
.inFile(cngConfigFile),

attributeValue(
"name",
"sort-field",
"advanced-search",
CngConfigDomFileDescription.NAMESPACE_COCKPIT_NG_CONFIG_ADVANCED_SEARCH
)
.inside(XmlPatterns.xmlTag().withLocalName(CONFIG_CONTEXT))
.inFile(cngConfigFile),

attributeValue(
"name",
"field",
Expand Down

0 comments on commit 79d2cde

Please sign in to comment.