237dmitry
237dmitry
The issues are mostly with Gnome, I think Tilix is lagging behind Gnome.
``` tilix --window-style disable-csd-hide-toolbar --window-style borderless ``` or set it in preferences: ``` tilix --preferences ```
> It does not works Then I don't know. It works on xfce4 (x11).
It depends on the GTK theme you are currently using.
> Are static factory methods This is clear. But it is illogical that similar methods are called differently. The user does not care what is inside.
> I disagree I don't believe that it is impossible to make a wrapper over a static method, class overloading, so that the static method is retransmitted as a normal...
I suggested a syntax improvement, whether it will be implemented or not is none of my business, and I suspect none of yours either.
> One possible way Are you really? I am about changing SYNTAX of сode. Set `ToFileTime()` static as well. I'm talking about the aesthetics of the code. It looks very...
> I would suggest This is not important how it can be implemented. For example, It could be parameters to Get-Date: ``` Get-Date -FromFileTime # ft alias to parameter Get-Date...
> So for consistency, should both the following work? No!!! I'm not talking about changing `System.DateTime` I just want the syntax to be consistent for converting to and from `FileTime`....