MyEclipse Usability Suggestions
Here’s your chance to influence features going into the MyEclipse CI releases!
We’re focusing on making MyEclipse awesome with new emerging technologies, amongst other cool new features. We’d like your help to hear what YOU want to see. Vote for your favorites or add your own suggestion!
-
star team
How do I intergrate my star team account for MyEclipse 2018?
9 votes -
MyEclipse 2018 slowness
This version is extremely slow and killing the productivity. Each of below activity is lagging enough to frustrate the users.
- Java class editor due to reference information
- Any Run activity
- Server start activity
97 votes -
Crashes unexpectedly
Version: 2017 CI 8
Build id: 15.0.1-20170912Unexpected application crash on Mac
4 votes -
codelive与 ZeroTurnaround的xrebel发生了冲突
是否可以改进codelive使其可以显示数据库的query,这样我就可以不需要安装xrebel,并且可以很好的使用codelive了
1 vote -
Activation process is too slow
I have tried all 3 different way to activate, all very slow
86 votesActivation should typically take 10-20 seconds, never more than a minute. If appears to be taking longer than this, there’s probably something else wrong which would cause it to eventually fail.
The most common cause of activation failures is not having connectivity – see our proxy doc for notes on setting it up correctly: https://www.genuitec.com/forums/topic/configuring-the-network-proxy-settings/ If you still experience issues,
Due to the diverse nature of issues that could still result in failures or delays, do write to us at support@genuitec.com or open a thread here: http://myeclipseide.com/forums so we can investigate and resolve ASAP.
-
JavaScript Task
JavaScript Task not showing under Tasks or as a markers on the editor (TODO)
12 votes -
The 1st thing I do with a new eclipse workspace is set preference 'enable spell checking' to false.
By default, the eclipse spell checker red underlines words in your files that it doesn't recognise.
IMHO, the default should be false.
5 votes -
Don't try to network activate by default, always ask user.
My company firewalls prevent network activation, so every time, it's fail, retry, then select the web activate.
4 votes -
Always Restting Selection.
It's spend too long times.
2 votes -
Please add react support
react is amazing and in my opinion much more better than angular.Please add its support to myeclipse ide
5 votes -
Your Installed is missing ".exe" at the end
I am IT for my client and am troubleshooting via registering the product on my own laptop to see issue.
What I DID noticed was that the download install file was missing ".exe" at the end of the file. So the file could not execute without doing so. Both the WEB INSTALLER and the downloadable file suffered from this issue.
Please fix
6 votes -
Kind of slow if it improves very good.
This version has good features but very slow.
1 vote -
Spring tutorial issue
Not really an idea, but a problem with the Sprint tutorial. I downloaded the "Introduction to Spring - Knight" application. One of the first steps is to open the Knight.umr file. The problem is that there is a temporary file "Knight.umr~" included in the zipped download. When I try to open the Knight.umr file, it goes into an endless loop and I have to kill MyEclipse app. Deleting the temporary file (Knight.umr~) before opening the Knight.umr file solves the problem.
-- John Bender
jbender11@yahoo.com1 vote -
CodeMix requires libgconf-2.so.4 that is not installed on Ubuntu 18.4
Exit value: 127
Nor is the library bundled with CodeMix.Process output:
/codemix-engine: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory1 vote -
Imported Angular Project missing entry in Server tab
When you import something like the angular-material-course project into eclipse, you dont get an entry under Angular CLI servers!
BTW - isn't there a better place to post bugs ?
3 votes -
typescript editor should off Ctrl-Shift-o (import optimise)
When you are editing java, imports can be opimised simply by typing the Cmd-Shift-o comination (Mac) or Ctrl-shift-o.
I see that the typescript editor is aware when an import is missing, and even knows which one to suggest, so why the hell doesn't it just add the import automatically, or at least give us the optimise menu option.
1 vote -
Make it easy to use https for testing web apps
Testing Oauth2 apps (e.g. Google logins) requires that your redirect URLs use https.
I get round this by using nginx as a reverse proxy.
Would be nice if myEclipse provided a more elegant solution to this issue.
1 vote -
I have error whan exporting war
org.eclipse.core.commands.ExecutionException: Error exportingC:/Users/selcu_000/Documents/sticker.war
at org.eclipse.jst.j2ee.internal.archive.operations.ComponentExportOperation.execute(ComponentExportOperation.java:162)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl$1.run(DataModelPausibleOperationImpl.java:385)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2267)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:410)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:360)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.doExecute(DataModelPausibleOperationImpl.java:247)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.executeImpl(DataModelPausibleOperationImpl.java:219)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.cacheThreadAndContinue(DataModelPausibleOperationImpl.java:89)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.execute(DataModelPausibleOperationImpl.java:207)
at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard$1CatchThrowableRunnableWithProgress.run(DataModelWizard.java:220)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)Caused by: org.eclipse.jst.jee.archive.ArchiveSaveFailureException: java.io.FileNotFoundException: C:\Users\selcu_000\Documents\sticker.war (Sistem belirtilen dosyayı bulamıyor)
at org.eclipse.jst.j2ee.internal.archive.operations.ComponentExportOperation.export(ComponentExportOperation.java:214)
at org.eclipse.jst.j2ee.internal.archive.operations.ComponentExportOperation.execute(ComponentExportOperation.java:148)
... 11 moreCaused by: java.io.FileNotFoundException: C:\Users\selcu_000\Documents\sticker.war (Sistem belirtilen dosyayı bulamıyor)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at org.eclipse.jst.j2ee.internal.archive.operations.ComponentExportOperation.createOutputStream(ComponentExportOperation.java:237)
at org.eclipse.jst.j2ee.internal.archive.operations.ComponentExportOperation.export(ComponentExportOperation.java:202)
... 12 more8 votes -
I buy licence online, but can not active,why?
I buy licence online, but can not active,why?
1 vote -
2 votes
- Don't see your idea?