Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2000, 2018 IBM Corporation and others.
* Copyright (c) 2000, 2026 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -894,7 +894,7 @@ public void historyNotification(final OperationHistoryEvent event) {
*
* @param undoLevel the length of this manager's history
*/
@Deprecated
@Deprecated(forRemoval= true)
public DefaultUndoManager(int undoLevel) {
fHistory= OperationHistoryFactory.getOperationHistory();
setMaximalUndoLevel(undoLevel);
Expand All @@ -910,9 +910,6 @@ private boolean isConnected() {
return fTextViewer != null;
}

/*
* @see IUndoManager#beginCompoundChange
*/
@Deprecated
@Override
public void beginCompoundChange() {
Expand All @@ -922,10 +919,6 @@ public void beginCompoundChange() {
}
}


/*
* @see IUndoManager#endCompoundChange
*/
@Deprecated
@Override
public void endCompoundChange() {
Expand Down
24 changes: 0 additions & 24 deletions tests/org.eclipse.jface.text.tests/JFaceTextTestSuite.launch

This file was deleted.

2 changes: 1 addition & 1 deletion tests/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.jface.text.tests
Bundle-Version: 3.14.100.qualifier
Bundle-Version: 3.14.200.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package:
Expand Down
Loading
Loading