eclipse

Eclipse Ganymede not validating tag files properly

When editing foo.tag with a line like: <h1>Header</h1> it says on the <h1>: "Unknown tag (h1)" it says on the </h1>: "Error" This only happens in tag files, not JSPs. Ayudame? ...

How can I disable network activity on Aptana (Eclipse IDE) until I save it to speed it up?

I'm working on a mapped network drive with Aptana. Some activity is making it very slow. Keystrokes may takes seconds to appear. I don't know what activity is causing the problem (background synchronization, backup tmp files, whatever ...), but I need to speed it up. Any ideas? Note: This question may apply to any Eclipse variant, but...

How to Fix "Mark Occurrences" in Eclipse?

Eclipse is a great editor, and among it's many wonderful features one of my favorites is the Mark Occurrences feature. However, I recently installed the Aptana plug-in, and in trying to configure it I somehow managed to break Mark Occurrences in my Eclipse installation. The feature still works somewhat, but instead of highlighting all ...

“Right Click” keyboard short cut for Eclipse?

I am switching back and forth between eclipse and intellij and am really missing the ability to "right click" using the keyboard when I am in eclipse. I am running OSX Leopard. Does anyone know if this can be setup in the keys preferences, or is there a plugin that handles simulating a context menu at the current focused component? ...

Create hash from string and int

I remember eclipse and idea have this template to automatically create an object's hashCode based on its attributes. One of the strategies if a number and a string is used is something like this. return stringValue.hashCode() + intValue * 32; Ooor something like that. I don't have nor eclipse or idea at hand and I would like to cr...

eclipse: Automatic branch compilation checking

I have a task to check compilation of code from one of our branches, lets call it "stable". Our team mainly working in "HEAD" branch and sometimes making some merges to "stable" branch. I've made a local copy of our main workspace and named it "main-workspace-stable" and replaced all of the code by code from "stable" branch. Now at the e...

How to change Eclipse run script in QNX6?

Related to another question, we want to change the eclipse run command. I found that eclipse can run executing the script: /usr/qnx630/host/qnx6/x86/usr/bin/qde.sh But the startup configuration is not written there. The only thing the script does is executing the file: /usr/qnx630/host/qnx6/x86/usr/qde/eclipse/eclipse This file is ...

Buckminster Resolve / RMAP - Strange URI Error?

Hello! I am trying to set up a headless build using buckminster. Before i do it headless i wanted to make sure that my rmap and the query are correct, so i tried the map in the IDE. My RMAP should be correct, however, i get a strange error when i try to resolve my rmap, telling me the uri is wrong. But the Uri it names (DMM runtime) is...

Checkstyle Error in Eclipse - Could not instantiate Tab character

Got this error today while trying to build a project with checkstyle. This works for other people in my office but I would rather not reinstall Eclipse yet again. Any idea what this error actually means? Errors occurred during the build. Errors running builder 'Checkstyle Builder' on project 'myproject'. cannot initialize module Tree...

How do I change the background color of a conditional macro in eclipse?

How do I change the background color of a conditional macro in eclipse? I am using the C/C++ version of eclipse so I would assume it would be associated with a mysterious preprocessor background color setting. Thanks, Chenz ...

Is there a Joomla Plugin for Aptana IDE ?

I use Aptana for 2 or 3 months now and i'm very happy with it. But since i need to work with Joomla! and to write some modules, compenents, etc... I'd have like to know if there is a joomla plugin for Aptana ? I would just like to have autocompletion, autosuggest, links to methods and class of the Joomla API Any ideas ? Thanks ...

Can Eclipse refresh resources automatically?

One of the things that really irks me about Eclipse is the way it deals with out-of-sync resources (files that have been edited outside of the IDE). In most IDEs I've used, only resources with editors open are considered out-of-sync. In Eclipse, all resources can go out of sync. This means that whenever I perform a search, I get an ob...

Setting SVN username (Author Name in Eclipse) when using svn+ssh

When I commit changes in Eclipse, svn records my author name as the one that I entered the first time I committed changes in Eclipse (Alok). By author name, I mean the name that shows up when you run "svn log" or "svn blame". However, when I commit changes from the command line, the Author Name is set to the username that I use to ssh t...

Nutch plugin development

The nutch wiki has instructions on how to build nutch plugins, but only if you download the entire nutch source tree and put it in there, below $NUTCH_HOME/src/plugin. I don't want my source code mixed in their subversion tree, I want it in my src/com/xcski git repository. And I shouldn't have to download the source code for nutch just...

Eclipse keeps changing the Targeted Runtimes

We're using Eclipse 3.4.1 with SpringSource dm Server 1.0. There are two Targeted Runtimes defined (Project / Properties / Targeted Runtimes). The one we setup is called SpringSource dm Server (Runtime) v1.0 There is one pre-defined called SpringSource v1.0 We find that, even though we select SpringSource dm Server (Runtime) v1.0, ...

Eclipse "go to definition" problem

I'm using PyDev for eclipse and am experiencing some issues with "go to definition". It works for most modules, but for some site packages it does not. It does the "bump" sound and then nothing happens. One of the packages that doesn't work is Twisted, which is weird since the source is included and right there. Any idea how to fix this?...

How to find list of installed Eclipse features from external program?

I am preparing windows installer for my Eclipse plugin. I want install it into target eclipse product using P2 director. I am targetting only Eclipse 3.5 for now. Installer should check that prerequisite features/plugins are already installed. I am not sure how to do this check. (Other reason for this check is to choose what other featu...

How to let Eclipse accept the canvas tag?

I installed the Aptana plugin in my Eclipse, and I use canvas tag in my html file. I find that the Eclipse can't recognize the canvas tag, it highlight my canvas tags, and display follow msg: < canvas > is not recognized How can I fix this problem? thx in advance. ...

Build specific BlackBerry project in Eclipse workspace.

I have a workspace in Eclipse containing two BlackBerry projects. I started the workspace with the first project and later added the second project. Now I wanted to build and run the second project, but Eclipse keeps starting the first project in the BlackBerry simulator. When I close the first project and try to run the second one again...

Why is the Eclipse IDE getting slower?

I have downloaded the latest Eclipse IDE, Galileo, and tested it to see if it good for developing web applications in Java. I have also tried the Ganymede version of Eclipse and find that is it also good. My Problem is that sometimes it hangs and stops responding while I am developing. Sometimes when I open a file, Eclipse hangs and doe...