generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pattern-action): refactor to use PatternActionFuncType enum
Refactor PatternActionFunc to use PatternActionFuncType enum to represent action types, replacing string-based funcName with enum. This change involves: - Creating a PatternActionFuncType enum to represent different action types with descriptions. - Updating PatternActionFunc sealed class to use PatternActionFuncType enum instead of funcName string. - Refactoring HobbitHoleParser to use PatternActionFuncType enum for pattern action function parsing. - Renaming "type" to "strategy" in Reranking action. This refactor improves type safety and readability of pattern action functions.
- Loading branch information
Showing
3 changed files
with
192 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.