0
votes
0answers
8 views

Eclipse Handler Parameters

I have an Eclipse plugin which has the purpose of indexing and searching XML files for custom frameworks used by the application my team develops. There is a toolbar with several buttons on it. Each ...
-1
votes
1answer
27 views

How can I download an eclipse update site, zip it and take it to another machine's eclipse and use it as local installation? [on hold]

What I need is a way to download an update site for eclipse, specifically the EPIC update, download it locally in my windows machine and then transfer it to a linux machine that has eclipse but does ...
0
votes
0answers
11 views

check in eclipse if interface correspond to interfaceAsync else show maker error

When I use rpc in GWT, I must made two interfaces, like: public interface GreetingService extends RemoteService { String greetServer(String name) throws IllegalArgumentException; } public ...
0
votes
0answers
20 views

Can eclipse auto-detect proxy settings?Or can at least create my own local plugin from the update site?

I have a linux machine inside a "closed" network. I.e. no access to the internet. I have a mac machine that can access the internet. I installed eclipse in both. I need to install a plugin in eclipse ...
0
votes
0answers
29 views

Highlighting swt table row on focus lost

I am facing the same problem mentioned here SWT: Table lost selection . I am using ubuntu 12.04 NOT windows. Is there any way to highlight the selected row of a SWT table even after focus lost. I ...
0
votes
0answers
29 views

How to add Drag and Drop over SWT CommonNavigator

I have a CommonNavigator view and unable to add drag and drop support on it by tradition way of addDrag&Dropsupport method. I want to drop some files from File Systen over the CommonNavigator. ...
1
vote
1answer
15 views

Eclipse RCP: don't refresh View when it is minimized

We have View that shows file from Internet public class GfmView extends ViewPart implements GfmListener { How to know when View is minimized, so maybe there is no need to refresh View. #8 ...
2
votes
4answers
52 views

android's hello world tutorial application is not working

I am new to java and android and wanted to see how developing for android works I started by downloading the SDK FROM HERE However after I finish making the Hello World project sample given in the ...
1
vote
1answer
32 views

Eclipse anonymous class folding

Is there an Eclipse plugin that folds anonymous classes? Preferably something that works like Intellij's closure folding: ...
0
votes
0answers
12 views

Eclipse custom plug-in: Find connected USB-device

I want to write an Eclipse plug-in which allows me to debug a device which is connected via USB. How can I detect connected USB devices / how can I communicate with device via Eclipse plug-in?
0
votes
1answer
23 views

Eclipse plugin development - Add own QuickAssist -> Extract to local variable

I would like to add an own quick assist to eclipse. I found out that I need to extend IQuickAssistProcessor to achieve the goal. Because the entry and the logic is rather similar to the "extract to ...
0
votes
0answers
14 views

Asked to “Install GWT Windows Builder Toolkit” — but it is allready installed

I know this has been asked before and is probably an ongoing problem but while I found the question being asked before, I found not actual answer solving the problem. When I try to create a new GWT ...
1
vote
0answers
45 views

How to disable scrollbar in ScrolledForm?

ScrolledForm's scrollBar can sometimes cause problems.I meet the same problem with this guy in EclipseZone Forum (it's a question asked in 2005 but seems to be unresolved). //The scrollbar should ...
-2
votes
0answers
29 views

I want to save my time in developing fine GUI of editor for my compiler program

is it possible to use the GUI of Xtext or eclips editor to run my exe compiler using process building functionality. or kindly suggest me some some other better way to make thing work out. For time ...
0
votes
0answers
13 views

How to set default path to eclipse project of my customized plugin on Browse button?

I have created one eclipse plugin, using Jframe which will create some Java files using the input fields on the Jframe. And I have one 'Browse' button on it, which will select the path where user ...

1 2 3 4 5 102
15 30 50 per page