mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Google AppEngine: added help topic for facet configuration editor (IDEA-134034)
This commit is contained in:
+5
@@ -153,6 +153,11 @@ public class AppEngineFacetEditor extends FacetEditorTab {
|
||||
public void disposeUIResources() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getHelpTopic() {
|
||||
return "Google_App_Engine_Facet";
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onFacetInitialized(@NotNull Facet facet) {
|
||||
AppEngineWebIntegration.getInstance().setupDevServer(((AppEngineFacet)facet).getSdk());
|
||||
|
||||
Reference in New Issue
Block a user