mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[build] uncomments .snap properties (IDEA-CR-23188)
This commit is contained in:
@@ -89,10 +89,10 @@ class IdeaCommunityProperties extends BaseIdeaProperties {
|
||||
return new LinuxDistributionCustomizer() {
|
||||
{
|
||||
iconPngPath = "$projectHome/platform/icons/src/icon_CE_128.png"
|
||||
//snapName = "intellij-idea-community"
|
||||
//snapDescription =
|
||||
// "The most intelligent Java IDE. Every aspect of IntelliJ IDEA is specifically designed to maximize developer productivity. " +
|
||||
// "Together, powerful static code analysis and ergonomic design make development not only productive but also an enjoyable experience."
|
||||
snapName = "intellij-idea-community"
|
||||
snapDescription =
|
||||
"The most intelligent Java IDE. Every aspect of IntelliJ IDEA is specifically designed to maximize developer productivity. " +
|
||||
"Together, powerful static code analysis and ergonomic design make development not only productive but also an enjoyable experience."
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
+4
-4
@@ -78,10 +78,10 @@ class PyCharmCommunityProperties extends PyCharmPropertiesBase {
|
||||
return new LinuxDistributionCustomizer() {
|
||||
{
|
||||
iconPngPath = "$projectHome/python/resources/PyCharmCore128.png"
|
||||
//snapName = "pycharm-community"
|
||||
//snapDescription =
|
||||
// "Python IDE for professional developers. Save time while PyCharm takes care of the routine. "
|
||||
// "Focus on bigger things and embrace the keyboard-centric approach to get the most of PyCharm’s many productivity features."
|
||||
snapName = "pycharm-community"
|
||||
snapDescription =
|
||||
"Python IDE for professional developers. Save time while PyCharm takes care of the routine. "
|
||||
"Focus on bigger things and embrace the keyboard-centric approach to get the most of PyCharm’s many productivity features."
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user