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
|
||||
}
|
||||
|
||||
#TODO:
|
||||
function installEclipse () {
|
||||
if which umake >/dev/null; then
|
||||
msg "Umake installing : Eclipse"
|
||||
sudo umake ide eclipse
|
||||
fi
|
||||
}
|
||||
|
||||
#
|
||||
# install IDEA Apps (headless)
|
||||
#
|
||||
|
|
|
@ -199,7 +199,6 @@ function showDevInstallMenu () {
|
|||
"brackets" "Brackets" \
|
||||
"codeblocks" "CodeBlocks" \
|
||||
"geany" "Geany" \
|
||||
"eclipse" "Eclipse" \
|
||||
"idea" "Idea" \
|
||||
"pycharm" "PyCharm" \
|
||||
"vsc" "Visual Studio Code" \
|
||||
|
@ -252,9 +251,6 @@ function showDevInstallMenu () {
|
|||
"geany")
|
||||
installGeanyMenu
|
||||
;;
|
||||
"eclipse")
|
||||
installEclipse
|
||||
;;
|
||||
"idea")
|
||||
installIdeaMenu
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue