eclipse-plugin

SWT or Swing for Plugin Project

I'm creating a plugin project that will have a menu and toolbar item, that when clicked, will open a dialog for user interaction (input, searching, etc.). Should I create the dialog using SWT or Swing? ...

Eclipse 3.6 (CDT for linux) and Valgrind - Arguments not working in Profile configuration

Has anyone else had this problem? I just downloaded 3.6 (the CDT for linux flavor), and this isn't working. In the Profile Configurations --> Valgrind --> "Arguments" tab, it doesn't seem to be passing the arguments into the executable. When I debug the same code, it works perfectly. I am not that familiar with Valgrind or the plugin...

Validate JS script block within an HTML file in Eclipse

Is there a way to have eclipse validate javascript within a <script> block on an HTML page? ...

Eclipse 3.5 + ADT: build path errors

I am using Eclipse 3.5 for Jave EE Developers. Plugins installed include: Android Development Tools, Adobe Flash Builder 4, PDT, PyDev. I have problem with running the application I built. I can start a new project, add a button, and run it on an AVD. Then I add another button, try to run it on AVD, and Eclipse says 1) gen folder is mi...

Using Eclipse, how do I script the formatting of a code snippet for Stack Overflow?

The background: I'm a dyed-in-the-wool Emacs user who dabbles in a lot of languages. Recently a Famous Engineer upbraided me for continuing to use Emacs in this day and age, and I wish to put this Famous Engineer's chiding to the test. (This Famous Engineer happens to be partial to NetBeans, but we'll let that slide for the moment. ;-) )...

I cant find the Plugin Project in my newly installed Eclipse? Help.

File > New > Other , but its not there. =(. I only see General, CVS, Java, Tasks, XML and Examples. Do I need to install anything else to get the Plugin Project so I can use the wizard? Thanks, I was planning to write some sweet plugins but I am stuck. ...

How do I create an automated task in Eclipse? Maybe a plugin?

Using Eclipse 3.5 (FlashBuilder), I'm doing a bit of AS3 work. With the in-house MVC framework I'm using, When I create a view - I need to make a change to quite a few files. Its a simple process but its tedious and would work absolutely fine using some sort of automation. Is there a plugin that allows me to do this? Monkey doesn't w...

Eclipse not Recognizing "R.id..." with Android

Any ideas why at times Eclipse frizzles and doesn't recognize code it did seconds ago? The "R" in the code below has the red squiggle under it when it didn't 5 minutes ago and I've change no code. This happens frequently with Eclipse and usually I shut it down and start it again and it's good to go...no go this time. // Initialize vie...

Scala IDE error - "projectname" is not a Scala project -

Hi, I have installed latest scala ide plugin to eclipse (Version: 3.4.2). It seems installation is ok without any errors. I am able to create a scala project and add a package, but i couldn't add scala object, at the time it shows "projectname" is not a Scala project error message in add object dialog. I have googled and found it co...

Any known problems/bugs with objectContribution (popup) to CVS History view? It's not working

Do you know of any problems or reported bugs with the Eclipse CVS history not showing a contributed popup for objectClass="org.eclipse.team.internal.ccvs.core.ILogEntry" ? I've a popup defined in the plugin.xml and it's not showing at all. The same popup is working without problems in Eclipse 3.0.2 Here is the popup definition at plugin...

Using eclipse plugin independent from eclipse

Can I programmatically use an Eclipse plugin in my java code (so that it is independent from eclipse)? ...

Eclispe Helios Plug-in Development Target Platform Template Base-RCP broken ?

I'm trying to create a standard osgi bundle under Eclipse Helios. To do so, I've configured my Target Platform like this : Window -> Preferences -> Plug-in Development -> Target Platform -> Add. After I choose Template and Base RCP (Binary Only) I changed the name and clicked Finish. When I launch the platform using the Overview of my...

Showing markers in the Eclipse "file compare" view

I've added some functionality to the standard Eclipse "compare view" via a handler which is activated on the Compare view's popup (context) menu. One of the things that this handler does is add a marker at the selection location. However, markers are not shown in the compare view. How can I enhance the compare view to show markers? Do...

How can I enable "Mark Occurrences" in a Java editor that is loaded in a multi page editor?

I am working on a multi page editor that loads opens multiple files (e.g. java, html) in separate tabs of a multi page editor. The files get opened with the default editors associated with the file type and these default editors are embedded in the multi page editor as tabs. Here is how I am determining which editor to load (for a file ...

ExtJS mode for Emacs

I got used to Emacs, and it's JavaScript modes are quite modest, as far as I can tell. I'm about to do some serious ExtJS coding, and I'd like to use Emacs. Spket plugin available in Eclipse is great, but is there any ExtJS Emacs mode available? After thorough Google querying, I reckon that chances are very slim, but... hey... just askin...

Cannot be resolved or is not a field (Notepad exercises from android dev website)

I'm running through the notepad exercises on the android dev website, currently working on exercise (found here http://developer.android.com/resources/tutorials/notepad/notepad-ex2.html). I came to the end of the tutorial and found that I had several errors in the main two java files regaurding R file relations, such as 'setContentView(R...

Scala on Google App Engine with Eclipse

Hi! I'm trying to create web app on pure Scala code. I use last version of Google plugin for Eclipse to create App Engine Web project. After it I add Scala nature to project. I rewrite standart Java servlet generated by Google plugin to Scala servlet version. Everything fine, no scala code errors found. But Eclipse show me some errors in...

How to have Eclipse Scala-IDE + Spring-IDE plugins working together?

According to http://www.assembla.com/wiki/show/scala-ide/Troubleshooting in order to have the Scala Eclipse plugin to work with eclipse 3.5 you must desintall your Spring-IDE pluging since the latter deactive the JDT Weaving. I had to do so. Do you know any effective way to circumvent this, I'm an active Spring developer, for obvious re...

how to know the path,where the errors and warnings are stored in eclipse

I have a doubt related to errors and warnings ........ For example i wrote a simple code in c (eclipse IDE) then i compiled. i got some errors and warnings in problem tab.This is the scenerio just think like this. My doubt is where is errors and warnings are stored (in my computer) file.I want to know location of the file (which inclu...

Google Plugin for Eclipse

i am trying to install Plugin for Eclipse from site http://code.google.com/webtoolkit/download.html using this site http://code.google.com/eclipse/docs/download.html i have choose this one http://dl.google.com/eclipse/plugin/3.6-Eclipse 3.6 (Helios) according to these rules http://code.google.com/eclipse/docs/install-eclipse-3.6...