Is it posible, to get a macro for replace all words which are selected. But only from start of file until cursers place?
Thanks for helping!
Welcome to the IDM Forum. This forum is meant as a user-to-user support mechanism where users can share knowledge and tips for all IDM software.
Since these forums are user-to-user based, IDM does not regularly read or reply to the posts in this forum. For problem reports, suggestions, or feature requests, you must email us directly. Our trained technical support staff answers most inquiries within 30 minutes.
InsertMode
ColumnModeOff
HexOff
UnixReOn
Clipboard 9
IfSel
Copy
Key LEFT ARROW
Key RIGHT ARROW
"~@#"
Top
GetString "Replace by:"
"~@@#
"
StartSelect
Find Select "~@#"
Find "^c"
Replace All SelectText "~@r#"
EndSelect
Top
Find RegExp "(.*)~@@#"
Replace "\1"
Top
StartSelect
Key END
EndSelect
Cut
Delete
Find "~@r#"
Replace All "^c"
Top
Find "~@#"
Delete
EndIf
Clipboard 0