v2.5.0-beta06
Pre-release
Pre-release
·
124 commits
to main
since this release
Deprecated
ContributesBinding.priority
has been deprecated in favor of the int-value-basedContributesBinding.rank
. This allows for more granular prioritization, rather than just the three enum entries thatContributesBinding.Priority
offered.
Important
IDE auto-replace can auto-replace the enum entry with the corresponding integer, but not the named argument. Automatically-migrated code may wind up with something like priority = RANK_NORMAL
. This is an IntelliJ limitation.