Search Results

0
votes

Can eclipse extract a second class in class file to its own file

Can be done in 2 refactorings : Convert Member type to top level Move …
2
votes

What is the proper way to do a Subversion merge in Eclipse?

Use Eclipse integration, it works perfectly fine. The main change from CVS, is that you only merge deltas from a branch, ie changes from one revision to another. That is to say you have to …
0
votes

Is Eclipse 3.4 (Ganymede) memory usage significantly higher than 3.2?

You can use JVM command switchs (in eclipse.ini) to control memory usage more precisely. But I am not sure it would be a good idea. …
1
vote

In eclipse, how to display inherited members in Outline view?

Looks like you can't do it. Maybe you should file it as an improvement request. …
2
votes

In Eclipse, how do I replace a character by a new line ?

Check box 'Regular Expressions' and use '\R' in the 'Replace with' box It's a new feature introduced with Eclipse 3.4, See …
0
votes

Restore Eclipse subversion project connection

Svn information is stored in the .svn folders in the projects. NB : I am using Subversive so things may be different. …
8
votes

Disable DTD warning for ant scripts in eclipse?

The simplest is to supply a minimal DTD to shut it up. <!DOCTYPE project> for ant files …
0
votes

How to remove subversive action in Synchronize view ?

Why would you need to do that ? Can't you simply make it that your users don't have the right to commit using svn rights ? …
0
votes

Java memory leak

I have never used it myself, but you may find this …
0
votes

Changing editor tab width in eclipse 3.5

This setting is superseded for Java by the setting from the Code Style Formatter. It can be found in Java / Code Style / Formatter (click Edit) / Indentation tab / Indentation …