Skip to content

Commit

Permalink
UPDATED: versions of IDEA ides
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed May 16, 2024
1 parent 53d225d commit f91cf6e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions data/features/clion/clion.dat.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/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")

clion_associatedfiletypes=("text/x-c++hdr" "text/x-c++src" "text/x-chdr" "text/x-csrc")
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"
4 changes: 2 additions & 2 deletions data/features/goland/goland.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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;<Primary><Alt><Super>g;GoLand")
goland_launcherkeynames=("launcher")
goland_launcher_exec="goland %F"
Expand Down
4 changes: 2 additions & 2 deletions data/features/ideac/ideac.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions data/features/ideau/ideau.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions data/features/pycharm/pycharm.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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;<Primary><Alt><Super>p;Pycharm")
pycharm_launcherkeynames=("launcher")
pycharm_launcher_exec="pycharm %F"
Expand Down
4 changes: 2 additions & 2 deletions data/features/pycharmpro/pycharmpro.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

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"
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"
Expand Down
4 changes: 2 additions & 2 deletions data/features/webstorm/webstorm.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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;<Primary><Alt><Super>w;WebStorm")
webstorm_launcherkeynames=("launcher")
webstorm_launcher_exec="webstorm %F"
Expand Down

0 comments on commit f91cf6e

Please sign in to comment.