Questions tagged [eclipse-indigo]

Indigo is the code name for Eclipse version 3.7 that was released on June 22, 2011. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

For more information visit the official Indigo Project.

397 questions
6
votes
4 answers

Eclipse Indigo: shift+tab outdent (indentation) does not work anymore

After installing the new Eclipse Indigo, the outdent does not work anymore when I press shift+tab on a line. Is there any setting which activates this again?
powtac
  • 40,542
  • 28
  • 115
  • 170
6
votes
9 answers

Can't find Window builder pro in eclipse indigo

I read that Eclipse Indigo has Window Builder Pro plugin installed but I don't see where is it. File/New/Project doesn't give me option to choose Window Builder Pro. How to find it?
Иван Бишевац
  • 13,811
  • 21
  • 66
  • 93
6
votes
2 answers

Eclipse Indigo for OS X Mavericks launched with Java SE 7

I wanted to install eclipe Indigo SR2 on Mac OSX Mavericks and I got this message when I launched ./eclipse in Terminal : Alert : Failed to create the Java Virtual Machine And that in the Terminal: JavaVM: Failed to load JVM:…
Murmeltier
  • 131
  • 6
6
votes
6 answers

eclipse locks jar files

I have a maven project in eclipse indigo with m2e 1.2.0.20120903-1050 maven plugin. That project contains maven system dependencies and these jar files are checked into git repository. That is all fine until I need to switch to another branch which…
michael nesterenko
  • 14,222
  • 25
  • 114
  • 182
6
votes
3 answers

Switch perspective in a RCP application since Eclipse Juno?

In my RCP application I use this code to switch perspective : IWorkbenchWindow window = getViewSite().getWorkbenchWindow(); window.getWorkbench().showPerspective(PRODUCT_PERSPECTIVE_ID, window); I didn't change my code but I changed my developement…
Denys Séguret
  • 372,613
  • 87
  • 782
  • 758
6
votes
1 answer

Where can I set the Eclipse C++ Function Name Style?

The Codan analysis for naming conventions is giving me "Bad function name" info messages beause it expects camelCase and I use CamelCase. (I know I can turn this off but I would rather have it enforce my naming conventions). I'm using Eclipse/CDT…
Tod
  • 8,192
  • 5
  • 52
  • 93
5
votes
1 answer

Applet Web service client, with Eclipse Indigo using Apache CXF,

I'm trying to consume a web service within an applet. For that objective i've tried Apache and Apache2, both with good results but the problem is that the jar dependencies are far too fat for my application (the jar for axis or axis2 are over 1.5MB,…
Anibaru
  • 193
  • 1
  • 2
  • 12
5
votes
3 answers

Open website from within eclipse's internal browser?

Could anyone help me with opening web pages from within Eclipse's internal (embedded) browser? I'm running Linux (tiling window manager) and Eclipse-3.7.2 side-by-side with browser and it's a pain. I want this to be able to comfortably read…
Tomas Pruzina
  • 8,397
  • 6
  • 26
  • 39
5
votes
1 answer

Eclipse 3.7.0 Indigo CDT, symbol vector could not be resolved

This might very well be similar if not the same to question that has already been asked. I am running eclipse CDT on ubuntu machine. I get false compilation error saying 'vector' symbol could not be resolved. I have tried to fix it by manually…
Ha Sh
  • 724
  • 5
  • 26
5
votes
1 answer

Eclipse Indigo marketplace

I have installed Eclipse Indigo on Ubuntu 11.10, and the marketplace is not showing up under "Help" so I have added http://download.eclipse.org/releases/indigo/ to the software repositorys in "Install new software". When I try to update Eclipse with…
Wietse de Vries
  • 695
  • 1
  • 5
  • 18
5
votes
1 answer

Problems configuring JSF 2.0 on Eclipse Indigo

I'm developing a web application with JSF 2.0 on the IDE Eclipse Indigo (the last version). But on Project ->Properties -> Project Facets, the option JavaServer Faces is configured on version 1.2 and when I try to change the version to 2.0, an error…
gpp
  • 53
  • 1
  • 3
5
votes
3 answers

Annotation declared managed beans and code completion in Eclipse Inidigo

How can I get auto completion for managed beans in Eclipse Indigo when the Managed Beans are declared via Annotations rather than with a faces-config.xml? If this function is missing the whole point of xml-less declaration is gone (for me).…
hugri
  • 1,416
  • 3
  • 18
  • 32
5
votes
1 answer

How can I use Java 7 with Eclipse Indigo 3.7.1

From what I understand Eclipse Indigo 3.7.1 should now have support for Java 7. I downloaded Eclipse 3.7.1. and JDK 1.7.0 and added JRE7 in the settings in Eclipse. Then I created a new project using JRE7 and wrote a short Java 7 program: public…
Jonas
  • 121,568
  • 97
  • 310
  • 388
5
votes
3 answers

Eclipse Indigo completely reset itself -- projects and settings gone

Launched Eclipse Indigo on Windows XP SP3 this morning and noticed it was taking an unusually long time; I have startup plug-ins disabled and my startup time is usually a matter of seconds. Finally, Eclipse opened with the Welcome screen. I found…
dvs
  • 12,324
  • 6
  • 38
  • 45
5
votes
2 answers

m2e in Eclipse Indigo no longer working

m2e is no longer working in my Eclipse Indigo. Nothing is printed to the Maven console, I can't download any sources and some dependencies won't be resolved. I'm using the embedded Maven installation. Do you know how to fix this issue?
user321068