Eclipse is an OSGi extensible platform for tool integration. The extensions to Eclipse are Java plug-ins.
3
votes
3answers
40 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
0answers
9 views
eclipse workspace build error with sencha touch plugin
Since some time I am struggling with a build error. And therefore my eclipse plugin from sencha touch isn't really working well.
I'm running the up-to-date Eclipse Juno on a MacOSX and I'm using the ...
0
votes
1answer
7 views
Xtext - how to extend XtextDocument class
I need to extend XtextDocument class so i can add some properties to my dsl document.
how can it be done?
I tried to add bind to Ui Module but there is no bind for XtextDocument.
thanks in advance
0
votes
1answer
7 views
Eclipse Indigo - Unable to Install PHP Plugin
I'm getting the error message Error occurred while collecting items to be installed while installing a PHP plugin in Eclipse Indigo. Can anyone provide me the exact link to install the PHP plugin in ...
0
votes
0answers
8 views
Junit Test Case Builder (JUB) plug-in in Eclipse for Junit testcases automation
I am using JUB (JUnit TestCase Builder) plugin in Eclipse. I have downloaded JUB plugin and installed according to the instructions given in the following website,
http://jub.sourceforge.net/
While ...
0
votes
1answer
5 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
19 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 ...
1
vote
2answers
20 views
Why does Eclipse load all plugins in a workspace?
I'm using Eclipse 3.6 for developing Eclipse plug-in. In the same workspace, I have 2 Plug-in projects: projA and projB. No mater which project was run, both two projects will be loaded in the new ...
0
votes
1answer
12 views
Eclipse error ssh error : com.jcraft.jsch.JSchException: Can't connect to SOCKS proxy:Connection refused
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
6 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
19 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.
...
0
votes
1answer
13 views
Plantuml stopped working with new version of Java 1.7.0.21
PlantUML used to work properly on my machine but ever since I upgraded Java version to 1.7.0.21, it has stopped generating UML diagrams.
This is the error message I get on Eclipse SDK 4.2.1. when I ...
1
vote
2answers
32 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
1answer
5 views
How to add “Drag to install!”/Install Icon in eclipse market place?
I have 2 eclipse plugins on marketplace:
http://marketplace.eclipse.org/content/pextools
http://marketplace.eclipse.org/node/508788
However I am not able to add the "Install" icon, to my project ...
0
votes
1answer
17 views
Maven archetype for Eclipse RCP
Is there maven archetype (template) for Eclipse RCP / plugin ?
That is, I want something like mvn eclipse-rcp create (run from comand line) to get Eclipse RCP project.
See also ...
1
vote
0answers
11 views
jface dialog to show svn repositories
From my eclipse plugin, i have a dialog where user can select classes. To achieve this I am using the below code.
JavaUI.createTypeDialog(new Shell(), null, SearchEngine.createWorkspaceScope(), ...
0
votes
0answers
28 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
12 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 ...
4
votes
4answers
158 views
Eclipse ADT will be deprecated
Searching the web and the Android Team announcement I couldn't find The answer. Will Eclipse ADT be deprecated when Android studio reach its first stable version?
The funniest thing is that they also ...
1
vote
1answer
12 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.
...
0
votes
0answers
6 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 ...
5
votes
3answers
531 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
0answers
21 views
BIRT NoClassDefFoundError
I have been searching the web for a while now and no solutions found have been working out for me. So, I turn to you.
I get a java.lang.NoClassDefFoundError when I try to integrate the API of BIRT ...
0
votes
1answer
230 views
Fixing Eclipse after ADT breaks
SDK Manager told me I had updates and updated me from version 21 to 22, then said I should check for updates. I'm running bundled eclipse/ADT from about last month, Juno version 4.2.1
In Eclipse when ...
0
votes
1answer
26 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
0answers
16 views
JasperReports Eclipse plugin failing: ClassCastException
I've installed the JasperReports Eclipse plugin and when trying to preview my jrxml, the preview screen spits out the following error:
java.lang.ClassCastException: org.slf4j.helpers.NOPMDCAdapter ...
0
votes
2answers
39 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
30 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 ...
1
vote
2answers
15 views
Eclipse not allowing to modify files without checkout in ClearCase
I am using ClearCase plugin for Eclipse.
Whenever I am trying to modify any files in eclipse, it is asking me to checkout the file and then modify.
I want to modify the file offline and then ...
7
votes
2answers
560 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
21 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
17 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">
...
2
votes
0answers
20 views
Can't open Javafx window until I open Javafx viewpart
I am using e(fx)clipse in an eclipse plugin. I'd like to have all my viewparts in SWT, but popup a fullscreen video in Javafx. When I do this I get a
"java.lang.IllegalStateException: Toolkit not ...
0
votes
1answer
32 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
38 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:
...
0
votes
0answers
11 views
Netbeans Plugin for generating Usage Graph in EJB project
I have to create an architecture model for my J2E-project. As a first step I thought it would help if I use a netbeans plugin which visualizes my project with all it's dependencies, packages and so ...
1
vote
1answer
23 views
Re-indexing repository in eclipse Ubuntu
I just install git repository and install EGit plugin for eclipse. When I change the code and try to save, eclipse starts to re-index the repository. However this process never ends and eclipse ...
-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
44 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
22 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
37 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 ...
1
vote
2answers
25 views
Using non-OSGi packages in Eclipse Plugins
I'm currently developing an Eclipse plugin. Its building and deploying is supported by Tycho and Maven. Now I would like to add Googles Guava v. 14 to the project as a dependency. On the Tychos wiki ...
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
29 views
Cannot install Android Plugin on Java EE Eclipse 4.2.2
Cannot install Android Plugin on Java EE Eclipse 4.2.2
I am getting the following message when i try to install from http://dl-ssl.google.com/android/eclipse/ or a .zip
An error ...
0
votes
0answers
11 views
How to open html page in “org.eclipse.jst.pagedesigner.PageDesignerEditor” programatically in eclipse plugin development
I am developing a plugin which auto opens html pages inside projects using "org.eclipse.jst.pagedesigner.PageDesignerEditor" i followed following steps
IFile file = ....file to be opened;
...
0
votes
0answers
18 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
40 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
1answer
15 views
How to create an Editor with multiple tabs associated with multiple file extensions? [closed]
I want to create an editor with 4 tabs:
Create all labels and Text fields that will fill information in other files.
An XML editor which takes some of the information from first tab.
A Text Editor ...




