Bug 24469 - typing semicolon should append semicolon at end of line
Summary: typing semicolon should append semicolon at end of line
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-07 14:12 EDT by Randy Hudson CLA
Modified: 2007-11-30 11:03 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Hudson CLA 2002-10-07 14:12:51 EDT
I find it annoying when I have to type
"gc.drawRect"<<CODEASSIST>>angle("getBou"<<CODEASSIST>>nds()<<CARET>>)

So, I've invoked code assist twice, and my caret is now between the last 2 
closing parenthesis.  Now I have to type a semicolon, but first I must always 
press the END key.  I do this like 100 times per/day.  It would be great if 
SEMICOLON caused the caret to move to the end of the current line automatically.
Comment 1 Claude Knaus CLA 2002-11-29 04:33:52 EST
I think it's hard to detect when you don't want to insert a semicolon where you 
are. Any strategies?
Comment 2 Randy Hudson CLA 2002-11-29 14:31:00 EST
Other than for and while loops, aren't semi-colons most often right before line 
delimeters?