mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
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
This commit is contained in:
parent
15ee18e027
commit
611ea03ab0
7 changed files with 15 additions and 15 deletions
|
@ -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.
|
||||
|
||||
<http://wiki.eclipse.org/CDT/User/NewInCDT>
|
||||
<https://github.com/eclipse-cdt/cdt/blob/main/NewAndNoteworthy/README.md>
|
||||
|
||||
#### 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:
|
||||
<http://wiki.eclipse.org/CDT/User/NewIn81#Scanner_Discovery>
|
||||
<https://htmlpreview.github.io/?https://raw.githubusercontent.com/eclipse-cdt/cdt/blob/main/NewAndNoteworthy/OlderReleases/CDT-8.1.html#Scanner_Discovery>
|
||||
|
||||
#### 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: <https://wiki.eclipse.org/CDT/User/NewIn83#Toolchains>
|
||||
settings, see: <https://htmlpreview.github.io/?https://raw.githubusercontent.com/eclipse-cdt/cdt/blob/main/NewAndNoteworthy/OlderReleases/CDT-8.3.html#Toolchains>
|
||||
|
||||
<u>Makefile project:</u>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -59,11 +59,11 @@ refer to <a href="https://www.eclipse.org/cdt/">https://www.eclipse.org/cdt/</a>
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="news://news.eclipse.org/eclipse.tools.cdt" target="_top">CDT newsgroup</a>:
|
||||
<li><a href="https://github.com/eclipse-cdt/cdt/discussions" target="_top">Eclipse CDT Discussions</a>:
|
||||
The place to ask questions about how to use the CDT.</li>
|
||||
<li><a href="https://wiki.eclipse.org/index.php/CDT/User/FAQ">User FAQ</a>:
|
||||
<li><a href="https://github.com/eclipse-cdt/cdt/tree/main/FAQ">User FAQ</a>:
|
||||
Provides answers to the most common questions about using the CDT.</li>
|
||||
<li><a href="https://wiki.eclipse.org/index.php/CDT">CDT Wiki</a>:
|
||||
<li><a href="https://github.com/eclipse-cdt/cdt">CDT on GitHub</a>:
|
||||
This is the main source for information around CDT.</li>
|
||||
|
||||
</ul>
|
||||
|
|
|
@ -53,13 +53,13 @@ refer to <a href="https://www.eclipse.org/cdt/">https://www.eclipse.org/cdt/</a>
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="news://news.eclipse.org/eclipse.tools.cdt" target="_top">CDT newsgroup</a>:
|
||||
<li><a href="https://github.com/eclipse-cdt/cdt/discussions" target="_top">Eclipse CDT Discussions</a>:
|
||||
The place to ask questions about how to use the CDT.</li>
|
||||
<li><a href="https://wiki.eclipse.org/index.php/CDT/User/FAQ">User FAQ</a>:
|
||||
<li><a href="https://github.com/eclipse-cdt/cdt/tree/main/FAQ">User FAQ</a>:
|
||||
Provides answers to the most common questions about using the CDT.</li>
|
||||
<li><a href="https://wiki.eclipse.org/index.php/CDT">CDT Wiki</a>:
|
||||
<li><a href="https://github.com/eclipse-cdt/cdt">CDT on GitHub</a>:
|
||||
This is the main source for information around CDT.</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="http://wiki.eclipse.org/CDT/User/FAQ"/>
|
||||
<link xlink:href="https://github.com/eclipse-cdt/cdt/blob/main/FAQ/README.md"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Add table
Reference in a new issue