eclipse

Is it possible to use Eclipse Editor in my application

Hello, Is there a compact way to extract eclipse editor as a stand-alone component and add it to another application? thanks in advance for your answers. ...

UML Diagram Tool - Eclipse plug in?

Can anyone help me? I am currently using eclipse java ide, and would like a plug-in that will automatically look at my classes and draw up a class diagram in UML. any suggestions? ...

eclipse add unimplemented methods including javadoc

When implementing an interface in eclipse, it has a really nice feature that lets you "add unimplemented methods", and it will generate the method stubs for the interface methods. However, it does not bring along the method documentation from the interface methods, and I was wondering if there was a way to get eclipse to do that. Here...

adjusting eclipse console size

In eclipse how do you adjust the maximum lines in the console window? My program outputs 2000 lines of numbers and eclipse truncates it so therefore I am missing some numbers It says here: http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/preferences/run-debug/ref-console.htm that it's under run/debug ...

Eclipse Code Templates: insert clipboard?

I have begun using Eclipse code templates and am loving 'em! But for existing code they are a bit hard to use. This is easiest with an example. I have a pre-existing bit of code and I want to wrap it in a try-catch block. Currently I create the try-catch block from the template and then cut-paste the code I want inside the try block. W...

Ant build classpath jar generates "error in opening zip file"

Hey folks, I have a project built in eclipse with a dependencies on 3rd party jars. I'm trying to generate a suitable build file for ant - using eclipses built-in export->ant buildfile feature as a starting block. When I run the build target I get the following error: [javac] error: error reading /base/repo/FabTrace/lib/apache/geronim...

Search for all files in project containing the text 'querystring' in Eclipse

I work in Dreamweaver and Eclipse when developing. I think Dreamweaver has a really nice search where you can search for text within all files of your current project. This is handy when you want to remove a function that is called in a lot of files. You can just search within the current local project. You can choose whether to search...

Sonar and Eclipse IAM Plugin

When I am using the newest IAM Eclipse Plugin for Maven with the current Sonar version on a JDK 6 and I get an error while executing the sonar:sonar goal in clean install sonar:sonar The error in eclipse is 23:02:55 MESZ Starting Starting mojoExecution sonar-core:internal 23:03:44 MESZ fatal org.sonar.maven2.BatchMojo#execute() cause...

How to add listener to eclise internal browser - org.eclipse.ui.IWebBrowser to get event for 'page load' operation complete?

Hi All, I need to open an internal web browser from a custom eclipse wizard I have created - and so I am using IWebBrowser webBrowser = browser.createBrowser (IWorkbenchBrowserSupport.LOCATION_BAR | IWorkbenchBrowserSupport.AS_EDITOR | IWorkbenchBrowserSupport.NAVIGATION_BAR | IWorkbenchBrowserSupport.STATUS, null,"TestBrowser", "Tes...

how to configure xdebug.file_link_format for eclipse PDT?

I am using xdebug with eclipse (on OSX). I think I remember reading somewhere that it was possible to link the error output (or the Call Stack) to a text editor (like Textmate). I was wondering if its possible to do the same thing for Eclipse. EDIT: I found out that what I would like to use is the xdebug.file_link_format setting. For...

How to create an Intellij and Eclipse compatible code style and code formatting configuration (for java code)?

Few weeks ago I tried Intellij and I found it really awesome. Now, at my project there's two programmers (including me) using Intellij and few other programmers gonna still be using Eclipse. Since this project is already very large and it gonna be growing a lot, we need to use compatible Code Style and Code Formatting between Intellij an...

How can I add a default header to my source files automatically in Eclipse?

Hi. I'm trying to figure out how I can have a comment header automatically added to all new source files in my eclipse java project. I've looked around but I haven't found a simple solution to automate this process. I gave JAutodoc a try, and even though it does allow me to specify a header I still had to tell the plugin manually to inj...

Finding the Eclipse Version Number

I have posted how to find it in Eclipse Gallileo, but if anyone has information on older versions feel free to post it below. ...

my android app runs fine in the emulator, but when i publish it it's wrong

i have an app that has a few checkboxes in the settings and then compiles a remote sql based on the checkboxes selected. i ran it in the emulator and it's fine. but then i exported it and published it as an app, and the same checked boxes aren't being passed correctly. i wonder if it's a caching issue or something. tried deleting the apk...

Internal Builder: Cannot run program "g++": The system cannot find the file specified.

****** Internal Builder is used for build ****** g++ -ot1.o ..\t1.cpp Internal Builder: Cannot run program "g++": The system cannot find the file specified. Build error occurred, build is stopped I am new to eclipse, on windows XP, want to run c/c++ progms + linux build (cygwin is installed with needed packages) Above sa...

Eclipse + CVS use custom commit

Hi All, My admin has set up the "cvs commit" in a very non traditional way, instead of typing "cvs commit" I use the admin provided "scriptname modified file" to checkin the file to CVS. I am using Eclipse to my day to day work and till now I am using the Eclipse CVS Plugin to checkout the repo,update,compare,etc and use the command lin...

eclipse update through proxy with jre 6.0

When doing plug-in updates, I was able to get through my proxy with eclipse using jre 1.4.1. jre 6.0 gives me the error "Malformed reply from SOCKS server" any thoughts? ...

Why does first call to java.io.File.createTempFile(String,String,File) take 5 seconds on Citrix?

While debugging slow startup of an Eclipse RCP app on a Citrix server, I came to find out that java.io.createTempFile(String,String,File) is taking 5 seconds. It does this only on the first execution and only for certain user accounts. Specifically, I am noticing it Citrix anonymous user accounts. I have not tried many other types of ...

What happened to the "Enable Nested Modules" option in m2-eclipse?

I contribute to and implement some open source projects that use a Maven2 build system organized into several sub-modules. I've also been an Eclipse user for several years. With these projects, I have historically leveraged the maven-eclipse plugin so that Eclipse can correctly recognise library dependencies in my project. It used to ...

How can I give eclipse more memory than 512M?

I have following setup, but when I put 1024 and replace all 512 with 1024, then eclipse won't start at all. How can I have more than 512M memory for my eclipse JVM? -startup plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519 -product c...