summaryrefslogtreecommitdiffstats
path: root/examples/string-rectangle.qs
blob: f47f56685c9faa6e5395194537f2dbac8af48f8f (plain)
1
2
3
4
5
6
// This script is similar to emacs' string-rectangle.

include("rectangle-commands.js")
var text = dialogs.getText("Rectangular Insert", "String to insert")

replaceTextInRectangle(text)