How do I record (or write) search and replace macro in Netbeans?
I want to record the actions I do in Ctrl+H dialog.
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.
This is not possible (Netbeans 6.8).
The only field you can preset is the field “Find What”. The other options stay unchanged.
Eventually, if you have a complex regexp to search, you can use the following tip :
caret-end-line insert-break “regexp” selection-begin-line replace remove-line