mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-186962 Allow user defined Async annotations - help id
This commit is contained in:
@@ -604,5 +604,11 @@ public class CaptureConfigurable implements SearchableConfigurable {
|
||||
.toArray(ArrayUtil.EMPTY_STRING_ARRAY);
|
||||
super.doOKAction();
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
protected String getHelpId() {
|
||||
return "reference.idesettings.debugger.customAsyncAnnotations";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user