1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C++14,852 stars (14,852 stars)1,123 forks (1,123 forks)batch import
EnhancementHacktoberFestgood first issue
Description
Lack of copy to clipboard context menu Copy All/Copy for refs list(s)

- Issue type
- feature
- Research direction
- The X Refs Widget is likely implemented in C++ using Qt. Look for files named 'XRefsWidget' or similar under the src directory. Examine existing context menu implementations in other widgets to understand the pattern for adding actions and clipboard copy. The relevant code is probably in the widget's constructor or contextMenuEvent handler.