diff options
| author | 2022-03-17 23:29:43 -0400 | |
|---|---|---|
| committer | 2022-03-17 23:29:43 -0400 | |
| commit | 241e28393f9b2aa806dee8d04d8a7f2cd7f6db54 (patch) | |
| tree | bd4fc3303216f450604a94937f8c7b41c691d9d3 /docs | |
| parent | c40d56cde2473a52e00f263c484dc9b1e80bd380 (diff) | |
| download | textadept-241e28393f9b2aa806dee8d04d8a7f2cd7f6db54.tar.gz textadept-241e28393f9b2aa806dee8d04d8a7f2cd7f6db54.zip | |
Updated manual regarding copying and pasting of rectangular selections.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/manual.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual.md b/docs/manual.md index 36f8fda4..1aca3d02 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -990,6 +990,13 @@ and for this kind of selection, Textadept mirrors any typed text on all of those  +You can also copy rectangular blocks of text and paste them into rectangular blocks of the +same size. + +**Note:** macOS does not support the direct pasting rectangular selections. Instead, use the +[Lua Command Entry](#lua-command-entry) and enter `replace_rectangular(ui.clipboard_text)` +after copying a block of text. + #### Text Transformations Textadept can apply many different transformations to the current word, line, and selected text. |
