andreycizov / idea-partialnav

Allow PageUp and PageDown to only scroll a partial part of the screen
Apache License 2.0
6 stars 7 forks source link

Remove usages of deprecated APIs #8

Open andreycizov opened 4 years ago

andreycizov commented 4 years ago

These two methods are overridden by the actions within this plugin and need to switch to the newer ones. Easy change.

EditorActionHandler.execute(Editor, DataContext)
EditorActionHandler.isEnabled(Editor, DataContext)