Michael Seibt

Results 350 comments of Michael Seibt

GE just calls Git. "error: cannot spawn git: Function not implemented" has been printed by Git. You will get the same message when you execute "git clone ..." on the...

seems to be related to scrollbar hidden if at position 0: ![hidden_scrollbar](https://github.com/gitextensions/gitextensions/assets/36601201/bf6f9deb-d2b7-427a-9354-14b1a021abf4)

`TextAreaControl` calculates stuff in many places, partly with magic numbers. I do not want to dig any deeper.

> The `credential.helper` is even more of an outlier, empty value indicates to [_restart the list_](https://git-scm.com/docs/gitcredentials#Documentation/gitcredentials.txt-helper). So the _effective_ value IN THIS CASE is: Everything after a setting with an...

Thank you for reporting. There are still a few asynchronous operations which need to be cancelled when switching repos. (I could not reproduce it myself using the GE repo.)

`Ctrl+C` copies just the path but not the actual file. Consider using `Save as...`, please. (In the current development build, it is `Save selected as...` with default hotkey `Ctrl+S` -...

> it only show "Save as..." for files not folders. changed in current dev build (but limited to ~ 10 files) ![Image](https://github.com/user-attachments/assets/7dcf9f03-8556-4a83-9955-1f497237c28c)

> Thanks i'll compile and try it https://ci.appveyor.com/project/gitextensions/gitextensions/branch/master/artifacts > what about the ctrl+c, wouldnt it make more sense to it copy the selected item instead of copying its file path?...

> could you point out where you modified to include folders on the Save selected as? It is implemented in `FileStatusList.SaveAs_Click` in file `src/app/GitUI/UserControls/FileStatusList.ContextMenu.cs`. For both Diff and FileTree, `RevisionDiffControl`...

I have never used this feature. I guess it can be enabled again: ![Image](https://github.com/user-attachments/assets/4a6258ea-464b-45b2-a996-3128941131c8) ![Image](https://github.com/user-attachments/assets/58f8e699-0258-47cf-a028-4dbbc45900ab)