Bug 422201 - [projection] Typing an access identifier over a folded element absorbs the identifier into the folded element
Summary: [projection] Typing an access identifier over a folded element absorbs the id...
Status: CLOSED DUPLICATE of bug 104373
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.3   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-20 18:16 EST by Palmer Eldritch CLA
Modified: 2013-11-21 09:29 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 Palmer Eldritch CLA 2013-11-20 18:16:51 EST
class Test {


	static class FoldMe {

		static void method() {}
	}
}

Fold FoldMe then type abstract in the line above it. Abstract will be absorbed in the folding.

This is a constant annoyance when working with folded code
Comment 1 Dani Megert CLA 2013-11-21 09:29:11 EST

*** This bug has been marked as a duplicate of bug 104373 ***