Disable Copy action for empty selection#2280
Conversation
Disables Copy Expressions, Copy Breakpoint, Copy Stack actions if there are no selections
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
|
Hi @laeubi, could you please merge this change ? |
|
The "Select All" and "Find" menu items look off here because they are missing an icon, maybe you want to consider adding one in a later PR. |
|
Thank you !
Sure, will reuse |
Disables Copy Expressions, Copy Breakpoint, Copy Stack & Copy Variables context action if there are no selections
before :
after :
#2276 (comment)