Age | Commit message (Collapse) | Author |
|
* `dragdropselected`: Replace deprecated `math.pow` with `^`
* Remove workaround for sorted `Doc:get_selection` issue
Reverts 94f7c8b33371e49d6f026f5be6a41acd73ad9c6b.
|
|
|
|
|
|
|
|
|
|
|
|
Before, if a line was highlighted, all the frames it contained were
invisible.
|
|
This avoids calling `get_text` on a potentially big selection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|