Bug 4358 - Template - steals closing bracket
Summary: Template - steals closing bracket
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Claude Knaus CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 06:19 EDT by Dirk Baeumer CLA
Modified: 2001-10-12 09:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2001-10-11 06:19:36 EDT
Steps to reproduce

- press new
- enter name for
- enter description 
    for(collection, type, var) - iterate over collection
- enter pattern

for (Iterator iter= ${0}.iterator; iter.hasNext(); ) {
	${1} ${2}= (${1})iter.next();
	${cursor}

- press return several times
- position cursor after ${cursor}
- press enter
- press }
- press OK
- reopen dialog

==> observe: closing bracket } is missing.
Comment 1 Claude Knaus CLA 2001-10-12 09:41:20 EDT
fixed > 204