AvaloniaUI / AvaloniaEdit

Avalonia-based text editor (port of AvalonEdit)
MIT License
746 stars 148 forks source link

How to wrap? The 'enter' key does not work #347

Closed BoyFaceGirl closed 1 year ago

BoyFaceGirl commented 1 year ago

the 'backspace ' key cannot go back to delete

cyraid commented 1 year ago

It may be because of the new preview version of avalonia? I found that backspace doesn't work. Neither does arrow keys or enter. @Gillibald Does AvaloniaEdit work fine for you with Avalonia 11.0.0-rc1.1?

alexandrehtrb commented 1 year ago

I came here to post this problem. I am trying the new 11.0.0-rc1.1 version, and Enter, Delete and Backspace keys do not work...

alexandrehtrb commented 1 year ago

I checked the master and the release/11.0.0-rc1.1 branches and the problem only appears in the 11.0.0-rc1.1, I think it was already solved and the next release will fix it

BoyFaceGirl commented 1 year ago

my Avalonia of version is 11.0.0-rc1.1

image

If the next version has been fixed, this issue can be closed

Numpsy commented 1 year ago

I checked the master and the release/11.0.0-rc1.1 branches and the problem only appears in the 11.0.0-rc1.1, I think it was already solved and the next release will fix it

Same issue as https://github.com/AvaloniaUI/AvaloniaEdit/issues/336 ?

danipen commented 1 year ago

I think so.

cyraid commented 1 year ago

I think so.

Was that just the backspace key? My enter and backspace and arrow keys don't work.

danipen commented 1 year ago

Did you checked the master?

cyraid commented 1 year ago

Did you checked the master?

No, I just use the nuget package. Are they going to release the fix on nuget? Or do I have to checkout the source for it? (And add it to my csproj and remember to update it etc)

danipen commented 1 year ago

@Takoooooo are you going to release?

alexandrehtrb commented 1 year ago

Avalonia release 11.0.0-rc2 was just published, can you guys publish a new release of AvaloniaEdit that includes this fix?

Numpsy commented 1 year ago

I had a quick go at building it with 11.0.0-rc2.2, and it looks like the build has been broken by the changes in https://github.com/AvaloniaUI/Avalonia/pull/11848 - and I haven't had time to try to do a PR to update that myself.

Gillibald commented 1 year ago

I will update AvaloniaEdit shortly

danipen commented 1 year ago

Can we close this?

Gillibald commented 1 year ago

Yep