Michael Seibt

Results 187 comments of Michael Seibt

Killing child processes started on user request would be a very dangerous feature with high risk of data loss. Rather let's find out why vim was using up one core....

> Yeah, I don't mean child processes the user explicitly asked to be launched, such as cmd or bash window. Opening a difftool is an explicit user action. You have...

My 2ct: This feature seems to be pretty related to the "Find" function - particularly to "Find all" in IDEs. I would add it to the FindAndReplaceForm (or else have...

> But I may prefer the searchbox anyway, you can search interactively, get feedback faster. > git-grep cannot search the diff, that would be a completely different algorithm. I prefer...

Having it in one line with "::" feels too cryptic to me. A toggle button in the upper right corner would make it discoverable. (Please use `RuntimeSetting` in order to...

> I want the options to be persistent though, not just runtime. The filter items are instance local, could be be runtime settings. That's what `RuntimeSetting` is intended for: -...

If the "search commit" combobox is visible, the "filter files" combobox should always be shown, too. "No changes" shall be hidden, if there are search results. ![grafik](https://github.com/gitextensions/gitextensions/assets/36601201/628c65d5-a42c-467d-b9f2-032519aec48f)

It is similar to #11533 but not that issue which has been addressed by it. The highlighted error message _gives_ the clue. (I have not seen it myself.) The full...

There must be a very huge benefit of moving all these interfaces and utilities to a submodule / NuGet package. Could you elaborate the benefits, please? Where do you draw...

It should not be too difficult to directly publish the GE Extensibility NuGet from the GE main repo, shouldn't it?