1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2002-10-19 19:15:49 +00:00
parent 273ab56e71
commit a02276b6ee

View file

@ -1,3 +1,16 @@
2002-10-19 Alain Magloire
The UI needs to be told when the memory changes
so it can update the memory view. The responsability
of this been push to the CDI implementation to generate
events(ICDIMemoryChangedEvent) for modified memories. The
getSource() method of the class should return an ICDIMemoryBlock.
Note that the CDI implementation will only try to generate
the event for ICDIMemoryBlock that are not frozen(setFrozen()) since this
is a potentially very time consuming operation.
* src/.../cdi/even/ICDIMemoryChangedEvent.java: New Class.
2002-10-17 Mikhail Khodjaiants
Implementing the memory view support:
* CFormattedMemoryBlock.java: implementation of the 'dispose' method added.