Bug 49418

Summary: [typing] Pos1 in javadoc comments to jump to tag
Product: [Eclipse Project] JDT Reporter: Timo Nentwig <eclipse>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P4    
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Timo Nentwig CLA 2003-12-30 08:38:25 EST
Similar to the recent // style comment feature. 
 
Hitting Pos1 on keyboard once sets to cursor to the beginning of the // 
comment. Hitting it a second time sets the cursor to the beginning of the line. 
 
The same behavior should be applied within javadoc comments, e..g 
 
/** 
 * @return A String object. 
 */ 
 
Hitting Pos1 once should set the cursor to right in front of "A".
Comment 1 Dani Megert CLA 2004-01-04 17:19:24 EST
What if you want to change the tag itself?
Currently (3.0 M6) it jumps after "* "
Comment 2 Timo Nentwig CLA 2004-01-05 03:54:29 EST
Ok, pressing Pos1 the frist time -> A, second time -> @ and finally third time 
-> beginning of line (or * and forth time to beginning of line, I let you 
decide, I don't case :) And you can still use the cursor keys.