Search Results

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. …
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

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 ? …