Previous: , Up: Conflicts and bugs of ECB   [Contents][Index]


12.2 Known bugs

This section describes all currently known bugs of ECB. The maintainers of ECB try to fix these bugs as soon as possible.

12.2.1 Extra history-entries for JDEE source-buffers

ECB on occasions creates an extra edit buffer for entries in the history window. For example, let say there are three entries in the history window:

Test1
Test2
Test3

In the edit window Test1 file is edited. When clicked on Test2 entry in history, on occasion instead of switching to the existing buffer for Test2, a new edit buffer is opened for Test2 file. At this point, there are four entries in the history as follows:

Test2
Test2<2>
Test1
Test3