Benedek Dévényi

Results 108 issues of Benedek Dévényi

`Close tabs with unmodified files` and `Close tabs with deleted files` options

help wanted
good first issue

In the menubar we have the global actions. The filetype belongs to the current tab, so it should be in the status/bottom bar.

TODO: - [ ] Fix scrolling - [ ] Fix refresh jumping - [ ] Fix style tags, because they are messed up - [ ] Update preview when filetype...

Resolves #1289

The [`main`](https://github.com/tukaan/tukaan/tree/main) branch is an orphan branch where I started a complete rewrite of the project a couple of moths ago. It's pretty stable now, tho it's missing some features....

Specifying the type, a combobox or a spinbox should accept and return ```py combo = ComboBox[int](parent, values=[2, 4, 8]) assert isinstance(combo.value, int) combo = ComboBox[str](parent, values=[2, 4, 8]) # TypeError:...

- [ ] High DPI awareness High DPI awareness should be enabled on Windows by default - [ ] Scaling - [ ] Implement UI scaling - [ ] Support...

enhancement
Difficulty: medium

As @demberto mentioned in #125, `colors.py` sucks.