vote up 2 vote down star

In Eclipse 3.3.2, I would like to replace a character (say ',') by a new line in a file. What should I write in the "Replace with" box in order to do so ?

EDIT : Many answers seems to be for Eclipse 3.4. Is there a solution for Eclipse 3.3.X ?

flag

3 Answers

vote up 2 vote down check

Check box 'Regular Expressions' and use '\R' in the 'Replace with' box

It's a new feature introduced with Eclipse 3.4, See What's New in 3.4

link|flag
doesn't seem to work (I've got 'R' instead of commas) – paulgreg Oct 1 '08 at 8:37
It does work for me with Eclipse 3.4 – David Pierre Oct 1 '08 at 8:41
Check if Eclipse value assistance in the Replace with box offers you \R as a possibility, if it doesn't your Eclipse version doesn't handle it – David Pierre Oct 1 '08 at 8:43
I'm on version 3.3.2 and, the assistance doesn't show me that value. – paulgreg Oct 1 '08 at 8:44
vote up 0 vote down

I've just found an article about that problem. It seems to be a bug.

There's a workaround which is to copy a new line in clipboard and then paste it inside the "replace" box.

link|flag
I am not able to make that workaround actually working... – paulgreg Oct 1 '08 at 8:43
I don't even understand what the workaround is supposed to be – David Pierre Oct 1 '08 at 8:51
You'll have to select the "new line character" by clicking on the last character's line and move the mouse before the first character on the next line. I indeed select something but I'm not able to paste it in the replace box. – paulgreg Oct 1 '08 at 9:07
Managed to paste using right click menu, but the replace won't insert newlines. – David Pierre Oct 1 '08 at 9:12
vote up 0 vote down

Check box 'Regular Expressions' and use '\n' in the 'Replace with' box

link|flag
Yes, I tried that first but it is not working on my eclipse (3.3.2). – paulgreg Oct 1 '08 at 8:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.