From f91cf6ea477973c1db14f8e1582d55bf4a34b1ab Mon Sep 17 00:00:00 2001 From: AleixMT Date: Thu, 16 May 2024 23:21:09 +0200 Subject: [PATCH] UPDATED: versions of IDEA ides --- data/features/clion/clion.dat.sh | 4 ++-- data/features/goland/goland.dat.sh | 4 ++-- data/features/ideac/ideac.dat.sh | 4 ++-- data/features/ideau/ideau.dat.sh | 4 ++-- data/features/pycharm/pycharm.dat.sh | 4 ++-- data/features/pycharmpro/pycharmpro.dat.sh | 4 ++-- data/features/webstorm/webstorm.dat.sh | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/data/features/clion/clion.dat.sh b/data/features/clion/clion.dat.sh index 008916e6..4aef3653 100755 --- a/data/features/clion/clion.dat.sh +++ b/data/features/clion/clion.dat.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash clion_name="CLion" clion_description="Cross-platform C/C++ IDE" -clion_version="2021.3" +clion_version="2024.1.1" clion_tags=("IDE" "programming" "dev") clion_systemcategories=("IDE" "Development") @@ -9,7 +9,7 @@ clion_associatedfiletypes=("text/x-c++hdr" "text/x-c++src" "text/x-chdr" "text/x clion_bashfunctions=("silentFunction") clion_binariesinstalledpaths=("bin/clion.sh;clion") clion_downloadKeys=("bundle") -clion_bundle_URL="https://download.jetbrains.com/cpp/CLion-2021.3.tar.gz" +clion_bundle_URL="https://download.jetbrains.com/cpp/CLion-2024.1.1.tar.gz" clion_launcherkeynames=("default") clion_default_windowclass="jetbrains-clion" clion_default_exec="clion %F" diff --git a/data/features/goland/goland.dat.sh b/data/features/goland/goland.dat.sh index ff55aaaa..1de14098 100755 --- a/data/features/goland/goland.dat.sh +++ b/data/features/goland/goland.dat.sh @@ -2,7 +2,7 @@ goland_name="GoLand" goland_description="Integrated development environment for the Go programming language" -goland_version="2023.3.4" +goland_version="2024.1.1" goland_tags=("editor" "IDE" "programming" "text" "customDesktop") goland_systemcategories=("ComputerScience" "Debugger" "Development" "IDE" "WebDevelopment") goland_icon="goland.svg" @@ -11,7 +11,7 @@ goland_associatedfiletypes=("text/x-go") goland_bashfunctions=("silentFunctionInWd") goland_binariesinstalledpaths=("bin/goland.sh;goland") goland_downloadKeys=("bundle") -goland_bundle_URL="https://download.jetbrains.com/go/goland-2023.3.4.tar.gz" +goland_bundle_URL="https://download.jetbrains.com/go/goland-2024.1.1.tar.gz" goland_keybindings=("goland;g;GoLand") goland_launcherkeynames=("launcher") goland_launcher_exec="goland %F" diff --git a/data/features/ideac/ideac.dat.sh b/data/features/ideac/ideac.dat.sh index 5431c5e1..0759ea7c 100755 --- a/data/features/ideac/ideac.dat.sh +++ b/data/features/ideac/ideac.dat.sh @@ -2,14 +2,14 @@ ideac_name="IntelliJ IDEA Community Edition" ideac_description="Java IDE" -ideac_version="2021.3" +ideac_version="2024.1.1" ideac_tags=("editor" "IDE" "programming" "text" "customDesktop") ideac_systemcategories=("ComputerScience" "Debugger" "Development" "IDE" "WebDevelopment") ideac_associatedfiletypes=("text/x-java") ideac_bashfunctions=("silentFunctionInWd") ideac_binariesinstalledpaths=("bin/idea.sh;ideac") ideac_downloadKeys=("bundle") -ideac_bundle_URL="https://download.jetbrains.com/idea/ideaIC-2021.3.tar.gz" +ideac_bundle_URL="https://download.jetbrains.com/idea/ideaIC-2024.1.1.tar.gz" ideac_launcherkeynames=("launcher") ideac_launcher_exec="ideac %f" ideac_launcher_windowclass="jetbrains-ideac" diff --git a/data/features/ideau/ideau.dat.sh b/data/features/ideau/ideau.dat.sh index 54ff99f1..84d6a8ea 100755 --- a/data/features/ideau/ideau.dat.sh +++ b/data/features/ideau/ideau.dat.sh @@ -2,14 +2,14 @@ ideau_name="IntelliJ IDEA Ultimate Edition" ideau_description="Java IDE" -ideau_version="2023.3.2" +ideau_version="2024.1.1" ideau_tags=("editor" "IDE" "programming" "text" "customDesktop") ideau_systemcategories=("ComputerScience" "Debugger" "Development" "IDE" "WebDevelopment") ideau_associatedfiletypes=("text/x-java") ideau_bashfunctions=("silentFunctionInWd") ideau_binariesinstalledpaths=("bin/idea.sh;ideau") ideau_downloadKeys=("bundle") -ideau_bundle_URL="https://download.jetbrains.com/idea/ideaIU-2023.3.2.tar.gz" +ideau_bundle_URL="https://download.jetbrains.com/idea/ideaIU-2024.1.1.tar.gz" ideau_launcherkeynames=("launcher") ideau_launcher_exec="ideau %f" ideau_launcher_windowclass="jetbrains-idea" diff --git a/data/features/pycharm/pycharm.dat.sh b/data/features/pycharm/pycharm.dat.sh index 7f132f16..78e4e647 100755 --- a/data/features/pycharm/pycharm.dat.sh +++ b/data/features/pycharm/pycharm.dat.sh @@ -2,7 +2,7 @@ pycharm_name="PyCharm Community" pycharm_description="Integrated development environment used in computer programming" -pycharm_version="2021.3" +pycharm_version="2024.1.1" pycharm_tags=("editor" "IDE" "programming" "text" "customDesktop") pycharm_systemcategories=("ComputerScience" "Debugger" "Development" "IDE" "WebDevelopment") pycharm_icon="pycharm.png" @@ -11,7 +11,7 @@ pycharm_associatedfiletypes=("text/sh" "text/x-python" "text/x-python3") pycharm_bashfunctions=("silentFunctionInWd") pycharm_binariesinstalledpaths=("bin/pycharm.sh;pycharm") pycharm_downloadKeys=("bundle") -pycharm_bundle_URL="https://download.jetbrains.com/python/pycharm-community-2021.3.tar.gz" +pycharm_bundle_URL="https://download.jetbrains.com/python/pycharm-community-2024.1.1.tar.gz" pycharm_keybindings=("pycharm;p;Pycharm") pycharm_launcherkeynames=("launcher") pycharm_launcher_exec="pycharm %F" diff --git a/data/features/pycharmpro/pycharmpro.dat.sh b/data/features/pycharmpro/pycharmpro.dat.sh index b10c6126..0a4a924e 100755 --- a/data/features/pycharmpro/pycharmpro.dat.sh +++ b/data/features/pycharmpro/pycharmpro.dat.sh @@ -2,7 +2,7 @@ pycharmpro_name="PyCharm Professional" pycharmpro_description="Integrated development environment used in computer programming" -pycharmpro_version="2021.3" +pycharmpro_version="2024.1.1" pycharmpro_tags=("editor" "IDE" "programming" "text" "customDesktop") pycharmpro_systemcategories=("ComputerScience" "Debugger" "Development" "IDE" "WebDevelopment") pycharmpro_icon="pycharmpro.png" @@ -10,7 +10,7 @@ pycharmpro_associatedfiletypes=("text/sh" "text/x-python" "text/x-python3") pycharmpro_bashfunctions=("silentFunction") pycharmpro_binariesinstalledpaths=("bin/pycharm.sh;pycharmpro") pycharmpro_downloadKeys=("bundle") -pycharmpro_bundle_URL="https://download.jetbrains.com/python/pycharm-professional-2021.3.tar.gz" +pycharmpro_bundle_URL="https://download.jetbrains.com/python/pycharm-professional-2024.1.1.tar.gz" pycharmpro_launcherkeynames=("launcher") pycharmpro_launcher_exec="pycharmpro %F" pycharmpro_launcher_windowclass="jetbrains-pycharmpro" diff --git a/data/features/webstorm/webstorm.dat.sh b/data/features/webstorm/webstorm.dat.sh index 4fc866c0..99909fcf 100755 --- a/data/features/webstorm/webstorm.dat.sh +++ b/data/features/webstorm/webstorm.dat.sh @@ -2,7 +2,7 @@ webstorm_name="JetBrains WebStorm" webstorm_description="Integrated development environment for JavaScript and TypeScript" -webstorm_version="2021.3" +webstorm_version="2024.1.2" webstorm_tags=("editor" "IDE" "programming" "text" "customDesktop") webstorm_systemcategories=("ComputerScience" "Debugger" "Development" "IDE" "WebDevelopment") webstorm_icon="webstorm.png" @@ -11,7 +11,7 @@ webstorm_associatedfiletypes=("text/javascript") webstorm_bashfunctions=("silentFunctionInWd") webstorm_binariesinstalledpaths=("bin/webstorm.sh;webstorm") webstorm_downloadKeys=("bundle") -webstorm_bundle_URL="https://download.jetbrains.com/webstorm/WebStorm-2023.3.2.tar.gz" +webstorm_bundle_URL="https://download.jetbrains.com/webstorm/WebStorm-2024.1.2.tar.gz" webstorm_keybindings=("webstorm;w;WebStorm") webstorm_launcherkeynames=("launcher") webstorm_launcher_exec="webstorm %F"