Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 77575
Collapse All | Expand All

(-)src/org/eclipse/jface/text/link/LinkedModeUI.java (+5 lines)
Lines 401-406 Link Here
401
					return;
401
					return;
402
				}
402
				}
403
			}
403
			}
404
405
			// Make sure that any document change is done inside a compound change
406
			if (!fHasOpenCompoundChange)
407
				beginCompoundChange();
408
404
		}
409
		}
405
410
406
		/*
411
		/*

Return to bug 77575