* Removed the blank menu items from the View menu * Enhanced the View->Adjust Grid menu item. It used to simply loop through a preset of Grid types (dot/line) and spacings, now it shows a sub-menu allowing the user to choose from these presents. This is similar to how Adjust Grid works in ArgoUML.
* Enhanced the View->Adjust Snap menu item. It used to simply loop through a preset of snap spacings, now it shows a sub-menu allowing the user to choose from these presets. This is similar to how Adjust Snap works in ArgoUML. * Began integrating the ArgoEclipse Diagram editor with the standard Eclipse Outline view. When the ArgoEclipse Diagram editor is active the Outline View is populated with all of the diagrams contained in the Argo project. Double clicking on the diagrams in the Outline View will make them active in the DiagramEditor. * The Outline View is not updated when a new diagram is added to the project yet, I need to figure out how to detect this, it doesn't appear that any event is fired. Do I need to rely on a target changed event? * Began working on an Eclipse Search Page for ArgoUML. The UI will mimic the Find dialog (minus the help section), the results of the search will be displayed in Eclipse's search view. * Began working on an Eclipse Preference page for ArgoEclipse DiagramEditor grid. == Goals for Next Week * Get the outline view to update when new diagrams are added to the project * Provide a "Sync with Editor"-like button to the outline view, which would keep the Outline Views selection in sync with the active Diagram in the Diagram Editor * Continue work on the ArgoEclipse search page * Continue work on the ArgoEclipse grid preference page
