Skip to content

Commit

Permalink
Add a note to replace the raw string after the changes will be available
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Aug 30, 2024
1 parent 5fb4c10 commit ee447bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ internal class IjActionExecutor : VimActionExecutor {
override val ACTION_EXPAND_REGION_RECURSIVELY: String
get() = IdeActions.ACTION_EXPAND_REGION_RECURSIVELY
override val ACTION_EXPAND_COLLAPSE_TOGGLE: String
// [VERSION UPDATE] 2024.3+ Replace raw "ExpandCollapseToggleAction" with IdeActions.ACTION_EXPAND_COLLAPSE_TOGGLE_REGION from the platform.
get() = "ExpandCollapseToggleAction"

/**
Expand Down

0 comments on commit ee447bc

Please sign in to comment.