[Debug] Add F2 shortcut for renaming breakpoints#2092
[Debug] Add F2 shortcut for renaming breakpoints#2092vogella merged 1 commit intoeclipse-platform:masterfrom
Conversation
|
Hi @vogella, |
but it is already pre-selected |
Not for me, if I press F2 the text is not pre-selected (testing under Ubuntu) Bildschirmaufzeichnung.vom.2025-07-30.09-28-04.webm |
Strange, for Mac it is working BPShortCut.mp4I'll check whats the issue is 👍 |
46e0c48 to
8b4c0c9
Compare
Added an explicit |
Thanks, looks good. Planning to merge once the verification build is done. |
Improve usability of custom breakpoint label by mapping the F2 key to rename breakpoints, aligning with the standard convention for renaming items across platforms and select all texts in current breakpoint label on opening the inline editor
8b4c0c9 to
a459469
Compare
|
Jenkins Build failure looks unrelated: 05:03:14.963 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:3.4.0:war (default-war) on project infocenter-app: Error assembling WAR: Problem creating war: Execution exception: Java heap space -> [Help 1] Merging, thanks @SougandhS |
|
Thank you @vogella |
Thanks for this super nice enhancement. |

Improve usability of custom breakpoint label by mapping the
F2key to rename breakpoints, aligning with the standard convention for renaming items across platforms.based on : #1803 (comment)
BPShortCut.mp4