Ryuichi Inagaki

Results 95 comments of Ryuichi Inagaki

Hi @tschofen sounds good, though I'm not sure if the diff view allows us to apply changes from one side to another with just a mouse-click

Hi @gtomic , yeah that doesn't look right. On line 1, you can see what's changed on that line (`d` removed from suspe**d**ct and **1123** droped from the last). However...

Thanks, I can reproduce the behaviour. The same thing happens if I use Code's native "Compare Selected" feature. Wonder if it's a problem in the Code's diff viewer. ![image](https://user-images.githubusercontent.com/1505715/103452157-63960380-4d20-11eb-9a64-3779484ff3ea.png)

By the way, if different `0x...` values are making the diff noisy, you might find `partialDiff.preComparisonTextNormalizationRules` settings useful. You can add an entry like this. ```json "partialDiff.preComparisonTextNormalizationRules": [ { "name":...

Thanks @philraj for pointing it out!

It's actually an interesting suggestion πŸ™‚ And yes, you can copy out the text contents in the diff view but you cannot copy out the diff information. It could be...

Hello @PixelT , thanks for your suggestion. It's interesting that you want to edit the text on diff (and reflect them back to the original text, I assume?) because I...

Thanks for the information! It’s always great to know the context so that i can understand how the current situation impacting you πŸ˜‰

And yes, providing an option to choose editable or not, or a separate command can solve the dilemma.

Thanks @dandv for your input. I really appreciate that you also provided the use cases!