eclipse-plugin

I can't update Eclipse 3.5 up to 3.6. If I install 3.6 over it, will I retain my plugins?

Hi All, When I go to Help->Check for Updates in Eclipse, it checks all the repositories and says "Nothing to update", but my Eclipse version is 3.5.2.R35... I am trying to install the eclim plugin and that requires Eclipse 3.6.x. If I install Eclipse 3.6 from the eclipse.org website, would that preserve the plugins and configuration I c...

Format freemarker files in Eclipse

Hi, Actually we have freemarker files (ftl) under Eclipse + Freemarker plugin (from JBoss). Do you know a way to format ftl files ? Thanks ...

Eclipse Plugin development: How do you prevent another job from running

Greetings all. I have 2 actions: "Find" and "Run". They can be invoked in 3 ways: Find only; Run only; and Find and Run. I want to put both actions in Jobs. For the case of "Find and Run", what is the best way in Eclipse to have the "Run" job wait for the "Find" job to complete. Importantly, the "Run" job depends on the results from t...

In Eclipse, how can I make a toolbar button, or menu command, that modifies my current selection?

I want to make a toolbar button in eclipse that when pressed, removes all newlines from my selection. How can I do this? ...

Automate builds of MobiStudio projects

MobiStudio is an Eclipse plugin to develop mobile phone applications. The projects are written in mscript, and then need to be compiled into phone specific packages. Has anyone already tackled this? Thanks, Mike ...

How to bypass loading some plugins when eclipse starts up?

Hi all, I'm coding with different languages (c, python, java, latex and ...)using eclipse on a MacBook(2gb ram, coredou 2.13). This needs to install many plugins for each language along with some other common plugins(mylyn, vrapper, svncontroller), which makes the machine very slow. Since every time I start eclipse, I aim to only use on...

Eclipse PDE: How to add java project's classpath to a plug-in's classpath?

People, I already searched a lot but I'm not finding my answer.. I did a eclipse plugin that writes junit test cases from source code. By now, I'm starting to use reflection in my code, but the plugin can't find the classes in the java project being tested! Is there a way to use the selected project classpath in my plug-in? How?? I'...

AVD Droid X skins don't fit on the screen

I'm teaching myself Android (using a book) and I've downloaded Tea Vui Huang's Droid X skin for the using with the Android SDK in Eclipse. When I run the emulator, the top of the window showing the Droid X's screen runs off the top of my laptop screen. Is there anyway to make the skin smaller? This happens with the WVGA854 skin that co...

Eclipse - extending project/package explorer to handle custom file types as trees

If an Eclipse project includes a .jar file, the package explorer treats it like a tree and enables the user to click the "+" sign to the left of the file name to expand the tree and show the files in the .jar archive. I would like the package explorer to treat other file types the same way. A really simple example would be if the file t...