Community
Participate
Working Groups
I20070920-0936 - have: public class Try { public void testManyInsertsIntoDoc3() throws Exception { Document props= new Document( "key_a=value\n" + "\n" + "key_b_2=value\n"); } } - select the entire method and do Copy Lines (Ctrl+Alt+Down) or Correct Indentation (Ctrl+I) => line ' "key_b_2=value\n");' loses 2 tabs
*** This bug has been marked as a duplicate of bug 75573 ***