If I have the following text in my Eclipse editor:
Text Line 1 Text Line 2
I would like to concatenate the text into:
Text Line 1Text Line 2
My first idea was to search for carriage return character '\n' and replace it with '' to concatenate it.
I tried using the search function of Eclipse, but it does not recognize carriage return character.
Are there any other editor that can do this?
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.
The Eclipse search dialog box allows you to search for files that contain a literal or a character pattern in the entire workspace, a set of projects, a specific project or folders selects in the package explorer view. Clicking on the Search menu and selecting Search or File or Java. Clicking Ctrl + H.
Eclipse does this if you:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With