eclipse-mars

How can I get rid of Eclipse Git “conflict” icons after all merges are resolved?

为君一笑 提交于 2020-01-04 01:28:49
问题 I get the Git conflict icon in Eclipse on lots of files, even though it seems that I resolved any possible conflicts. In Eclipse 4.5.2, in the Project view, I select a project root and do right-click -> Compare to branch origin/master . Next, we see the Team Synchronization view. Many files show a red conflict icon., but they should not. The Git staging view, which is supposed to show conflicts, is empty. I already tried Merge; Committing the merge (nothing remains to be committed). I tried

Compile maven projects with JDK 1.6 in Eclipse Mars

折月煮酒 提交于 2020-01-02 16:20:22
问题 I need older version of m2e because I need to use older maven version (I have to compile some projects with JDK 1.6). Here the exception when launch any build (with java 1.6) in Mars: Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at

Installed a plugin on eclipse (mars), now eclipse won't start. How can I uninstall the plugin?

馋奶兔 提交于 2019-12-24 00:59:53
问题 I installed a plugin for viewing json files, its the "json tool" by sweetlemonade. Anyway, after installing it I tried to view a json file (very large file) which I thought the plugin might be able to handle. Well, eclipse crashed when I did this. Now I can't get eclipse to start again. It fails when it gets to "loading org.sweetlemonade.eclipse.json" I've searched for other answers on here but the accepted answers include using "p2 director" to uninstall the plugin via command line. The only

Multiple “Open a Terminal” icons keep appearing in Eclipse toolbar

こ雲淡風輕ζ 提交于 2019-12-23 10:39:38
问题 Lately I noticed that every now and then a new "Open a Terminal" icon appears on my Eclipse toolbar. Right now it looks like this, almost taking all the width of the window: Did anyone encounter such a strange behavior ? FYI This is Eclipse Mars.1 (4.5.1) and I have a few plugins installed: SVN (with SVNKit and JavaHL), Serena Dimensions 12 interface, Activiti BPMN 2.0 Designer and Eclipse Color Theme Thank you. 回答1: I found out how to hide specific toolbars (I don't know why a right click on

Is there a way to change some “special” GUI colors in eclipse?

柔情痞子 提交于 2019-12-23 04:22:22
问题 I have on Linux/KDE a installed version of eclipse Mars.2. But there are strong problems with colors. So there is no different between a activated toolbar button and a inactive toolbar button. At example the "Link with editor" button of the "Project Explorer" view has exactly the same background color if the button is selected or not: Another thing is that I cannot see if a checkbox or radio button is selected or not. It seems that the foreground color for the check/radio box selections is

Backspace key is reverted in Eclipse Mars

℡╲_俬逩灬. 提交于 2019-12-22 05:21:52
问题 My backspace key in Eclipse Mars (4.5.0) works like the delete key: it deletes the right character instead of the left one. That's really confusing Maybe I accidentally used a shortcut key? I tried to restart Eclipse but it didn't work. I also tried to switch the key binding preferences to "Emacs" scheme before reverting to "Default" but that didn't work either. Any help appreciated, thank you! Edit: damn, I just found out that ctrl+x doesn't work any more either! 回答1: Got solved: Go to

Backspace key is reverted in Eclipse Mars

别说谁变了你拦得住时间么 提交于 2019-12-22 05:21:36
问题 My backspace key in Eclipse Mars (4.5.0) works like the delete key: it deletes the right character instead of the left one. That's really confusing Maybe I accidentally used a shortcut key? I tried to restart Eclipse but it didn't work. I also tried to switch the key binding preferences to "Emacs" scheme before reverting to "Default" but that didn't work either. Any help appreciated, thank you! Edit: damn, I just found out that ctrl+x doesn't work any more either! 回答1: Got solved: Go to

Eclipse Mars : The configured runtime is insufficient to provide an implementation for JAXB2.2

喜你入骨 提交于 2019-12-22 04:33:22
问题 Eclipse version : Mars. JDK 1.8. I want to create a JAXB project. In the JAXB Facet page, there is the following error: The configured runtime is insufficient to provide an implementation for JAXB2.2 Could you give me some suggestions on how I can fix it? 回答1: I faced the same problem. Below fix worked for me. 1) Select File->New ->Project 2) Choose JAXB Project from JAXB and click Next 3) Give Project Name and click Next 4) On the next window, just Click Next 5) On the next window (titled

Eclipse Mars blurs

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-20 01:39:53
问题 After working with Eclipse Luna for a few years I decided to migrate to Mars. I noticed that when I move to the right with the h-scroll it becomes blurred. I am working with Ubuntu 14.04 in a laptop Compaq 6710b. Can someone help me with this problem? 回答1: This might be due to the change from GTK 2 in Luna to GTK 3 in Mars Try putting the lines: --launcher.GTK_version 2 in your 'eclipse.ini' file (must be before any '-vmargs' line) and the words must be on separate lines. A bit more detail in

Eclipse v4.5 without delta-pack: How to perform a multiplatform headless PDE build?

我怕爱的太早我们不能终老 提交于 2019-12-19 02:56:07
问题 Now that eclipse 4.5 is out and the eclipse team decided to not build the so-called "delta-pack" anymore, I don'tknow how to perform a PDE headless build with ant.. Official PDE build documentation here http://help.eclipse.org/mars/index.jsp?nav=%2F4_2_0 states that variable "baseLocation" should point to "the location of an eclipse install containing all the pre-built features and plug-ins that your product requires in features/ and plugins/ subdirectories" With v4.4, it was easy, this