Sublime Forum

Permute Selections not work

#1

Sublime Text Version 3.2.2

I want use Edit -> Permute Selections -> Unique on some selections text in txt and xml files.

Permute Lines without selections work normal, but Permute Selections not work(not clickable/disabled) for text selections.

I try solve by myself via google before post here:

  1. Delete all in Package Control: Remove Package(exclude Package Control ofc) and restart, but it’s not help.
  2. And click in Package Control: Satisfy Dependencies with restart, it’s not helped.

How i can solve this problem?

0 Likes

#2

you need to have more than one selection for Permute Selections to be enabled, not just many lines selected. i.e. try with Selection -> Split into Lines first

0 Likes

#3

Ok, it work with multicursor selections, but how i can do unique lines in one cursor selection, without spliting?

0 Likes

#4

If you want unique lines just use Permute Lines. Permute Selections is for selections not lines.

0 Likes