From 611ea03ab0daac5944c633d7ddd1a88123b9ff65 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 9 Nov 2022 10:12:11 -0500 Subject: [PATCH] Update wiki.eclipse links to their new locations I have not updated links in old N&N pages from before CDT 10. I have not updated non-CDT links. Part of #32 --- FAQ/README.md | 6 +++--- NewAndNoteworthy/CDT-10.0.md | 4 ++-- NewAndNoteworthy/CDT-10.1.md | 2 +- NewAndNoteworthy/CDT-10.6.md | 2 +- .../concepts/cdt_c_over_cdt.htm | 6 +++--- doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm | 8 ++++---- .../setting_up_eclipse_cdt/src/other.xml | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/FAQ/README.md b/FAQ/README.md index d7a0088c07d..a28e3eddd7f 100644 --- a/FAQ/README.md +++ b/FAQ/README.md @@ -70,7 +70,7 @@ and project structure). It's worth reading even the older "What's new and noteworthy in CDT" to understand CDT features. - + #### How do I find out about future releases of the CDT? @@ -835,7 +835,7 @@ information. Since Eclipse Juno this new Scanner Discovery is integrated in CDT, see "What's new in CDT 8.1" here: - + #### Why is this key/arrow/push pin emblem is shown on my file? Or maybe it is a wrench icon. @@ -859,7 +859,7 @@ Open Project Properties-\>C/C++ Build-\>Settings-\>Tool Settings-\>GCC C++ Compiler-\>Miscellaneous-\>Other Flags. Put "-std=c++0x" at the end. Since CDT 8.3 there is a new "Dialect" option in the compiler option -settings, see: +settings, see: Makefile project: diff --git a/NewAndNoteworthy/CDT-10.0.md b/NewAndNoteworthy/CDT-10.0.md index 1ee3e074282..986d4c2cdfa 100644 --- a/NewAndNoteworthy/CDT-10.0.md +++ b/NewAndNoteworthy/CDT-10.0.md @@ -119,8 +119,8 @@ See [Bug 567261](https://bugs.eclipse.org/bugs/show_bug.cgi?id=567261) ## API Deletions and Deprecations -Please see the [CDT Policy](https://wiki.eclipse.org/CDT/policy#Deprecating_and_Deleting_API) on Deprecating and Deleting API for more details of API that has been changed, removed, deprecated or scheduled for removal. -In addition, the current version of the Deprecation and Removals can be previewed [here](https://htmlpreview.github.io/?https://raw.githubusercontent.com/eclipse-cdt/cdt/blob/main/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html) +Please see the [CDT Policy](https://github.com/eclipse-cdt/cdt/blob/main/POLICY.md#deprecating-and-deleting-api) on Deprecating and Deleting API for more details of API that has been changed, removed, deprecated or scheduled for removal. +The current version of the Deprecation and Removals is stored in git [here](https://github.com/eclipse-cdt/cdt/blob/main/NewAndNoteworthy/CHANGELOG-API.md) ## [SerialPort](../native/org.eclipse.cdt.native.serial/src/org/eclipse/cdt/serial/SerialPort.java) supports arbitrary baud rates diff --git a/NewAndNoteworthy/CDT-10.1.md b/NewAndNoteworthy/CDT-10.1.md index 49dcbbe9a7a..c47172cada0 100644 --- a/NewAndNoteworthy/CDT-10.1.md +++ b/NewAndNoteworthy/CDT-10.1.md @@ -22,7 +22,7 @@ See also [Bug 569790](http://eclip.se/569790) ## Update index and views with active configuration by default The default preference controlling which configuration the index uses along with the affected views has been changed to use the active configuration instead of a fixed configuration. The new default should be less confusing for users as an initial setting but might not be suitable for all projects. -See the [CDT User FAQ](https://wiki.eclipse.org/CDT/User/FAQ#The_index_is_rebuilt_every_time_the_active_configuration_is_changed_and_it_takes_too_long) for instructions on how to change this preference. +See the [CDT User FAQ](https://github.com/eclipse-cdt/cdt/tree/main/FAQ#the-index-is-rebuilt-every-time-the-active-configuration-is-changed-and-it-takes-too-long) for instructions on how to change this preference. CDT extenders can also customize products using plugin_customization.ini, with org.eclipse.cdt.core/cprojectdescription.configRelations=1 (1 for "fixed", 2 for "active") diff --git a/NewAndNoteworthy/CDT-10.6.md b/NewAndNoteworthy/CDT-10.6.md index 197fa148faf..545df1ad864 100644 --- a/NewAndNoteworthy/CDT-10.6.md +++ b/NewAndNoteworthy/CDT-10.6.md @@ -42,7 +42,7 @@ The Modules view does not do much and in most situations is not particularly rel ## Windows Pseudo Console (ConPTY) the default -In [CDT 10.3](https://wiki.eclipse.org/CDT/User/NewIn103#Terminal_-_Windows_Pseudo_Console) the ConPTY implementation was introduced in preview mode. +In [CDT 10.3](https://github.com/eclipse-cdt/cdt/blob/main/NewAndNoteworthy/CDT-10.3.md#terminal---windows-pseudo-console) the ConPTY implementation was introduced in preview mode. The response has been good and then ConPTY is now the default in the terminal on Windows where available. See [Bug 562776](https://bugs.eclipse.org/bugs/show_bug.cgi?id=562776) for details on the implementation. diff --git a/debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_over_cdt.htm b/debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_over_cdt.htm index 5cf639fbc19..b4133f6ad9f 100644 --- a/debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_over_cdt.htm +++ b/debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_over_cdt.htm @@ -59,11 +59,11 @@ refer to https://www.eclipse.org/cdt/

diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm index 5cfbeacffe0..f86e8abb653 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm @@ -53,13 +53,13 @@ refer to https://www.eclipse.org/cdt/

diff --git a/doc/org.eclipse.cdt.doc.user/setting_up_eclipse_cdt/src/other.xml b/doc/org.eclipse.cdt.doc.user/setting_up_eclipse_cdt/src/other.xml index 6ba31631733..5e44e505bac 100644 --- a/doc/org.eclipse.cdt.doc.user/setting_up_eclipse_cdt/src/other.xml +++ b/doc/org.eclipse.cdt.doc.user/setting_up_eclipse_cdt/src/other.xml @@ -6,7 +6,7 @@ - +