eclipse java editor: how to replace 3 spaces with a tab? -
eclipse, in find , replace dialog:
replace 3 spaces 1 tab (\t). not working. \t not regarded tab.
either copy tab character text editor , paste replace with field or enter \t , check regular expressions option.
Comments
Post a Comment