SzatmariA / CharmFL-dev

CharmFL, a fault localization tool for the PyCharm IDE
Apache License 2.0
0 stars 0 forks source link

Create ifl floating window #35

Closed SamuraiSnail closed 1 year ago

SamuraiSnail commented 2 years ago

I have implemented the basic behaviour of the floating window. Now it is able to display the expected panels and calculate (and also display) scores based on some dummy data. The remaining work with it is to attach the real input and output, but in this state it is able to be presented (at least)

SamuraiSnail commented 1 year ago

I have implemented the communication between the floating window and the data. Although currently this means that the indicators will update themselves based on the selected component. The other way is not implemented yet.