Closed lhiginbotham closed 4 years ago
@RussKie FYI, the commit entries in Git Extensions does not render tabs either; is this an issue or is it the desired behavior?
I agree with you. I think it's a bug, I personally can't see this being a desired behaviour in the context of the app.
On Mon, Jun 1, 2020, 10:28 AM Logan Higinbotham notifications@github.com wrote:
@RussKie https://github.com/RussKie FYI, the commit entries in Git Extensions does not render tabs either; is this an issue or is it the desired behavior?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gitextensions/ICSharpCode.TextEditor/issues/22#issuecomment-636555504, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBTEXUZJXX7H2TEO366MYDRULY2TANCNFSM4NPMKPVA .
Current behaviour
When rewording a commit using Git Extensions, I've found that tab characters are not rendering in the default text editor (though the characters do exist within the commit message and can be seen when doing
git log
).Expected behaviour
The text editor should render whitespace whenever there are tab characters in the loaded document.
Steps to reproduce
Screenshots
In the text editor, I put a tab between 'w' and 'o' of "Reworded" and a tab between 'm' and 'i' of "commit".
How it appears in the Git log:
Did this work in previous version
Not sure
Environment