Skip to content

Parinfer does not respect "Maintain selection when surrounding with braces" #1319

@conan

Description

@conan

Parinfer will ignore the fact that you have unchecked the Editor > General > Smart Keys > "Maintain selection when surrounding with braces" setting. This means that when you select something and press the open bracket to surround it, if you immediately start typing then you overwrite it rather than typing before it.

So if I have the 4 selected in this form:

(+ 4 3)

Then I press "(":

(+ (4) 3)

The 4 is still selected, so if I type "-" it overwrites the 4 and I get this:

(+ (-) 3)

What I wanted was to type before the 4 like this:

(+ (-4) 3)

Metadata

Metadata

Assignees

No one assigned

    Labels

    releasedMarks issues which have had the fixes released in a stable build

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions