mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-17756 Don't check that remote documentation for an element exists on Ctrl+Hover event
This commit is contained in:
@@ -113,7 +113,7 @@ public class PyDocumentationBuilder {
|
||||
buildForKeyword(elementDefinition.getText());
|
||||
}
|
||||
}
|
||||
final String url = PythonDocumentationProvider.getUrlFor(myElement, myOriginalElement, true);
|
||||
final String url = PythonDocumentationProvider.getUrlFor(myElement, myOriginalElement, false);
|
||||
if (url != null) {
|
||||
myEpilog.addItem(BR);
|
||||
myEpilog.addWith(TagBold, $("External documentation:"));
|
||||
|
||||
Reference in New Issue
Block a user