pyfa-org / Pyfa

Python fitting assistant, cross-platform fitting tool for EVE Online
GNU General Public License v3.0
1.6k stars 402 forks source link

Add "Charges For Active Fit" market tree shortcut #2624

Closed lunedis closed 4 weeks ago

lunedis commented 1 month ago

This pull requests adds a new entry in the market browser tree below "Recently Used Modules": "Charges for Active Fit".

image

It lists all charges that can be fitted to a module of the currently open fit tab. It can be used to e.g. quickly creat the needed cargo items. It is inspired by the similiar ingame ghost fitting feature.

I added a new entry, which needs a translation btw, with the same icon as "damage pattern". Benchmarks of the feature resulted in unconclusive results, the calculation of the needed modules took between 2 and 30ms on my machine. Updating the list might be the bottleneck, but I am not sure how it is implemented.

Happy for any feedback, first python / pyfa pull request in a while.