I have spent some time today working on fixing an issue we had on an Eclipse plug-in for our research prototypes. After much digging into the Eclipse API and source code, I spotted one bug, and one possible enhancement.

  1. The bug: editors tab text is not refreshed immediatly when you call the one and unique method for this purpose. This is not a big issue at first, but users will easily spot this and they actually don't care much wether it is my bug or an Eclipse bug :-(
  2. The enhancement proposal: monitoring 1 resource (say a file) is cumbersome, just look at the ugly hack I had to write just to be noticed that the file opened by my editor had been renamed!!!