mercredi 19 avril 2006
Two bug reports
Par Julien, mercredi 19 avril 2006 à 22:43 :: Eclipse
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.
- 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

- 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!!!
aucun commentaire :: aucun trackback :: 559 lectures
In this entry, we are going to see how to implement the visual part of the editor, namely the figures. To do that, we are going to use the Draw2D API and see the results in a standalone SWT application.
