eclipse-plugin

Hyperlinking the eclipse console - delayed writes causing BadLocationException?

I'm writing an eclipse plugin with a hyperlinked console, but I see BadLocationExceptions when creating the hyperlinks. To create the hyperlink, I followed the instructions on the related question How to write a hyperlink to an eclipse console from a plugin. Background: The issue appears to be that the underlying document is updated a...

Eclipse plugin for working with binary file formats

Can anyone point me to an Eclipse plugin for working with complex binary file formats such as TIFF, JPEG, PNG, etc? Ideally the plugin would allow the structure of the binary file to be described in detail and used to decode a file. Features such as structures, logical decisions, int/float/bool/flags expansion. ...

Where is the "externalize strings" eclipse plug-in source code?

I need to look at "externalize strings" eclipse plug-in source code. I have to make a modified version of that functionality and don't want to start from scratch. I try to import the plug-in using File->Import->Plug-ins and Fragments, which I think is the right way to do it, but I don't have a clue of what is the name of the plug-in, an...

Adding Class files to Google App Engine Wave Bot in Java using Eclipse

Hello, Yeah quite a specific question. I'm making a bot for Google Wave and I'm a bit confused. I have some Java class files of a separate package I want to implement. I put them in the lib directory but they're not found by Wave when its uploaded. Eclipse compiles them fine, as it has the directory, but I guess it doesn't upload it t...

Installing Android SDK

I installed android eclipse galileo, and also downloaded android SDK. while installing ADT, I chose Help->install new software->Add I enter android and the location as https://dl-ssl.google.com/android/eclipse/ but I don't see any package names etc in the available software dialog (I am supposed to see 'developer tools', correct?). I t...

TextMate keybindings for Eclipse

Is there a plugin for Eclipse that adds TextMate-style keybindings in addition to Emacs, etc...? ...

How to read data from a file in Eclipse Plug-in?

I'm currently developing a Eclipse plug-in. When called, my plug-in will read the active (currently opened) source file's data and will do some formatting on the source code and then it will update the results to the same active source file. Now my questions are: How to read the data from the active source file? Do I need to get the f...

How to view a log file in Eclipse editor just like it looks in console window?

I have a txt log file. How to make it look in Eclipse editor just as if it was the console output [ eg links underlined ]. It is a bit sad plugins called "Log viewer" do not highlight links as Console Window does. That's the worst thing about such plugins. ...

Eclipse hangs while opening workspace after upgrading to GWT 2.0/Google app engine 1.2.8

After upgrading to the newest GWT/Google app engine I have problems opening my workspace in Eclipse. On startup, Eclipse hangs almost immediately and needs to be closed. This happens only in the workspace where I use GWT with app engine, and I weren't able to consistently reproduce it - sometimes it starts normally, and sometimes I need ...

How to delete a 'dead' remote project in Eclipse

I have a remote project in Eclipse. It was created through RSE's 'Create Remote Project' function. Now I changed hosting service and there's no option to connect to former host. When I try to delete this remote project Eclipse asks me for former host's login and password which if entered are not recognized anyway. How can I delete the p...

eclipse existing maven project add jpa support ?

how to add jpa support for existing maven project i tried project-->configure--> convert to jpa project (there is no this option) but for my other projects, such option available... can comment? I already have existing mven project and i want to generate jpa entity from tables. no need to create new jpa project right? ...

Override the default transport client properties discovery method in Axis 1.4

How can I tell Apache Axis 1.4 not to look for a transport client properties instance (an implementation of org.apache.axis.components.net.TransportClientProperties) and instead supply my own? My problem is that both my Eclipse plugin and another Eclipse plugin are using Axis 1.4, which, via Apache Discovery, looks for a system property...

Plugins not working in Eclipse on Windows 7 64-bit

On my brand new Windows 7 machine, I downloaded Eclipse (Galileo) and several Eclipse plugins (Android's ADT plugin, Subclipse, etc.) After rebooting, neither of these plugins are showing up in the IDE (nothing in the preferences, menus, etc.) but if I click "Installation Details" in the 'About Eclipse' popup, I see all of the plugins l...

What does this icon mean in Eclipse?

I am using the git plugin for Eclipse. Some of my files are marked with a brown asterisk. What does it mean? Where can I find documentation for what the rest of the git icons mean in Eclipse? ...

Texlipse: How do you configure it to show a real time preview?

I'm running on an Ubuntu and I hope it doesn't matter. Either than the preview it's a great latex editor ...

Eclipse plugin that shows the META-INF of a jar library

Currently in eclipse when you open a library jar, it shows all the packages and classes, but if you want to see the META-INF content (e.g. manifest.mf), you have to open the file externally (e.g. using winrar) Is there a simple way buit-in in eclipse to do so, or a plugin that does this? ...

What are the default Eclipse update sites?

I just installed and opened Eclipse for the first time on my new laptop and the plugin installer has no available update sites. How can I fix this, or what are the default update sites? ...

dabase access plugin for eclipse

May i know is there any plug-in for eclipse with which i can access my database through eclipse..i am using both db2 and oracle. so it should be db independent. ...

Is there any way for plugins to take effect except restarting Eclipse?

I have deployed some Eclipse plugins and I want them to take effect without restarting the Eclipse environment. Is it posssible? ...

RadRails (Eclipse plug-in) not recognizing 1.9.1 ruby features.

I installed RadRails as a plugin to eclipse, and I set the interpreter to C:\ruby, the location of my ruby installation. I've also installed RubyGems 1.3.5 via the ruby setup.rb script. When I run the following, however, I get syntax errors in eclipse, although running works. test = { raw: '1', symbols: '2' } p test Furthermor...