Minor enhancement of "actual" gutter
This makes hint about Ctrl+Alt+B available
This commit is contained in:
@@ -370,7 +370,7 @@ private fun collectActualMarkers(
|
||||
NavigateAction.setNavigateAction(
|
||||
lineMarkerInfo,
|
||||
"Go to actual declarations",
|
||||
null
|
||||
IdeActions.ACTION_GOTO_IMPLEMENTATION
|
||||
)
|
||||
result.add(lineMarkerInfo)
|
||||
}
|
||||
|
||||
+1
-1
@@ -361,7 +361,7 @@ private fun collectActualMarkers(
|
||||
NavigateAction.setNavigateAction(
|
||||
lineMarkerInfo,
|
||||
"Go to actual declarations",
|
||||
null
|
||||
IdeActions.ACTION_GOTO_IMPLEMENTATION
|
||||
)
|
||||
result.add(lineMarkerInfo)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user