mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 13:35:22 +02:00
The DirectorySourceContainer's UI now supports the subfolders searching option (see bug 89748). Removed the UI related to CDirectorySourceContainer.
This commit is contained in:
parent
fd4aeb67d1
commit
e1c3a8d36b
2 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,12 @@
|
|||
2006-02-27 Mikhail Khodjaiants
|
||||
The DirectorySourceContainer's UI now supports the subfolders searching option (see bug 89748).
|
||||
Removed the UI related to CDirectorySourceContainer.
|
||||
- CDirectorySourceContainerBrowser.java
|
||||
- CDirectorySourceContainerDialog.java
|
||||
* SourceContainerWorkbenchAdapter.java
|
||||
* SourceLookupUIMessages.properties
|
||||
* plugin.xml
|
||||
|
||||
2006-02-21 Mikhail Khodjaiants
|
||||
Bug 122336: Use the asynchronous tree viewer in the Modules view.
|
||||
Adjustments to the platform changes in M5.
|
||||
|
|
|
@ -1209,11 +1209,6 @@
|
|||
containerTypeID="org.eclipse.cdt.debug.core.containerType.mapEntry"
|
||||
icon="icons/obj16/mapentry_obj.gif"
|
||||
id="org.eclipse.cdt.debug.ui.sourceContainerPresentation.mapEntry"/>
|
||||
<sourceContainerPresentation
|
||||
browserClass="org.eclipse.cdt.debug.internal.ui.sourcelookup.CDirectorySourceContainerBrowser"
|
||||
containerTypeID="org.eclipse.cdt.debug.core.containerType.directory"
|
||||
icon="icons/obj16/directory_obj.gif"
|
||||
id="org.eclipse.cdt.debug.ui.containerPresentation.directory"/>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.core.filebuffers.annotationModelCreation">
|
||||
|
|
Loading…
Add table
Reference in a new issue