1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug 105224: Two identical directory source container types.

This commit is contained in:
Mikhail Khodjaiants 2005-07-26 21:05:45 +00:00
parent c0b5b6e08c
commit a7d6556d98
5 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2005-07-26 Mikhail Khodjaiants
Bug 105224: Two identical directory source container types.
* plugin.properties
2005-07-26 Mikhail Khodjaiants 2005-07-26 Mikhail Khodjaiants
Bug 102929: Race conditions when setting breakpoints at launch. Bug 102929: Race conditions when setting breakpoints at launch.
The initial breakpoint settings, stop in main and resume are batched The initial breakpoint settings, stop in main and resume are batched

View file

@ -22,5 +22,5 @@ containerName.mapping=Path Mapping
containerDescription.mapping=A path mapping. containerDescription.mapping=A path mapping.
containerName.mapEntry=Path Map Entry containerName.mapEntry=Path Map Entry
containerDescription.mapEntry=An entry in a path mapping. containerDescription.mapEntry=An entry in a path mapping.
containerName.directory=Directory containerName.directory=File System Directory With Subfolders
containerDescription.directory=A directory in the local file system containerDescription.directory=A directory in the local file system with the subfolders search option.

View file

@ -1,3 +1,8 @@
2005-07-26 Mikhail Khodjaiants
Bug 105224: Two identical directory source container types.
+ icons\obj16\directory_obj.gif
* plugin.xml
2005-07-25 Alain Magloire 2005-07-25 Alain Magloire
Part fix for PR 100992: The signature was incorrect for structure/unions. Part fix for PR 100992: The signature was incorrect for structure/unions.

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

View file

@ -1238,7 +1238,7 @@
<sourceContainerPresentation <sourceContainerPresentation
browserClass="org.eclipse.cdt.debug.internal.ui.sourcelookup.CDirectorySourceContainerBrowser" browserClass="org.eclipse.cdt.debug.internal.ui.sourcelookup.CDirectorySourceContainerBrowser"
containerTypeID="org.eclipse.cdt.debug.core.containerType.directory" containerTypeID="org.eclipse.cdt.debug.core.containerType.directory"
icon="icons/obj16/folder_obj.gif" icon="icons/obj16/directory_obj.gif"
id="org.eclipse.cdt.debug.ui.containerPresentation.directory"/> id="org.eclipse.cdt.debug.ui.containerPresentation.directory"/>
</extension> </extension>
<extension <extension