Merge branch 'ypankratyev/devkit_new_service_action'

This commit is contained in:
Yaroslav Pankratyev
2017-08-29 16:16:59 +07:00
50 changed files with 1323 additions and 895 deletions
@@ -459,9 +459,6 @@ abstract class ProjectLayoutPanel<T> extends JPanel {
public Icon getIcon() {
return getElementIcon(file);
}
public Color getColor() {
return null;
}
});
}
myChooser.selectElements(ContainerUtil.createMaybeSingletonList(ContainerUtil.getFirstItem(files)));
@@ -527,9 +524,5 @@ abstract class ProjectLayoutPanel<T> extends JPanel {
public Icon getIcon() {
return getElementIcon(myEntry);
}
public Color getColor() {
return null;
}
}
}