Skip to content

Commit

Permalink
Updated manual regarding copying and pasting of rectangular selections.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalquark committed Mar 18, 2022
1 parent c40d56c commit 241e283
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,13 @@ and for this kind of selection, Textadept mirrors any typed text on all of those
    
![Rectangular Edit](images/rectangularselection2.png)

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.
Expand Down

0 comments on commit 241e283

Please sign in to comment.