开发者

Search and replace macro in Netbeans

开发者 https://www.devze.com 2022-12-18 01:09 出处:网络
How do I record (or write) search and replace macro in Netbeans? I want 开发者_StackOverflowto record the actions I do in Ctrl+H dialog.This is not possible (Netbeans 6.8).

How do I record (or write) search and replace macro in Netbeans?

I want 开发者_StackOverflowto record the actions I do in Ctrl+H dialog.


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


I ran into somewhat the same problem! Maybe this will ease it up a bit! http://mrhaki.blogspot.com/2008/12/use-regular-expressions-for-search-and.html

0

精彩评论

暂无评论...
验证码 换一张
取 消