Dmitry Cherniachenko
Dmitry Cherniachenko
@Keith94, The workaround with the extra addon does work. But it still causes annoying tab bar scrolling (I have a LOT of open tabs). It first scrolls to the top....
Quick adding of next task - see #597
+1 I don't want to look through all the Studies, Taxes, Housing, etc. to find the Salary category when registering an income.
Btw, it probably don't have to be different fonts. There is a concept of "stylistic sets". So one could toggle different font options to get the preferred result. For instance...
I have the same problem. And would like to suggest a different way to address it. Deprecate ``. And add instead more versatile `` and ``. Then it would be...
Here is my case. I have about 10 modules that all need to build identical Docker images (except for the modules' code, of course). So I wanted to describe the...
Here is another example when folding a line break makes readability worse: Original:  Folded: 
But why is the whole string folded? Can't just the escape sequences be folded individually? Is it also due to some API limitation? I would say that keeping the caret...
It looks #103 is about the same problem. Feel free to close it.
Some Java (as in 'non-Android') logging frameworks also support "format pattern" feature. For example, in SLF4J: `logger.error("one two three: {} {} {}", "a", "b", "c", new Exception("something went wrong"));` So...