Eclipse has a really awesome feature where you can click through a method via ctrl+click (or splat/command-click on OSX). For some reason this is broken for me (I can still access it via F3). I was wondering if anyone had run into a similar issue and might know of a fix?
...
I'm trying to evaluate a number of IDEs like Eclipse, intelliJ, Aptana, etc. to see which one suits my needs. My question is should I expect any problems from installing several IDEs on the same computer? I know that some IDEs are based on others (Aptana is eclipse-based) but intelliJ isn't), so would there be any problem installing both...
I need to remove the name/shortcut of the view which I have created from the Window->Show View menu.
Because I display this view in a separate menu.
Is there any way to hide/remove its entry from Window->Show View menu.
Thanks in advance
...
using subclipse, how do i commit my older unchanged file over someone else's bodged-up newer version of the file?
i seem to remember there being an 'override and commit' option in older versions, or maybe that was another version control product...
cheers.
...
How can I configure my Eclipse installation to use classes from Apache Commons IO?
I want to use this code:
IOUtil.write(encoded, new FileOutputStream(new File("target-file.txt")))
But it gives the error:
IOUtil cannot be resolved
...
My new work laptop has my native (Polish) locale set. However, I'm simply not able to use eclipse in any language other than English. I'm so used to English names I don't understand the translations.
How do I force Eclipse to start with other language than the OS uses?
...
i am trying opening adobe coldfusionbuilder coldfusion , and it is throwing error
"open project has encountered a problem"
Problems occurred opening the selected resources.The project description file
(.project) for 'dev - work' is missing. This file contains important information
about the project. The project will not function p...
Hello, I used the IHyperlinkListener class to implment links on a composite. The linkActivated() was called correctly when I did a mouse click on the Windows OS.
However, when I did a mouse click on SLED11, linkActivated() is not called during the first time. I saw the composite got redrawn and re-positioned. The initial mouse down c...
I am working on a solution that aims at solving problems that newbie programmers experience when they are "modifying code" while bug fixing / doing change requests, on code in production. Eclipse, as we all know is a great IDE. Features such as Code Completion, Open Declaration, Type Hierarchy, Package Explorer, Navigator, Finding Refere...
Hey folks,
I'd like to comfort the user by automatically jump to the next cell in a tableviewer, when a previous editing is completed. The user needs to modify start- endtimes in a list of entries. I was wondering how am I supposed to manually (programatically) trigger the CellEditor for a specific cell. I haven't seen that before in Ec...
Is there a QuickText like (Tab Trigger) plugin for Eclipse?
...
I want to configure my Eclipse environment to use the JDK instead of the standard JRE. I'm doing this because I use m2eclipse, which requires tools.jar from the JDK to run.
I'm running Eclipse 3.5.1 on Windows 7 32-bit with JDK 1.6.0_16.
On my system, I have the JDK installed to "C:\Program Files\Java\jdk" (symlink to the latest instal...
Background
I'm a developer of the Vrapper project.
Vrapper contains of 2 major parts
Vim-emulation library (vrapper.core)
Eclipse part that makes a good use of it
We want vrapper.core to be Eclipse-unaware, so it's reusable
outside of the Eclipse. Currently, we can "vrap" all sorts of Eclipse
text editors and our little mock text e...
I just got this MSI wind netbook and tried to run eclipse on it. I installed JDK6 on the netbook already. Whenever I open eclipse there is nothing show up on the screen except a "warning sound" that alerts. What is the problem here?
ps.I just started learning java.
...
Hi,
I had Eclipse 3.4 working nicely with the R Console over rJava. I want to get Sweave working in Eclipse, but need Eclipse 3.5 / statet 0.8 to do it.
When I try to start the rJava Console the JVM starts, but no feedback comes back to the console in Eclipse.
JVM process below - any help gratefully received.
Thanks, Dave
dave 2...
What do you call the bar across the top of eclipse IDE with the run and debug buttons on it?
how can I get rid of it and recover just that much more screen space?
...
According to the Red5 plugin for eclipse,
You must use the JEE distribution of Eclipse. The standard Java distribution will not work.
But what part exacty of the JEE distribution is needed. This way I can bring my current distribution of Eclipse to the level needed for Red5 without having to install an entirely new distribution ju...
I'm not sure if I'm missing something. If Aptana is entirely based on Eclipse, why would anyone choose it, when they can get the original Eclipse (especially that the Eclipse development is not lagging in anyway)? I understand why/benefits Aptana started their project, but why would I use theirs instead of Eclipse? I don't know much abou...
I guess this is a Eclipse question.
I have a mercurial repository with a source folder (src/main/java/) and some source code. The repository also contains a build.xml. After cloning the project into Eclipse using the Mercurial plugin I'm unable to configure a launch configuration for my project. Eclipse is unable to identify the newly c...
When a text conflict occurs in Bazaar (and many other dvcs) a .BASE, .THIS and .OTHER file is produced. Its then up to the user to make use of an 3 way merge tool to merge the conflict and then mark it as resolved.
I would like to get hold of all the registered merge viewers in eclipse and give the user an option to merge the conflict w...