From 46fec1a372ce94ab5c63afa8bad8bfe8a07acf30 Mon Sep 17 00:00:00 2001 From: Francois B Date: Sun, 13 May 2018 07:01:23 +0200 Subject: [PATCH] eclipse menu entry added + android env removed --- menus_functions.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/menus_functions.sh b/menus_functions.sh index 5e679c6..b967172 100644 --- a/menus_functions.sh +++ b/menus_functions.sh @@ -194,7 +194,6 @@ function showDevInstallMenu () { "ruby" "Ruby dev env" \ "qt" "QT dev env" \ "python" "Python dev env" \ - "androidenv" "Set Android env" \ "atom" "Atom" \ "anjuta" "Anjuta" \ "brackets" "Brackets" \ @@ -238,9 +237,6 @@ function showDevInstallMenu () { "python") installPythonMenu ;; - "androidenv") - #TODO: - ;; "atom") installAtomMenu ;; @@ -257,7 +253,7 @@ function showDevInstallMenu () { installGeanyMenu ;; "eclipse") - #TODO: + installEclipse ;; "idea") installIdeaMenu