aldebaran30701
aldebaran30701
The capability to search help is as you mention, through the application search. For the website online help, we are working on getting the pages cached and having the search...
`HitTester.display(...)` seems to be the location that determines if the hovered position is a Vertex, Transaction or nothing. It does so by grabbing an item out of the renderer buffer....
@Nova-2119 I think it is the lag @formalhaut69 referred to. I'm thinking the lag is really just too much occurring on FX threads. If you click one of the drop...
Just a little more info regarding this, I converted the rules from their old numeric values to the new emergency system. The rule numbers were from 0-100. They were converted...
Looking into CompletableFutures might help with knowing when to proceed with an action instead of sleeping the current thread. The data access view and table view have been rewritten, so...
This sounds like it could benefit from having the map view maintain state with the position it is centered over the map. Currently as far as I know it does...
Also to note is that there is an implementation currently similar within NotesView if an example is needed.
I think there was code in PR for the Find View Rework also that could be made modular to fix this.
Possibly adding a maximum to restrict new implementations of those jars could be defensive.
This could be added by default. Adding a formatter to the logger could enable a consistent approach. See the example here: https://examples.javacodegeeks.com/core-java/util/logging/create-custom-formatter-for-logger-handler/