I would like to search multiple files via eclipse for the following 2 lines:
@Length(max = L_255)
private String description;
and replace t
CTRL+H does take two lines if you use regexp (and you don't have to write the regexp by yourself, eclipse does that for you).