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 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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