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 21476 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/jface/text/source/SourceViewerConfiguration.java (-1 / +1 lines)
Lines 78-84 Link Here
78
	 * @return an undo manager or <code>null</code> if no undo/redo should not be supported
78
	 * @return an undo manager or <code>null</code> if no undo/redo should not be supported
79
	 */
79
	 */
80
	public IUndoManager getUndoManager(ISourceViewer sourceViewer) {
80
	public IUndoManager getUndoManager(ISourceViewer sourceViewer) {
81
		return new DefaultUndoManager(25);
81
		return new DefaultUndoManager(1000);
82
	}
82
	}
83
		
83
		
84
	/**
84
	/**

Return to bug 21476