Danilo Bargen

Results 535 comments of Danilo Bargen

I'm quite busy at the moment, so not in the next weeks. Maybe in summer, but don't wait for me on this issue :)

Another one would be `nRESET` / `!RESET` / `~RESET`.

Yep. I think right now the issue is that "bar above words" is not supported out-of-the-box by Qt's text label component, so we'd probably need to create a custom widget...

Hm, good idea, there's "U+0305 Combining Overline". However, it seems to be a bit buggy depending on the renderer. Text: `R̅E̅S̅E̅T` Terminal (alacritty): ![1](https://user-images.githubusercontent.com/105168/73134775-d4c23680-403a-11ea-92e8-00d14aedfe47.png) Firefox Textarea: ![2](https://user-images.githubusercontent.com/105168/73134778-dd1a7180-403a-11ea-8313-5ac980ea0c36.png) Firefox URL bar:...

I took a quick look at implementation options. When rendering a text element in Qt, an overline can easily be added with `setOverline(true)`, but the thing is that it only...

It is being used sometimes when pins have alternate functions. E.g. on the ATtiny85: ![image](https://user-images.githubusercontent.com/105168/73313209-df432280-422a-11ea-814b-f6d12250d615.png)

@Ben01880 we need a bit more detail than that. Which dialog boxes are you talking about?

Kicad's variant: ![image](https://user-images.githubusercontent.com/105168/103283243-4e476f00-49d8-11eb-9cec-87cc671fe253.png)

> The only option is to close the dialog (and thus loose the metadata), create the symbol, and re-open the dialog again afterwards. Yep, happened to me very often. >...

Oh, this looks really cool and intuitive for some use cases (like the one you're showing)! It would be good if the construction lines would have a different look than...