eclipse menu entry added + android env removed

This commit is contained in:
Francois B 2018-05-13 07:01:23 +02:00
parent bff26056c2
commit 46fec1a372

View file

@ -194,7 +194,6 @@ function showDevInstallMenu () {
"ruby" "Ruby dev env" \ "ruby" "Ruby dev env" \
"qt" "QT dev env" \ "qt" "QT dev env" \
"python" "Python dev env" \ "python" "Python dev env" \
"androidenv" "Set Android env" \
"atom" "Atom" \ "atom" "Atom" \
"anjuta" "Anjuta" \ "anjuta" "Anjuta" \
"brackets" "Brackets" \ "brackets" "Brackets" \
@ -238,9 +237,6 @@ function showDevInstallMenu () {
"python") "python")
installPythonMenu installPythonMenu
;; ;;
"androidenv")
#TODO:
;;
"atom") "atom")
installAtomMenu installAtomMenu
;; ;;
@ -257,7 +253,7 @@ function showDevInstallMenu () {
installGeanyMenu installGeanyMenu
;; ;;
"eclipse") "eclipse")
#TODO: installEclipse
;; ;;
"idea") "idea")
installIdeaMenu installIdeaMenu