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
5
votes
3 answers

Svnkit with Subclipse under Eclipse Indigo

In my Eclipse Indigo (64-bit) under Ubuntu, the SVNKit client doesn't show up in Eclipse preferences -> Team -> SVN. I've installed subclipse from Eclipse marketplace. Since after installing subclipse, the SVNKit wasn't available, I installed svnkit…
Markus Pscheidt
  • 6,853
  • 5
  • 55
  • 76
5
votes
3 answers

Eclipse "Build Automatically" not cascading

I have a project in Eclipse (Indigo but similar in Helios) which has files in src/main/resources which get processed to generate *.java source files in target/generated-sources/xyz. The project settings have "Build Automatically" enabled so whenever…
mckamey
  • 17,359
  • 16
  • 83
  • 116
5
votes
1 answer

No "compile with" option when creating a new android application?

No "compile with" option when creating a new android application? Software : Eclipse IDE for Java Developers Version: Indigo Service Release 2 Build id: 20120216-1857
nosdalg
  • 571
  • 1
  • 5
  • 23
5
votes
4 answers

Install Gradle plugin for Eclipse Indigo

I'm trying to install Gradle Integration for Eclipse but i get the following error: Communication with repository at http://dist.springsource.com/release/TOOLS/gradle failed. Communication with repository at…
Aurélio Antonio
  • 166
  • 1
  • 3
  • 13
5
votes
0 answers

eclipse call hierarchy incomplete

When I execute a call hierarchy (Eclipse Indigo) the results I receive are fewer than I know exist. Strange thing is this functionality seemed to be working only a few weeks ago. When I run the same operation on the same workspace in Juno I get…
ABC123
  • 1,037
  • 2
  • 20
  • 44
5
votes
1 answer

Controlling where references to GUI objects created by Eclipse Window Builder are placed

Abstract: I'm looking for a way to configure Eclipse Window Builder's code generator to place its object references in the class body instead of locally in the initalize() method. Detailed: Window builder has a built in code generator/code analyzer…
count0
  • 2,537
  • 2
  • 22
  • 30
5
votes
1 answer

Mouse cursor disappearing

For some reason, the mouse cursor in Eclipse is disappearing. I can see that I am able to move on the next line and it shows me via the usual color changes, but the cursor itself is not visible. When I start eclipse, I can see the cursor but once…
Anuj Kulkarni
  • 2,261
  • 5
  • 32
  • 42
5
votes
1 answer

Generate delegate methods for a visible property of a parent class

In Eclipse there is the handy command Source -> Generate Delegate Methods … Unfortunately this works only for properties of the current class, not for visible properties of one of its parent class. Do you know a workaround with which I can create…
user321068
5
votes
1 answer

Can i increase the number of visible open file tabs in Eclipse

I'm using Eclipse Indigo, currently only 6 open file tab is visible at a time, if i open more then they stay open but file appear in drop down list and get out of visibility. Is it possible to configure to show at least 10 open and visible file on…
rain
  • 479
  • 2
  • 6
  • 20
5
votes
1 answer

Eclipse Indigo for Java EE + Maven plugin = the Maven menu does not appear in import and preference

I have used Indigo Java (not Java EE) and the maven plugin is already installed. Or at least, I know I have the possibility to import a Maven Project without installing anything. But then I wanted to use Eclipse Indigo for Java EE developers. This…
user662264
4
votes
5 answers

installing additional eclipse indigo files

After downloading Eclipse Indigo on a clean pc, when I try to download from http://dl.google.com/eclipse/plugin/3.7 and download SDKs and Google Plugin , at about 35% of the way through I start getting errors. Install download1 An internal error…
user963070
  • 629
  • 2
  • 19
  • 24
4
votes
6 answers

Unable to commit to github repo using egit

When I try to to commit ti github repo using egit I receive below error : What does this error mean ? This is my first commit. Here is how I am trying to commit :
blue-sky
  • 51,962
  • 152
  • 427
  • 752
4
votes
3 answers

Installing new software to Eclipse

I have the Indigo version. When I go to Help > Install New Software, the window pops up. I choose the website (download.eclipse.org/releases/indigo). After that nothing happens. At the bottom right of the Eclipse window (not the pop up window) there…
Alexey
  • 3,607
  • 8
  • 34
  • 54
4
votes
2 answers

Which software sites should I have in Eclipse Indigo?

I just installed Eclipse Indigo (Service Release 1). For some reason my "Available Software Sites" list is empty. Why is this? What sites should I have in the list? Everything I've seen online suggests that there are a number of defaults that…
Mark Schmit
  • 467
  • 4
  • 13
4
votes
1 answer

How to install Hibernate in eclipse

I followed this step by step guide for installing Hibernate After selecting all the things that is mentioned in the site. I clicked next so eclipse was calculating something (Calculating requirements and dependencies) then I got this error saying…
arsenal
  • 23,366
  • 85
  • 225
  • 331