* Updated the ArgoEclipse splash screen to match the latest in ArgoUML
* Updated the ArgoEclipse icon to match the latest in ArgoUML
* Fixed a deadlock issue which was occasionally occurring on start-up.
* ArgoEclipse views now show a progress bar while they are waiting for
ArgoUML to initialize instead of simply staying blank. The progress bar does
make the view a little "busy", especially when multiple views are shown.
Maybe just a label saying "Initializing...", or the busy indicator that is
used on Eclipse Forms would be better?
* Made progress on integrating ArgoEclipse with Eclipe's Search UI. Added a
Search Page, Search Query, Search Result and Search Result Page. This work
is not yet complete.
* Investigated getting the Outine View to update itself when Diagrams are
added/removed from the Project. It turns out that there currently is no
mechanism in place for observing these events.
* Tested ArgoEclipse under Eclipse Ganymede (3.4)
Goals For Next Week
* Add busy indicator to DiagramEditor (and View)
* Complete work on the search integration
* Add context proposals
* Fix layout issues on the search results page
* Fix "Any Diagram" related issues (it isnt currently shown in the
results view)
* Have double-clicks in the search result page select that item in the
DiagramEditor
* Disable the search page if their is no open DiagramEditor/current
project
* Look into obtaining SWT Images for model elements (do we need out own
ResourceLoader?)
* Add the ability to observe Diagram additions/removals to the Project