From 69323c8af807e877a87fca74a16ff659333af654 Mon Sep 17 00:00:00 2001
From: Jonah Graham
Date: Sun, 30 Aug 2020 22:31:23 -0400
Subject: [PATCH] Improve some of the documentation of removed deprecated API
Change-Id: I952e0a0ae814cbdbc074cf2c12ed3d33a4a6e493
---
.../guide/deprecated_API_removals.html | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html b/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html
index cd0b1ce9016..f23e743f686 100644
--- a/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html
+++ b/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html
@@ -44,7 +44,6 @@
Partial removal of CDT 3.X project support.
Removal of CDT Core Options API.
TM Terminal has major changes to support new color and preference functionality.
- Remove org.eclipse.cdt.core.browser.PathUtil.
Environment Variables are always case sensitive in CDT.
@@ -76,6 +75,8 @@
IGDBJtagDevice.getDefaultIpAddress has been removed. Implement IGDBJtagConnection and specify default_connection in JTagDevice extension XML instead. See Bug 566462.
IGDBJtagDevice.getDefaultPortNumber has been removed. Implement IGDBJtagConnection and specify default_connection in JTagDevice extension XML instead. See Bug 566462.
IGDBJtagDevice.doRemote has been removed. Implement IGDBJtagConnection.doRemote instead. See Bug 566462.
+ PTY constructor PTY(boolean console) has been removed. Use PTY(Mode mode) instead.
+ org.eclipse.cdt.core.browser.PathUtil has been removed. Use org.eclipse.cdt.utils.PathUtil instead. See Bug 564123.
@@ -266,14 +267,7 @@
-
-
- The deprecated class org.eclipse.cdt.core.browser.PathUtil has been removed. Use
- org.eclipse.cdt.utils.PathUtil instead. See Bug 564123.
-
-
-
+
The handling of environment and build variables in CDT has changed to being case sensitive. This means
some API changes to remove methods such as isVariableCaseSensitive (see full list below). The PATH and