0
votes
0answers
12 views

Text search in Eclipse CDT won't show results from include paths

I am trying to find certain text(bug number -- it resides in comments) in my Eclipse CDT project. The results will not show anything from the header files in include paths although some header files ...
0
votes
2answers
70 views

ERROR - ANDROID SDK path is not set

I am trying to use an Android app in the new BB10 and I have to create the BAR file from the APK. I am having an issue when trying to run apk2bar from eclipse. It always says: [ERROR] Android SDK ...
0
votes
1answer
12 views

Eclipse4 RCP Standalone Product : Class Not Found Expection

I have created two plug-in projects. The first declares my views, I'll call this my component project. The second declares my product, application and perspectives, incorporating various views from my ...
0
votes
2answers
53 views

IJavaProject without Eclipse Environment in JDT

I have an exported Eclipse Java Project in my server and I want to be able to compile the project and use ASTParser with JDT. I'm able to compile the project using BatchCompiler, however it runs on ...
0
votes
1answer
16 views

installed findbugs plugin on eclipse but can not see and use it,why?

I installed the findbugs plugin on my "Eclipse Java EE IDE for Web Developers",then eclipse auto restarted. But I can not see the findbugs except in the "About Eclipse - Installation Derails"
4
votes
1answer
45 views

Gradle compileJava task warning: [options] bootstrap class path not set in conjunction with -source 1.6

Below is the content of the build.gradle file: apply plugin: 'java' archivesBaseName = 'foo-bar' version = '1.0' sourceCompatibility = JavaVersion.VERSION_1_6 targetCompatibility = ...
-3
votes
0answers
28 views

Implementing Eclipse Plugin functionality directly in Java class - not in Eclipse [closed]

Eclipse provides an extension point org.eclipse.compare.contentMergeViewers that allows the Java Source Compare feature to be modified. I would like to implement my own Java Source Compare, but ...
0
votes
0answers
35 views
+250

Dependencies for jdt.compiler cannot be found

The issue is that it seems impossible to run ASTView from source; I get a NullPointerException, something to do with singletons I think. The solution - or so I thought - was to start a new plugin ...
0
votes
1answer
26 views

How do Eclipse plugins work?

Specifically, I would like to know exactly what happens when Eclipse loads a plugin. To explain what I'm looking for: I am currently trying to decipher a plugin that reformats Java code to make ...
3
votes
3answers
52 views

How to visualize java code using UML notations inside Eclipse?

Is it possible to visualize the Java codes using UML notations inside Eclipse? Is there any pluggin available for Java?
0
votes
1answer
7 views

get IEditorInput in xtext JavaValidator

I need to do some validation on my grammar based on the association of the file with a specific object I called MyResource. The command for opening the xtext editor is handled when user is right ...
1
vote
0answers
22 views

Eclipse: How to commit file to SVN repository on each save using Remote System Explorer

I work in Eclipse on PHP project with Remote System Explorer plugin. RSE upload my file on each save to the server. Can I also commit that file on each save automatically using Subversive to the SVN ...
0
votes
1answer
25 views

Eclipse error ssh error : Can't connect to SOCKS proxy:Connection refused — Solved

When I try to connect to some ssh server using Eclipse (which used to work smoothly before), it gives me this error: Failed to connect sshd on "x.x.x.x": ProxySOCKS5: com.jcraft.jsch.JSchException: ...
0
votes
1answer
8 views

Eclipse with TFS plugin - looping login

few days ago (without installing anything new as far as I know) my Eclipse environment started looping authentiacation action when loging to Team Foundation Services. Everytime I want to explore, ...
0
votes
1answer
21 views

Eclipse 4.2(juno) did not call saveState method of ViewPart when workspace is closing

I have a eclipse-plugin that have two perspectives. There is a view which extends ViewPart in one of the two perspectives. In this view, I overrided saveState method of ViewPart to save my data. ...
1
vote
2answers
35 views

Cannot make header be indexed

I have a C project in eclipse (TI code composer dist) and have recently started using egit to commit and push to github. I recently accidentally right-clicked on a header file and selected ignore ...
0
votes
0answers
35 views

Drop down menus in Eclipse plugin

Here is a screenshot of my plugin menu [Sara's menu], I have 3 menu items Do it all, Compile and Run and I want to make another menu item called 'Programming language' that has 2 another sub menus, ...
0
votes
0answers
13 views

Where can I find the memory monitor that is included with the ADT Eclipse bundle?

If you download the ADT (Android Development Tools) Eclipse bundle there is a little yellow progress bar that is displayed in the lower right portion of the Eclipse window. I really liked this feature ...
1
vote
1answer
18 views

Eclipse workspace issue with CCRC plugin error

Update: At this time it looks like there is no resolution for this except a CCRC plugin upgrade. For now marking VonC's answer as correct. Will update the post if I find a better solution. I created ...
0
votes
0answers
15 views

I want to create my own implementation of JavaMergeViewer

JavaMergeViewer is a class used in Java Source Compare to present the two bodies of Java code and provide illustrations of the differences. I want to create my own implementation of JavaMergeViewer ...
13
votes
3answers
963 views

Eclipse giving error, missing R.java file after recent update

I have updated my SDK and ADT to the latest version, I have also update the Eclipse to Kepler the latest one after Juno. My ADT version is 22.0. After this update when I create a new project, I'm ...
0
votes
1answer
32 views

Installing SVN in Eclipse

I have been using SVN with Eclipse for a long time now, and i've never had any trouble with installation or while using it at all. However, i now have a new Windows 8, 64-bit machine. I've tried to ...
0
votes
3answers
49 views

Good tutorial for Eclipse plugin development

I am new to Eclipse plugin and would like more detailed tutorial on this subject. I've searched the forum but couldn't come up with anything I can follow. My objective is to write a builder plugin ...
1
vote
1answer
34 views

android sdk corrupted after again intalling the New Software in Eclipse

I have a trouble. My Eclipse and Android sdk was running fine and developing apps. I actually installed the "New Software" again without any reason i.e. Eclipse -> Install New Software -> (Android SDK ...
7
votes
3answers
842 views

Android ADT version 22, R.java files not generated

After upgrading to Android ADT version 22 and cleaning my project, the R.java files went missing. I can't use setViewContent(R.layout.activity_main) because the activity cannot reference to the xml ...
0
votes
0answers
26 views

How to handle dirty flag when same file is opened in multiple instances of eclipse plugin editor

i want to implement the below functionality like manifest editor. In Manifest editor, Steps: Open multiple instances of one manifest.mf file under single Eclipse IDE window.(All the editor should be ...
1
vote
0answers
18 views

In eclipse how to tell which 'wizard' invoked the actual wizard class

I have the following configuration in my plugin.xml <extension point="org.eclipse.ui.newWizards"> <category name="Oozie" id="com.myapp.wizards"> ...
0
votes
1answer
45 views

Issues installing Spring STS in Eclipse Juno

I'm on Windows 7 professional 64b and have just downloaded and installed Eclipse Juno 64b: Eclipse Java EE IDE for Web Developers. Version: Juno Service Release 2 Build id: 20130225-0426 I go to ...
0
votes
1answer
39 views

New Editor in Eclipse: Xtext vs. Plugin Development

I am trying to create a new editor plugin for Eclipse that I can distribute to others to help edit input files for a scientific computing program. Features I would like in the program include: ...
-1
votes
1answer
29 views

Eclipse stuck on refresh project

I am using eclipse for PHP development. Unfortunately, since yesterday the files are described as "Resource x does not exist". I tried to refresh the project, but it doesn't help, since the windows ...
0
votes
1answer
37 views

Changing some Eclipse preferences using java

I am working on a Eclipse plugin and I want to change some settings for the user in able to be able to use the plugin correctly I need to make some changes in the settings of Eclipse using the code ...
0
votes
2answers
53 views

Installing JPA pluggin for Eclipse juno

I'm new to eclipse, I want to install JPA plugging so I can benefit of the JPA wizard and import entity classes easily ... I tried to download it using eclipse install software menu using eclipse juno ...
0
votes
2answers
24 views

java.lang.NoClassDefFoundError: Fast way to add lots of classpath variables at once

I'm getting tons of errors when I try to run a baby SWT/JFace application. EEach error disappears - and is replaced by a new one - as soon as I go into the BuildPath and add a Variable to satisfy what ...
0
votes
2answers
39 views

In Eclipse, what plugin/class provides the style formatting on Java code?

As you type Java code in Eclipse, the Viewer colors, emboldens, italicizes, fades, and provides styles to the Java code as you type it, as seen in the picture: What is actually implementing these ...
0
votes
0answers
8 views

Install Eclipse Mylyn Context Connector without Eclipse CVS client?

I'm running a low end laptop when I'm on the road. I'm trying to keep my Eclipse as lean as possible. I need SVN and don't use CVS at all. Is it possible to install Mylyn Context Connector without ...
0
votes
0answers
21 views

Cleaning Android project while connected to TFS in Eclipse

I'm running Eclipse Juno v4.2.1 and just connected to my TFS using this tutorial. Everything is working fine, but when I need to clean my project, I have to "Check In" twice because the clean deletes ...
0
votes
1answer
16 views

Launching a JavaFx app from within an eclipse plugin

I'm trying to launch a JavaFX app from within a eclipse plugin. Right now I have a viewpart in my plugin. When something is clicked, I do this: Stage stage = new Stage(); StackPane root = new ...
0
votes
2answers
43 views

Restriction on J2SE inbuilt method

As per my company rule I can not use stop() of thread For that I want something like when I use stop(), eclipse should shows error/warning It is difficult to achieve by using checkstyle and PMD.
0
votes
0answers
26 views

Serial port of Arduino hangs with Eclipse

I have installed tm +rse and the RXTX plugin for terminal communication with Eclipse and Arduino. I used juno and indigo. I have installed the latset FTDI drivers. I am using OS X. Everytime I ...
0
votes
0answers
12 views

How can I access to org.eclipse.emf.ecore libraries?

Afetr hours of research I found the answer of my question here: Notifications and Adapters with Adapter and EContentAdapter But I don't know how to import the libraries such as "import ...
0
votes
1answer
37 views

Eclipse folding plugin for android XML files?

Sometimes, just like java code, it's hard to read xml files in android, so folding could help. Does anybody know of an eclipse plugin to fold xml tags ? Is there anything available even for general ...
0
votes
1answer
36 views

Automatically adding commit comments in SVN directly from code in Eclipse

So I'm not sure if this is possible but I'm hoping it is. Basically, we just moved to SVN from Sourcesafe (I know a lot of you almost threw up in your mouth just now ;)) and I'm setting up eclipse to ...
0
votes
0answers
5 views

Corrupted eclipse toolbars

After installing MercurialEclipse to my standard android environment (Eclipse + ADT plugin) I noticed that my toolbars in idea are corrupted like on the attached screen (gaps). Also I observe that ...
0
votes
0answers
24 views

Custom FieldEditorPreferencePage

I have 3 Preference Pages which extends FieldEditorPreferencePage which has validation on PerformOK().When I got any error in one preference page,I click on cancel button and again open another ...
1
vote
1answer
33 views

Display a SWT Browser programmatically from plugin

I am trying to open the internal browser of Eclipse (org.eclipse.swt.browser.Browser) by calling it from an Eclipse plugin's code. So far, I could actually instantiate one and I can "open" a URL (I ...
1
vote
1answer
16 views

Eclipse Juno org.eclipse.ui.ide.ResourceUtil

I'm porting a plugin to Eclipse 4.2 (Juno), but I'm having trouble finding an alternative to org.eclipse.ui.ide.ResourceUtil. It was removed from org.eclipse.ui.ide. The respective method I need is ...
0
votes
1answer
22 views

Update remote File using Eclipse's RSE Plugin

I've installed the Remote System Explorer Plugin for Eclipse and set up a SSH connection to our development server using public key authentication and a custom Port (not sure if any of these ...
0
votes
1answer
24 views

Is it possible to save the workspace between different (Plugin) runs?

I want to manually test some features of a plugin I'm developing. To do so, it'd be nice to be able to create some projects in the test Eclipse instance and have them stay throughout all my testing ...
0
votes
1answer
16 views

Match recursively all the Widgets of a Shell with SWTBot

I was wondering if there's any way to get all the widgets in a given Shell, including widgets that are grandchildren of Shell. What's the easiest way to accomplish this?
0
votes
0answers
23 views

How the error highlighting on Ruby in Eclipse work

I managed to integrate Ruby + Eclipse using the DLTK. Actually it's JRuby - I installed the DLTK for Ruby and given the interpreter as Jruby. The problem is, if I change a particular method (say, add ...

1 2 3 4 5 64