Sublime Forum

[ST3]: Multiple Selections/Batch edits with CTRL+CLICK

#1

Hello. One of the better features in ST2 was possibility of put many cursors over document with Ctrl+Click.
This isn’t more implemented in ST3, however Ctrl+d is.

The Ctrl+Click feature is planned to ST3?

0 Likes

#2

Works fine for me. Did you try logging the commands. Perhaps something is overriding the built in mouse map.

0 Likes

#3

If I remember correctly, SublimeJEDI overrides this and instead changes it to “go to definition” or something. There’s a plugin to find key conflicts, github.com/skuroda/FindKeyConflicts, but I can’t say if it works on st3 or not as I’ve never used it.

0 Likes

#4

The guilty was Django Click, it overrides ctrl+click.

I’m sry, should check it before post here :smile:

@mysticphoenix, Find conflicts works fine on St3.
@skuroda, I have no idea how log commands…

0 Likes

#5

FindKeyConflicts doesn’t look at mouse maps though so it probably wouldn’t have helped anyways. Logging commands is a useful thing to know in ST. In the console enter “sublime.log_commands(True)”.

0 Likes