Bug 422201

Summary: [projection] Typing an access identifier over a folded element absorbs the identifier into the folded element
Product: [Eclipse Project] JDT Reporter: Palmer Eldritch <the.ubik>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert
Version: 4.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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 ***