mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
updated.
This commit is contained in:
parent
21b25f7151
commit
66e00e89c1
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2002-11-20 Alain Magloire
|
||||||
|
|
||||||
|
Move the Index property page in the C/C++ project category.
|
||||||
|
* src/.../internal/ui/preferences/CIndexerManager.java: Removed.
|
||||||
|
* src/.../internal/ui/preferences/CProjectPropertyPage.java (indexerBlock):
|
||||||
|
Add the indexer block to the CProjectPropertyPage tab.
|
||||||
|
* src/.../ui/wizard/IndexerBlock.java: New file implementing
|
||||||
|
the indexer TabItem.
|
||||||
|
|
||||||
2002-11-20 David Inglis
|
2002-11-20 David Inglis
|
||||||
* src/.../internal/ui/cview/CView.java
|
* src/.../internal/ui/cview/CView.java
|
||||||
Added support for label decorators
|
Added support for label decorators
|
||||||
|
|
|
@ -47,7 +47,6 @@ CPluginPreferencePage.name=C/C++
|
||||||
CPluginEditorPreferencePage.name=C/C++ Editor
|
CPluginEditorPreferencePage.name=C/C++ Editor
|
||||||
CPluginTemplatePreferencePage.name=Code Templates
|
CPluginTemplatePreferencePage.name=Code Templates
|
||||||
CProjectPropertyPage.name=C/C++ Project
|
CProjectPropertyPage.name=C/C++ Project
|
||||||
CIndexerPropertyPage.name=C/C++ Indexer
|
|
||||||
CLaunchingPropertyPage.executionArguments.name=C Execution Arguments
|
CLaunchingPropertyPage.executionArguments.name=C Execution Arguments
|
||||||
CApplicationLauncher.label=Executable
|
CApplicationLauncher.label=Executable
|
||||||
CApplicationLauncher.description=Launch a local command
|
CApplicationLauncher.description=Launch a local command
|
||||||
|
|
Loading…
Add table
Reference in a new issue