Eclipse is back by snap

This commit is contained in:
Francois B 2018-05-30 22:45:47 +02:00
parent b7f90ef1ee
commit bdb29a2062
6 changed files with 40 additions and 2 deletions

View file

@ -789,6 +789,20 @@ function installIdeaMenu () {
installAppsFromListMenu idea installAppsFromListMenu idea
} }
#
# install Eclipse Apps (headless)
#
function installEclipse () {
installAppsFromList eclipse
}
#
# install Eclipse Apps (Menu)
#
function installEclipseMenu () {
installAppsFromListMenu eclipse
}
# #
# install Pycharm Apps (headless) # install Pycharm Apps (headless)
# #

View file

@ -749,6 +749,20 @@ function installIdeaMenu () {
installAppsFromListMenu idea installAppsFromListMenu idea
} }
#
# install Eclipse Apps (headless)
#
function installEclipse () {
installAppsFromList eclipse
}
#
# install Eclipse Apps (Menu)
#
function installEclipseMenu () {
installAppsFromListMenu eclipse
}
# #
# install Pycharm Apps (headless) # install Pycharm Apps (headless)
# #

View file

@ -212,6 +212,7 @@ function showDevInstallMenu () {
"codeblocks" "CodeBlocks" \ "codeblocks" "CodeBlocks" \
"geany" "Geany" \ "geany" "Geany" \
"idea" "Idea" \ "idea" "Idea" \
"eclipse" "Eclipse" \
"pycharm" "PyCharm" \ "pycharm" "PyCharm" \
"vsc" "Visual Studio Code" \ "vsc" "Visual Studio Code" \
"androidstudio" "Android Studio" \ "androidstudio" "Android Studio" \
@ -266,6 +267,9 @@ function showDevInstallMenu () {
"idea") "idea")
installIdeaMenu installIdeaMenu
;; ;;
"eclipse")
installEclipseMenu
;;
"pycharm") "pycharm")
installPyCharmMenu installPyCharmMenu
;; ;;

View file

@ -212,6 +212,7 @@ function showDevInstallMenu () {
"codeblocks" "CodeBlocks" \ "codeblocks" "CodeBlocks" \
"geany" "Geany" \ "geany" "Geany" \
"idea" "Idea" \ "idea" "Idea" \
"eclipse" "Eclipse" \
"pycharm" "PyCharm" \ "pycharm" "PyCharm" \
"vsc" "Visual Studio Code" \ "vsc" "Visual Studio Code" \
"androidstudio" "Android Studio" \ "androidstudio" "Android Studio" \
@ -266,6 +267,9 @@ function showDevInstallMenu () {
"idea") "idea")
installIdeaMenu installIdeaMenu
;; ;;
"eclipse")
installEclipseMenu
;;
"pycharm") "pycharm")
installPyCharmMenu installPyCharmMenu
;; ;;

View file

@ -430,7 +430,8 @@ qttools5-doc-html;apt;qt;qttools5-doc-html
fbreader;apt;ebook;fbreader fbreader;apt;ebook;fbreader
calibre;apt;ebook;calibre calibre;apt;ebook;calibre
android-studio;apt;androidstudio;androidstudio android-studio;apt;androidstudio;androidstudio
intellij-idea-community;snap;idea;idea" intellij-idea-community;snap;idea;idea
eclipse;snap;eclipse;eclipse"
#-----------------------------------------------------------------------------# #-----------------------------------------------------------------------------#
# Specific Repo list and functions # # Specific Repo list and functions #

View file

@ -363,7 +363,8 @@ qttools5-doc-html;apt;qt;qttools5-doc-html
fbreader;apt;ebook;fbreader fbreader;apt;ebook;fbreader
calibre;apt;ebook;calibre calibre;apt;ebook;calibre
android-studio;apt;androidstudio;androidstudio android-studio;apt;androidstudio;androidstudio
intellij-idea-community;snap;idea;idea" intellij-idea-community;snap;idea;idea
eclipse;snap;eclipse;eclipse"
#-----------------------------------------------------------------------------# #-----------------------------------------------------------------------------#
# Specific Repo list and functions # # Specific Repo list and functions #