InAnYan / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://devdocs.jabref.org
MIT License
0 stars 0 forks source link

Instead of opening a second chat window for a group, the existing one should be focussed #164

Closed koppor closed 2 months ago

koppor commented 2 months ago

image

PR https://github.com/JabRef/jabref/pull/11666

InAnYan commented 2 months ago

I did some crazy coding!

Seems to work all right

koppor commented 2 months ago

I did not formulate right.

  1. Group "A". Chat with group --> should open chat window for Group A
  2. Group "A". Chat with group --> should focus existing chat window
  3. Group "B". Chat with group --> should open new chat window. This time for Group B
  4. Group "A". Chat with group --> should focus existing chat window (for Group A)
  5. Group "B". Chat with group --> should focus existing chat window (for Group B)
InAnYan commented 2 months ago

Closing as fixed. This time I understood you correctly