Yoxos
-
add support for lombok
projectlombok.org adds very nice features to eclipse saving you from many lines of (automatically generated) code, cleaning up you classes.
By adding one (or more) annotations, you get
- getters and setters
- constructor generation for all final variables
- toString
- equals and hash22 votesunder review ·
AdminMatthias Kempka
(Admin, EclipseSource)
responded
Thanks for the hint. We’ll look into integrating it.
-
Provisioning for Mylyn JIRA
I'd like to share the mylyn settings for the mylyn jira connector (e.g. JIRA connection settings or even task queries). Currently, this is only available for bugzilla.
Is there a chance, that this feature will also be available for Mylyn JIRA?15 votesplanned ·AdminJordi Böhme López (Admin, EclipseSource) responded
This is now on our plan for one of the next releases.
-
Import new plugins from site URL
If yoxos does not have the plugins we would like to import them in building the distro.
When we enter the site perhaps it can create a site profile with each classification within
15 votes -
Show artifacts of "other repositories" under separate root in component listing
Repositories tend to have different structures. For example Spring has Core / dm Server Tools, Core / Spring IDE, etc. Now these get between the Yoxos repository elements. It would be cleaner to show each repository as it's own.
13 votesplanned ·
AdminMatthias Kempka
(Admin, EclipseSource)
responded
Thanks for the feedback. Having a clearer structure for “other repositories” is already on our plan.
-
IvyDE
Apache IvyDE should be accessible via Yoxos Launcher,
12 votes -
adt 14 needed
Android SDK r14 needs ADT 14.0.0. Please update available ADT plugin.
10 votes -
Add the resource budle editor again (disappeared in Yoxos 5)
We use the RBE a lot and would love to have it back (but I'm aware that it's not exactly maintained any more - so maybe it has no support for helios anymore?)
10 votes -
create a non-exe based installed (winzip)
I work in a corporate environment where our information security policies do not allow us to download and execute .exe files from the. We can, however download and unzip tools. While I could previously use Yoxos OnDemand (since it had a web-based UI), Yoxos 5 is not available to me.
Thank you.
9 votesunder review ·
AdminMatthias Kempka
(Admin, EclipseSource)
responded
Thanks for your feedback. We already talked about this feature and think it may be useful, but it is not on our top priority list, so it may take a while before we attack this.
-
Add support for not listed Plugins
I have several great Plugins which are not listed. How can I install them? The option "Install Software" is not there anymore.
9 votes -
Allow different profiles to be compared
I typically create several alternate profiles - often based on some earlier profile, either to evaluate diferent components or to accomplish a particular task. It would be great to be able to compare and merge the components (in exactly the way that the standard Java source code structure revision/comparison works at the moment, I guess!).
7 votesunder review ·
AdminMatthias Kempka
(Admin, EclipseSource)
responded
Thanks for your feedback. This is an interesting suggestion, but it will take a while until we put it on our plan. In the meantime, since our profiles are saved in plain text, you may use a workaround: Copy the (local) .yoxos files into a workspace, select any 2 of them, then right-click > compare with > each other.
There you have your standard compare dialog.
You may have to change the default editor for .yoxos files in your IDE. -
Bundle components into parent packages as in Eclipse Market
Many extensions consist of multiple packages, of which some are required and some optional. Currently Yoxos Market lists all the related packages individually. It would be easier to manage these extensions, if they were combined into bundles in the listing.
Eclipse marketplace has this. Spring IDE, for example, is marked as one bundle. Another example is Maven extensions (m2eclipse) which appears as two bundles (core one + extras), with both repositories containing multiple packages.
6 votesplanned ·
AdminMatthias Kempka
(Admin, EclipseSource)
responded
We put this on our development plan.
-
not all plugins from yoxos marketplace available in yoxos
how come that I cannot install
http://market.eclipsesource.com/yoxos/node/com.aptana.ide.feature.feature.group
via yoxos 5.16 votes -
workspace provisioning update information not detailed
When an update of the workspace is availalble, it is displayed whether it is a check style change or some Eclipse preferences.
But you do not know what preferences have changed. I wish there where more details on the changes because it is frightening to update preferences and lose our actual set of preferences.
For Check style I do no feel the need fo for details but for preferences that would really be helpful.5 votesplanned ·
AdminMatthias Kempka
(Admin, EclipseSource)
responded
Thanks for that feedback. I put it on the plan.
-
Support JDT Weaving to be enabled
In the current beta I tried to install Scala with the Yoxos Launcher. But my problem was that the JDT Weaving never could be enabled. Every time I restart the Workbench to enable it, it is still disabled.
5 votesplanned ·AdminJordi Böhme López (Admin, EclipseSource) responded
This is planned for the Yoxos Launcher 5.4.1 release.
-
Rename "places" to "update sites"
If "places" are essentially update sites, why do you try to confuse me by calling them something different?
5 votes -
Yoxos 5.4 GTK 32 bit doesn't work on Ubuntu 11.10 CODENAME oneiric.
Yoxos 5.4 GTK 32 bit doesn't work on Ubuntu 11.10 CODENAME oneiric.
See also https://bugs.launchpad.net/ubuntu/+source/xulrunner-1.9.2/+bug/878576
4 votes -
4 votes
-
jrebel support?
Will you add jrebel support in the marketplace? How do I install any such libraries that are not available through the yoxos server otherwise?
3 votesplanned ·
AdminMatthias Kempka
(Admin, EclipseSource)
responded
We put this on our repository plan. You will be able to install features that are not in the distribution once the Places feature is published.
-
JAVA_HOME
I'd like to start eclipse with
-vm
%JAVA_HOME%/bin/javaw.exe
Since we need JDK instead of JRE for maven. Unfortunately %JAVA_HOME% is not expanded and the vm is not found3 votes -
hide the editor area in the Yoxos perspective
If you have editors opened in the running Eclipse, they will also be shown in the Yoxos perspective. Please hide the editor area using layout.setEditorAreaVisible(false); (or declare the same in the XML).
3 votes