eclipse removed
This commit is contained in:
parent
46fec1a372
commit
ed93693e99
2 changed files with 0 additions and 12 deletions
|
@ -849,14 +849,6 @@ function installGeanyMenu () {
|
||||||
installAppsFromListMenu geany
|
installAppsFromListMenu geany
|
||||||
}
|
}
|
||||||
|
|
||||||
#TODO:
|
|
||||||
function installEclipse () {
|
|
||||||
if which umake >/dev/null; then
|
|
||||||
msg "Umake installing : Eclipse"
|
|
||||||
sudo umake ide eclipse
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# install IDEA Apps (headless)
|
# install IDEA Apps (headless)
|
||||||
#
|
#
|
||||||
|
|
|
@ -199,7 +199,6 @@ function showDevInstallMenu () {
|
||||||
"brackets" "Brackets" \
|
"brackets" "Brackets" \
|
||||||
"codeblocks" "CodeBlocks" \
|
"codeblocks" "CodeBlocks" \
|
||||||
"geany" "Geany" \
|
"geany" "Geany" \
|
||||||
"eclipse" "Eclipse" \
|
|
||||||
"idea" "Idea" \
|
"idea" "Idea" \
|
||||||
"pycharm" "PyCharm" \
|
"pycharm" "PyCharm" \
|
||||||
"vsc" "Visual Studio Code" \
|
"vsc" "Visual Studio Code" \
|
||||||
|
@ -252,9 +251,6 @@ function showDevInstallMenu () {
|
||||||
"geany")
|
"geany")
|
||||||
installGeanyMenu
|
installGeanyMenu
|
||||||
;;
|
;;
|
||||||
"eclipse")
|
|
||||||
installEclipse
|
|
||||||
;;
|
|
||||||
"idea")
|
"idea")
|
||||||
installIdeaMenu
|
installIdeaMenu
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue