eclipse menu entry added + android env removed
This commit is contained in:
parent
bff26056c2
commit
46fec1a372
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue