Folke Will
Folke Will
Hi, I did a lot of work in that direction with the Latin version of en.wiktionary using the data on kaikki.org. I created a dictionary from that which also knows...
Thanks, I'm aware of that. However, I was informed by LR that it's not a good idea to simply load the latest TXT from there. There are many edge cases...
This is now tracked at LR as XPD-13331.
Thanks for taking care of this! I tested it on the head of master and now this one reproduces a malfunction: https://github.com/flandreas/antares/assets/5798899/2a94cfaa-e727-4d32-9f64-0b7f0752bacc
Great find, I think all instances in which I've encountered this bug previously were related to long wire junction ladders like this.
Great to see this fixed, thanks! There seems to be a small problem with it where sometimes hotkeys don't work anymore after stopping the simulation. Example: - create a circuit...
As an alternate solution, it would be cool if the user could just drag the switch rectangle size themselves. For situations like the above, it would be more aesthetically pleasing...
My Java days are long gone, but I noticed that `KEY_FRACTIONALMETRICS` is not explicitly set on the `Graphics2D` context. Doesn't that mean that the implementation will decide what's best, i.e....
The rough zooming improves by actually enabling the rendering hint for fractional rendering. I suggest this: ````g.setRenderingHint(RenderingHints.KEY_FRACTIONALMETRICS, RenderingHints.VALUE_FRACTIONALMETRICS_ON)```` in combination with the `true` parameter in `TextRenderInfoFactoryJvm`. I think the current...
Wow, thanks for the quick fix - can confirm it's working as expected now! While I don't understand the black / white thing, selecting black did the trick to get...