Bug 49418 - [typing] Pos1 in javadoc comments to jump to tag
Summary: [typing] Pos1 in javadoc comments to jump to tag
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-30 08:38 EST by Timo Nentwig CLA
Modified: 2004-01-05 03:54 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.