Add Eclipse IDE integration for macOS

fixes #16991

add more eclipses
This commit is contained in:
James Yuzawa 2023-08-21 18:20:48 -04:00
parent 05ff6c8f1e
commit e22bc12a77
No known key found for this signature in database
GPG key ID: A082D591080448F1
2 changed files with 46 additions and 0 deletions

View file

@ -27,6 +27,50 @@ const editors: IDarwinExternalEditor[] = [
name: 'Aptana Studio',
bundleIdentifiers: ['aptana.studio'],
},
{
name: 'Eclipse IDE for Java Developers',
bundleIdentifiers: ['epp.package.java'],
},
{
name: 'Eclipse IDE for Enterprise Java and Web Developers',
bundleIdentifiers: ['epp.package.jee'],
},
{
name: 'Eclipse IDE for C/C++ Developers',
bundleIdentifiers: ['epp.package.cpp'],
},
{
name: 'Eclipse IDE for Eclipse Committers',
bundleIdentifiers: ['epp.package.committers'],
},
{
name: 'Eclipse IDE for Embedded C/C++ Developers',
bundleIdentifiers: ['epp.package.embedcpp'],
},
{
name: 'Eclipse IDE for PHP Developers',
bundleIdentifiers: ['epp.package.php'],
},
{
name: 'Eclipse IDE for Java and DSL Developers',
bundleIdentifiers: ['epp.package.dsl'],
},
{
name: 'Eclipse IDE for RCP and RAP Developers',
bundleIdentifiers: ['epp.package.rcp'],
},
{
name: 'Eclipse Modeling Tools',
bundleIdentifiers: ['epp.package.modeling'],
},
{
name: 'Eclipse IDE for Scientific Computing',
bundleIdentifiers: ['epp.package.parallel'],
},
{
name: 'Eclipse IDE for Scout Developers',
bundleIdentifiers: ['epp.package.scout'],
},
{
name: 'MacVim',
bundleIdentifiers: ['org.vim.MacVim'],

View file

@ -247,6 +247,8 @@ The source for the editor integration on macOS is found in
These editors are currently supported:
- [Atom](https://atom.io/)
- [Eclipse](https://www.eclipse.org/downloads/packages/release/)
- All IDE variants (Java, JavaEE, C/C++, PHP, etc.) are supported.
- [MacVim](https://macvim-dev.github.io/macvim/)
- [Neovide](https://github.com/neovide/neovide)
- [VimR](https://github.com/qvacua/vimr)