bobatsar

Results 8 issues of bobatsar

I want to mirror some icons and use the textdirection for this. Unfortunately the icons are generated with `matchTextDirection: false` Why is this **not** set to true? Currently I create...

Over time we got a lot of translations. Now we have some removed from sourcecode but they are still in the translation sheet. Is there an easy way to find...

I use this extension for highlighting different parts in logfiles. I would like to cycle through all highlights not only the same as the currently selected. Is this already implemented?...

enhancement

Is there any command planned to take screenshots? This would be very handy to document changes between different versions of an app.

enhancement

Is there a way to use the custom highlighting patterns and attach them to the predefined log items? e.g.: ``` "logFileHighlighter.customPatterns": [ { "pattern": "E/\\w+", "scope": "log.error" }, { "pattern":...

enhancement

Hi there, I like your extension but I am coming from Atom and was used to this extension. https://atom.io/packages/language-log It had the "filter" option to either filter by string, or...

The logger output in `reactive_ble_mobile_platform.dart`, is evaluated for each received message. Especially the interpolation of the characteristic is quite resource hungry. We are receiving a lot of characteristics data and...

As described in #708 the string interpolation can use quite a lot of CPU time, even if the logger is set to `LogLevel.none`. This PR allows to set the `logger`...