Pavel Kotrč

Results 11 comments of Pavel Kotrč

I am not familiar with the code but I suppose that at rendering time, we know what needs to be rendered _outside_ the series so we can subtract that from...

Whoa, sounds way more complicated than I expected! Is there some workaround to make the axis scale a bit lower from the outside, so that the labels are not truncated...

Also, another issue possibly related to this (because it would affect the axis scaling) is rendering the plot title/subtitle. Currently if the plot is not wide enough, the title is...

The issue also applies to outside labels in pie series (there is even a `todo` comment for that in `PieSeries.Render` method).

For the `blame` command it already works on the `master` branch. Just run `gitextensions.exe blame "C:\src\code\sample.txt" 42`. However, the blame opens so that the line is the last one visible...

> The separate Blame form is considered obsolete, so is the separate FileHistory with Blame form. > In master this is integrated in the standard Browse form. Does it mean...

OK, thanks for the clarification. I know there have been many changes recently in the history/blame dialogs but I haven't been watching them too closely.

I cannot properly review the changes since my knowledge of the code is very limited. However, I have tested the branch and it seems to behave as it did before...

@pavel-mikula-sonarsource good idea - I like to extract for example complex boolean conditions to local methods so that the body of the main method has a better readability. IMHO this...