Jannis Weis

Results 114 comments of Jannis Weis

I see you have already once tried out [Darklaf](https://github.com/weisJ/darklaf). There have been a lot of changes and bug fixes and you may want to test the newest version `2.4.4`. While...

Could you please elaborate what precisely the issue being fixed is here?

The way the vertical lines are painted is intentional. If you think there should be an option to change that behaviour, please file a feature request issue. I highly appreciate...

This also applies for the windows key on windows. Though the better solution is to avoid starting to edit check the condition in the table ui, as this also solves...

I have added the key codes. Also any key combination that involves the control/cmd key is now ignored. Am I missing scenarios in which I'd actually want to edit the...

I have changed it such that only `ctrl/cmd + c` is ignored. Also it should work on macOS now.

I'm now checking against the the associated action with the key stroke the event produces to determine whether it is the cut/copy action. Hopefully this works on macOS. On windows...

I accidentally removed the wrong method in `IntelliJTheme`. Should be fine now.

I have added `meta C/V/X` to the input map of `JTable`. Does this fix it?