Community
Participate
Working Groups
I20070503-1400 Follow-up to bug 185760 (same for 'Delete Next/Previous Word' and 'Delete to End of Line'). 1. enable folding (and fold imports) 2. paste this: ------------- %< -------- import java.text.DateFormat; import java.util.HashMap; import java.util.List; class Bug {} ------------- %< -------- 3. select "po" from "import" 4. Ctrl+Delete or Ctrl+Backspace or Ctrl+Shift+Delete ==> import folding goes away and text becomes: imrt java.text.DateFormat; class Bug {} ==> the editor is completely confused from now.
*** This bug has been marked as a duplicate of bug 75222 ***