We develop our projects in Rational Software Architect (based on Eclipse 3.2) using SQLJ. Now every once in a while we notice that RSA marks an error on the SQLJ file, where in fact everything's fine.
I.e. Only when I touch the file and let the IDE refresh it, it notices that the last generated sources are out of sync. It triggers the ...
If I have a Java source file open in Eclipse I want to be able to click on a resource bundle key to open the resource bundle at the associated line for editing. For example if I had a bundle Bundle_en.properties:
key1=Value One
key2=Value Two
And a source file:
ResourceBundle bundle = ResourceBundle.getBundle("Bundle", Locale.ENGLISH...
I've just started to play around with Eclipse GMF.
Has anyone used the framework?
Any good or bad experiences you made using it?
Any alternatives for graphical modeling you could suggest?
EDIT: What good examples are available?
...
We run batch files on our OpenVMS Alpha and Integrity servers. Up until now they have been written in COBOL. As you can imagine there are many reasons why will not be able to maintain that process.
At the same time we have a team of developers that use Eclipse and know Java very well. Is there away to use Eclipse with OpenVMS?
...
Question about Eclipse RCP and whole perspective/view/editor design - what is the best way to create application which will display multiple windows on multiple monitors? Tutorials and book I've seen always pack RCP/SWT design into views inside perspective within single application window.
Should one window rule all others or they all s...
I have a Java Maven project with about 800 source files (some generated by javacc/JTB) which is taking a good 25 minutes to compile with javac.
When I changed my pom.xml over to use the Eclipse compiler, it takes about 30 seconds to compile.
Any suggestions as to why javac (1.5) is running so slowly? (I don't want to switch over to the...
Hello is there a way to use svn command line from eclipse?
Within eclipse in my project browser i can righclick and then click team and than i have something like svn. Not sure which plugin it is. But it doesn't have button's to for example ignore files for uploading. That's why I want to to it command line. And my question is how to do...
My Eclipse 3.4.2 does not compile Java 1.6 on Mac OS 10.5.6, does anyone here got it working? Seems that no matter which JRE I choose, it keeps compiling using 1.5.
...
for example I have an ArrayList with 2 elements, but Eclipse Java debugger shows me 10 elements where 3-10 are just nulls. How to disable this "feature"?
details on image
P.S.: Mac OS 10.5.6, Java6, Eclipse 3.4.2
...
I know we can monitor heap size manually by ,
"Show heap status" under Window -> Preferences -> General
So is there anyway to say automatically grab the highest memory used in my eclipse plug-in?
This would be convenient to me because my plug-in could run for a long time and monitoring manually is not feasible.
Thanks
...
Does anyone know of an easy way to switch Eclipse into a reverse display without having to manually change all the color settings, similar to Emacs --reverse-video?
Thanks!
-Max
Addendum: I encountered a few more interesting articles around this topic. Nothing for Eclipse though.
Slashdot: Best Color Scheme For Coding, Easiest On the...
I'm a little confused on the approach to extensions/services in the Eclipse architecture.
There are two options available to a developer:
The use of Eclipse plugin extensions - http://www.eclipse.org/articles/Article-Plug-in-architecture/plugin_architecture.html
The use of declarative services - http://www.eclipse.org/equinox/bundles/
...
Hi,
This is just theme for discussion, nothing important.
Could someone tell me why is the Install/Update functionality placed in Help menu in Eclipse? I don't find this very user friendly and intuitive and it seems a little ilogical for me.
Is it because it should be there for some reason, or because users are used to it, or because ...
Hi there,
is there a way to search in javadoc comments only (via eclipse)?
I just want to find text within a javadoc comment...
Greets, Tobias
...
When working in an actual development environment with other people, is Emacs still a valid IDE? I work with Eclipse with my co-workers, but I'm curious if there are any benefits whatsoever of using Emacs over Eclipse.
...
What is needed?
We are writing an extension to eclipse's JavaEditor. We need a way to add a line before and after the line the cursor is in.
The cursor on the new line should be on the correct position (correctly indeted).
Sample (# is the cursor):
before (I):
public class Test {
public static void main#(String[] args) {
...
Lately I've been getting these 2 strange error messages in Eclipse. These happen the first time i press . , such as in MyClass.myMethod(), pressing the . causes these messages to popup. They show up only the first time after Eclipse is started and don't show up again until next restart.
First error:
Second error:
These might be re...
I would like to add button to toolbar or menu item to menu in Eclipse PDT to run external command line exe or bat file. How to do this in Windows?
...
Eclipse has the very nifty "Compare with Local History" feature which lets you compare all files in the workspace against previous revisions. This is very useful to recover older versions even when they are not in a source control system, and it works because Eclipse keeps snapshots of all files when you save them.
Eclipse (by default) ...
Hi All,
I am using the linux Flex builder with eclipse 3.3 on my ubuntu 8.04 machine for the very first time, and I need to modify a preexisting flex project. How do I import this project (its version controlled branch of the flex project) to my eclipse environment.
I have tried creating a new flex project in eclipse and linking...