deathaxe

Results 817 comments of deathaxe

IMHO, rounded tabs need a little space above in order to not look broken, especially when rendered below another group/pane/view but also if they'd touch the main menu. That's not...

I guess it could be achieved by an additional layer which renders with tabset background color above each tab. It involves removing all spacing from theme-file and tweaking textures as...

The attended reader might realize equal console outputs in OPs of both issues.

Lucky you. Text is truncated at first NULL byte on Linux. Appears to be a re-appearing regression, which was fixed before by https://github.com/sublimehq/sublime_text/issues/5443 - or at least falls into same...

Those characters indicate encoding/decoding issues. To be fair, Windows Notepad fails on it as well, but in other ways. It just replaces NUL bytes with 0x20. There are probably reasons...

> I did implement it in text line controls also in the default themes. I'm not as convinced about that implementation, so that may be tweaked a little in the...

Just see, what you mean. The `text_line_control` would need to receive `highlighted` as well. I guess that's required for DAneo, too. ``` text_line_control [file_medium_dark] pos: 242,1002 size: 1558,34 .content_margin=[8, 6,...

It might be worth noting that a popup being displayed next to a completion popup may contain different kinds of information not neccesarily sourced by the selected completion item (only)....