Tagged Questions
-3
votes
0answers
26 views
Are there any Eclipse tools or plugins to help browse a code base with over 15000 errors? [closed]
We are starting our development from a free Android source code. It has 16000 errors.
Are there any tools or plugins in Eclipse to help us browse the code with shortcuts or give us multiple windows ...
0
votes
1answer
28 views
Eclipse/MapReduce plugin
I've been searching for a MapReduce plugin for eclipse, but most of them didn't work for me. The only one that did work had the old API's template when creating Mappers/Reducers/Drivers.
So I ...
0
votes
1answer
41 views
Creating a helloWorld plugin for Android using Cordova and Eclipse
I've done quite a bit of research and can't seem to find why this isn't working. What I have is Cordova based Android app in Eclipse running Cordova 2.7.0. I want to build a simple plugin that just ...
0
votes
0answers
17 views
Sample eclipse plugin tool that helps in java web development [closed]
What eclipse plugin tools can help a programmers in java web development?
Can you provide me a sample list of such eclipse plugins tools?
Any help is greatly appreciated.
Thanks you :)
- ACL
0
votes
0answers
28 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 ...
0
votes
0answers
12 views
[ECLIPSE} How to refresh properties view from AbstractHandler
I'm developing an eclipse plug-in that shows a menu from which the user can select a file to load.
I have implemented actions extending AbstractHandler and I want from this class to change the values ...
0
votes
0answers
18 views
Creating a Uri in Plugin Project does not work
I have a little propblem, hope someone can help.
My following code leads to a exception:
Resource resource = resSet.getResource(URI
.createURI("/"+CreateText.getPath()), true);
Note: ...
0
votes
0answers
18 views
Eclipse Plugin: Path of the selected project
I am writing an Eclipse plugin that will display a menu item in the context menu for a Project (not Javaproject).
If found a example how to do it:
IWorkbenchWindow window = ...
0
votes
1answer
21 views
How can I setup Eclipse to develop Griffon applications?
Is there any plugin that I can install in Eclipse so as to develop Griffon applications?
Basically, how can I do Griffon application development with Eclipse?
0
votes
1answer
113 views
JGraph in an eclipse plugin
does anyone knows whether I can use JGraph in an eclipse plugin to draw some graphs? I read about that JGraph is for Swing and Eclipse plugins are in SWT, is there a problem?
Cheers,
Simon
0
votes
1answer
41 views
Eclipse CUDA PROFILER PLUGIN development [closed]
I am little bit new in field of eclipse and I am trying to write a plugin for eclipse
which can provide a main menu with one sub menu NVIDIA VISUAL PROFILER.After clicking
on which it should profile ...
0
votes
0answers
28 views
Eclipse Plug-in Development with JavaFX 2 and JRE 1.6
I'm developing an Eclipse Plugin for Eclipse 3.6 and above (having JavaSE-1.6 as prerequisite for the end user)
I would like to incorporate some JavaFX 2 capabilities into the UI, but i'm having ...
0
votes
1answer
29 views
Class loading in eclipse plugin
I made a eclipse plugin that acts on JavaProject. It needs access to information contained in the bytecode of the classes of the project and, therefore, I used a URLClassLoader (saying to it that the ...
0
votes
1answer
28 views
Pop up in Eclipse does not show Application
Today i installed Window Builder in Eclipse Juno & after Restarting I found so many errors in HTML & jsp & then i observed that JSP files are not opening in their JSP Editor. I tried but ...
0
votes
3answers
24 views
Eclipse interface link to open related files
This is not a code-related, but a pure IDE work efficiency question.
Is there any Eclipse plugin or built-in feature to provide "links" (shortcuts) to open other relevant .java files in the current ...
0
votes
1answer
19 views
plugin cannot access to nested dependency
I made a set of plugins.
here's my plugin's dependency:
plugin "A"
Require-Bundle: org.eclipse.ui;visibility:=reexport,
org.eclipse.core.runtime;visibility:=reexport,
...
0
votes
0answers
30 views
Extending the Eclipse PropertiesView with further tabs for existing PropertySources
After a quite long struggle with the known and unfortunately one of the few help articles about controlling properties, tabbed properties etc. (links below), I have decided to ask for your help.
What ...
0
votes
2answers
113 views
Android low resolution (ldpi) icons & Icon Set Generator
I just noticed that when I create an icon out from my svg sources for the different diplay resolutions [ldpi-xhdpi] with the 'Android Icon Set Generator' using the Android Plugin for Eclipse ...
0
votes
1answer
32 views
How to move Eclipse tabs with keyboard shortcut?
I would like to move my tabs in Eclipse like this :
From this:
To this:
But using a keyboard shortcut, 'cause is very annoying doing this with the mouse everytime just to reorder the tabs.
Any ...
0
votes
0answers
33 views
Eclipse plugin for hadoop
I have a problem when compiling eclipse plugin this is the error that I get
/usr/local/hadoop/src/contrib/eclipse-plugin$ ant
Buildfile: /usr/local/hadoop/src/contrib/eclipse-plugin/build.xml
BUILD ...
0
votes
0answers
7 views
Eclipse Plugin, Box or make rectangles around a line or range of line
I am developing an eclipse plugin, for the visualizing code clones within the Editor. For this, the first step, I want to take is to make some boxes or rectangles type shapes around a line or range of ...
0
votes
1answer
35 views
Eclipse Plug-in Counting Click / Listening To Click
I am writing a plugin for MagicDraw an IDE based on eclipse. I want the application to close after 15 minutes of idle time to release the license.
What i first did implement a counter that will check ...
0
votes
1answer
34 views
How to install plugin to eclipse from repository
I want to install plugin to eclipse from this repository:
http://repo.squashtest.org/maven2/releases/org/squashtest/ta/squash-ta-maven-plugin/
But I have no idea how to do this. When I click on ...
1
vote
1answer
22 views
eclipse, remote systems explorer, custom commands
I'm on windows machine and using Eclipse to edit some files on UNIX remote. I use Remote System Explorer to browse files over SSH which works superb (comparing with N++ explorer it's a rocket). Now ...
-1
votes
1answer
30 views
Eclipse plugin for cloud
I'm newbie for cloud and I want to ask you this question:
is there a eclipse plugin for cloud computing?
thank you
pasquy73
0
votes
0answers
51 views
Show custom marker in custom ruler column (Eclipse plugin)
I'm breaking my head for the last two days trying to show custom marker/annotation on custom ruler column in my eclipse plugin. I've seen some threads also here, but non answers my problem. So the ...
0
votes
0answers
21 views
AmaterasUML not showing up in eclipse
I've followed the installation details on the home page and put all the net.java.amateras.*- files into the plugin folder of eclipse.
It still won't show up as a create UML-file in the New - Other..
...
0
votes
1answer
74 views
Eclipse juno + cuda plugin error
I am using Eclipse Juno parallel version. I have installed
cuda plugin. But while building a sample cuda helloworld
program I am getting error -
make all
make: *** No rule to make ...
-3
votes
0answers
41 views
How to install an eclipse plugin from a github repository? [closed]
The plugin is this: WOLips.
I want to install version WOLips 3.8 from Github on my Ubuntu 12.10 + Eclipse 4.2 Juno SR2, because WOLips 3.6 doesn't work properly and WOLips 4.2 is not supported ...
1
vote
1answer
16 views
Is there an Eclipse plugin that can replace the use of external tools such as Putty and WinScp
Every time I want to run my project on the remote server, I need to export it from Eclipse as a jar file, to transfer the file from my local machine to the remote server using WinSCP and then to use ...
0
votes
0answers
31 views
java.lang.NoClassDefFoundError Exception & what is dropins folder?
I try to use this library
https://code.google.com/p/ext-c/
I add all jars using the traditional way( build paths )
and I write this code
public static void main(String args[]) {
try {
...
0
votes
1answer
44 views
How to set seperate global action handler for multiple instance of eclipse form based plugin editor
I am working on eclipse form based editor. I have given support of handling of Undo Redo and dirty flag to my editor.Both of these feature working fine for single instances of plugin. Problem is ...
0
votes
2answers
263 views
Eclipse plugin development tutorial - 2013
I have seen this question being asked already on this forum, and being answered to a sufficient extent, however all of the questions I have seen asked are at least 3-4 years old. As a result of this, ...
0
votes
0answers
22 views
How to insert a new code in an Eclipse editor?
I'm trying to insert new code in an Eclipse editor with a plugin.
IDocumentProvider dp = editor.getDocumentProvider();
IDocument doc = dp.getDocument(editor.getEditorInput());
With doc.get() I can ...
0
votes
1answer
8 views
eclipse pde - Access cdt managebuilder definitions of a project
For eclipse pde, How do I access cdt build definitions of a project from code?
0
votes
1answer
39 views
Eclipse Plug-in activated when Eclipse launch an Exception
I want to create an Eclipse Plug-in that will be activated automatically when Eclipse launch an Exception (while a java program is running). How can I do this?
Then I need informations about the ...
0
votes
2answers
33 views
Reference static final variables in eclipse plugin.xml
Is there an easy way (or any way) to reference static variables in the plugin.xml file for a plugin project?
For example, if I have a class like this in package pkg:
public class ClassWithVariable {
...
1
vote
2answers
45 views
Java android - Eclipse plugin for notify when an activity is not registered? [closed]
I just wonder if exists a plugin for eclipse that notify at compile time if an activity isn't registered in the xml.
EDIT: I just want to know if specifically exists a plugin to do that, not how ...
1
vote
1answer
32 views
ADT reverting back to standard Eclipse when installing plugin
I'm using the ADT of Eclipse, downloaded from the Android Dev site. Each time I install a plugin and restart ADT, the splash screen reverts back from this (The ADT splash) to ...
1
vote
0answers
56 views
Dynamic expression evaluation in Eclipse Debugger plugin
I am writing a java-debugger plugin for Eclipse which will need to evaluate expressions selected by the user in Eclipse Java Editor.
Currently, its only for debugging Java.
Basically, I want to ...
0
votes
1answer
23 views
Why is Eclipse PDE Launch Configuration is building all projects
I have created a launch configuration to run an executable file. When I run the configuration, it builds all projects in the workspace before running the actual tool to launch the file.
Anyone has ...
0
votes
0answers
40 views
Eclipse Checkstyle Plugin
I developed an additional functionality in checkstyle plugin and it is running fine. But now what I want is to make the configuration of that newly created plugin, 'read-only' just like it provides ...
2
votes
0answers
97 views
Moving from Eclipse to Vim for my pet Python [closed]
I am a programer going through a early-mid coder crisis. I was brought up on Elipse, learning it as I learned java. and when I had to learn C I ran back to it, because its code completion, debugger ...
0
votes
1answer
164 views
Eclipse UML Tool
I already tried a few tool for eclipse wich are for building UMLs (Object/Dependency Diagrams), but what I really need is a tool to generate such an UML out of code. (and not vice versa)
I'd prefer a ...
0
votes
1answer
64 views
Heroku Postgres: Getting started in Eclipse
I am new to Heroku and trying to set up a simple trial application. I have installed the Eclipse Heroku plugin and have a simple Hello Heroku application running on Eclipse IDE for Java EE Developers ...
0
votes
1answer
27 views
Can I use an Eclipse plugin project for my own plugins?
I want to create a plugin ability in my own project. I've looked into JSPF and JPF, but I've also notice that Eclipse has a 'plugin project'.
Is that specific to plugins for the Eclipse IDE, or can I ...
1
vote
2answers
92 views
How to add a command in right click menu of a function or class in Eclipse?
This is kind of newbie question. All tutorials show a way to add a command to a iFile object class. Can you show me an example of a plugin.xml file that registers a command for a function or class?
...
0
votes
0answers
99 views
Why my eclipse plugin cannot really run on hadoop?
My hadoop version is 1.0.4, and I installed the eclipse plugin. But when I run follow code by "run on hadoop" in eclipse. It can't get the configuration successfully(the "fs.default.name"). But if I ...
1
vote
0answers
37 views
Classloader exception while trying to use opencms module plugin in eclipse
I'm trying to use opencms module plugin v 0.0.9(http://sourceforge.net/projects/opencmsmoddev/files/) with spring source toolsute which is based on eclipse v. 3.7.2
The opencms module seems to be ...
0
votes
0answers
10 views
How to have custom editor for input in a toolchain build definition?
I am trying to make a toolchain which has various tools that provides settings for building. The particular tool I asked you about, makes an executable (.nv). This executable requires some input files ...





