Minor enhancement of "actual" gutter

This makes hint about Ctrl+Alt+B available
This commit is contained in:
Mikhail Glukhikh
2018-06-07 16:29:13 +03:00
parent f139847e47
commit ab32a9a564
2 changed files with 2 additions and 2 deletions
@@ -370,7 +370,7 @@ private fun collectActualMarkers(
NavigateAction.setNavigateAction(
lineMarkerInfo,
"Go to actual declarations",
null
IdeActions.ACTION_GOTO_IMPLEMENTATION
)
result.add(lineMarkerInfo)
}
@@ -361,7 +361,7 @@ private fun collectActualMarkers(
NavigateAction.setNavigateAction(
lineMarkerInfo,
"Go to actual declarations",
null
IdeActions.ACTION_GOTO_IMPLEMENTATION
)
result.add(lineMarkerInfo)
}