mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Bug 105224: Two identical directory source container types.
This commit is contained in:
parent
c0b5b6e08c
commit
a7d6556d98
5 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-07-26 Mikhail Khodjaiants
|
||||
Bug 105224: Two identical directory source container types.
|
||||
* plugin.properties
|
||||
|
||||
2005-07-26 Mikhail Khodjaiants
|
||||
Bug 102929: Race conditions when setting breakpoints at launch.
|
||||
The initial breakpoint settings, stop in main and resume are batched
|
||||
|
|
|
@ -22,5 +22,5 @@ containerName.mapping=Path Mapping
|
|||
containerDescription.mapping=A path mapping.
|
||||
containerName.mapEntry=Path Map Entry
|
||||
containerDescription.mapEntry=An entry in a path mapping.
|
||||
containerName.directory=Directory
|
||||
containerDescription.directory=A directory in the local file system
|
||||
containerName.directory=File System Directory With Subfolders
|
||||
containerDescription.directory=A directory in the local file system with the subfolders search option.
|
||||
|
|
|
@ -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
|
||||
Part fix for PR 100992: The signature was incorrect for structure/unions.
|
||||
|
||||
|
|
BIN
debug/org.eclipse.cdt.debug.ui/icons/obj16/directory_obj.gif
Normal file
BIN
debug/org.eclipse.cdt.debug.ui/icons/obj16/directory_obj.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 B |
|
@ -1238,7 +1238,7 @@
|
|||
<sourceContainerPresentation
|
||||
browserClass="org.eclipse.cdt.debug.internal.ui.sourcelookup.CDirectorySourceContainerBrowser"
|
||||
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"/>
|
||||
</extension>
|
||||
<extension
|
||||
|
|
Loading…
Add table
Reference in a new issue