Daniel Peñalba

Results 80 comments of Daniel Peñalba

@chenjing1294 did you have a chance to test it?

@chenjing1294 can you try latest changes? IME should be fully implemented there. Cc/ @Gillibald

@chenjing1294 did you have a chance to see if this is fixed with the latest changes? thanks!

@miryamGSM are we already doing this ourselves in our codebase, right? We maybe can share how we're doing it for reference.

Well, we basically do the following: 1. Calculate the `IndexPath` for the node model. 2. Calculate the `RowIndex` using `ModelIndexToRowIndex`. 3. We call `BringIntoView` for the `RowsPresenter`. ```csharp var node...

I detected a selection issue using RTL text: Using the following string: ```// RTL-arabic: اللغات مزدوجة البايت مدعومة الآن! continue here``` * Click to move the caret just at the...

Any plans to take a look into it guys? Edit and continue and hot reload are features that saves the developer a lot of time and they're not working in...

BTW is "Edit and Continue" connected to "Hot Reload" support? I mean, is there a way to enable "Edit and Continue" without enabling "Hot Reload"? I say that because "Hot...

@grokys there is a typo in the PR body... > Depends on #8600 8600 is this PR itself.

Are there any plans to add edit and continue / hot reload for .net 7?