less Jet in the UI
This commit is contained in:
@@ -24,12 +24,12 @@ public class JetFileType extends LanguageFileType {
|
|||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
public String getDescription() {
|
public String getDescription() {
|
||||||
return "Jet Language";
|
return "Kotlin";
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
public String getDefaultExtension() {
|
public String getDefaultExtension() {
|
||||||
return "jet";
|
return "kt";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Icon getIcon() {
|
public Icon getIcon() {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ public class JetRunConfigurationType extends ConfigurationTypeBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public JetRunConfigurationType() {
|
public JetRunConfigurationType() {
|
||||||
super("JetRunConfigurationType", "Jet", "Jet", JetFileType.INSTANCE.getIcon());
|
super("JetRunConfigurationType", "Kotlin", "Kotlin", JetFileType.INSTANCE.getIcon());
|
||||||
addFactory(new JetRunConfigurationFactory(this));
|
addFactory(new JetRunConfigurationFactory(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user