Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Word Wrap for Diff and File Tree views #448

Open
GregariousJB opened this issue May 18, 2011 · 9 comments
Open

Word Wrap for Diff and File Tree views #448

GregariousJB opened this issue May 18, 2011 · 9 comments
Labels
area: user experience type: feature request up-for-grabs Easy tasks for those looking to get involved. Refer to https://up-for-grabs.net/

Comments

@GregariousJB
Copy link

Currently the only way around long lines of code is to copy/paste it into Notepad++ in order to read everything without needing to do the wrist-twist to see the same code in Git Extensions.

@shaund shaund mentioned this issue Mar 19, 2013
@maliayas
Copy link

maliayas commented Dec 5, 2013

👍 Especially for diff window.

@mnaoumov
Copy link
Contributor

mnaoumov commented Dec 7, 2015

+1

@vbjay
Copy link
Contributor

vbjay commented Dec 7, 2015

We would have to do what visual studio does. Show a wrap arrow at the end
of the line that wrapped.

On Mon, Dec 7, 2015, 4:45 AM Michael Naumov notifications@github.com
wrote:

+1


Reply to this email directly or view it on GitHub
#448 (comment)
.

@sarazimmo
Copy link

+1

@shaund
Copy link

shaund commented Jun 11, 2018

What needs to be done to implement this? Is there some built-in way to wrap to the window?

@drewnoakes drewnoakes changed the title [Request] Word Wrap for Diff and File Tree views Word Wrap for Diff and File Tree views Jun 11, 2018
@drewnoakes
Copy link
Member

drewnoakes commented Jun 11, 2018

What needs to be done to implement this?

Answering this question is part of implementing it :) If you want to take a look at it and have specific questions, just shout.

That said, we use the ICSharpCode.TextEditor control for rendering code samples. It doesn't support word wrap. So adding word wrap would likely require replacing the control or doing a lot of work on it, neither of which are small undertakings.

@shaund
Copy link

shaund commented Oct 10, 2018

Sorry, I missed this reply when you made it.

Is there any reason not to use AvalonEdit instead?

@gerhardol
Copy link
Member

AvalonEdit could not be used in 2.x because it is WPF and not WinForms (required for Mono compatibility).
For the future, something else than WinForms should be used. WPF is a candidate, but something that supports multiplatform would be better. Switch editor is likely not easily done either...

@NickDaly
Copy link

NickDaly commented Mar 8, 2024

+1 this bug, line wrapping in diff and blame views would still be nice to have. Unfortunately, it looks like the ICSharpCode.TextEditor v4 rewrite is on infinite hiatus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: user experience type: feature request up-for-grabs Easy tasks for those looking to get involved. Refer to https://up-for-grabs.net/
Projects
None yet
Development

No branches or pull requests

10 participants