8000 Ctrl+Del not work in the XAML · Issue #10939 · dotnet/wpf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Ctrl+Del not work in the XAML #10939
Open
@doyenho

Description

@doyenho

Description

If there are many space Char before English Char, I can delete all space Char by Ctrl+Del in the *.cs file, but not at *.xaml.

VS version 17.14.6

Reproduction Steps

Xaml
[]: cursor
_: space

<Text[]_ _ _ />
Press Ctrl+Del

<Text[] _ _ />
del one space, not all space

Expected behavior

Xaml

<Text[] _ _ _ />
press Ctrl+Del

<Text[]/>
Del all space, just like *.cs do

Actual behavior

Just one space delete after press Ctrl+Del

Regression?

No response

Known Workarounds

No response

Impact

No response

Configuration

No response

Other information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0