| Summary: | Double clicking on an error in Problem view opens Java editor as opposed to corresponding TS Editor | ||
|---|---|---|---|
| Product: | [Technology] Tigerstripe | Reporter: | Navid Mehregani <nmehrega> |
| Component: | UI | Assignee: | Project Inbox <tigerstripe.ui-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 0.5M0 | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Navid Mehregani
Finally nailed this down. Double clicking on a marker in Problems view now opens the correct TS editor. Also, user can now right click on any artifact and open it in its corresponding editor. Here are the changes: Modified Files: org.eclipse.tigerstripe.workbench.internal.core.model: AssociationArtifact AssociationClassArtifact DatatypeArtifact DependencyArtifact EnumArtifact EventArtifact ExceptionArtifact Literal ManagedEntittyArtifact Method PackageArtifact QueryArtifact SessionFacadeArtifact UpdateProcedureArtifact org.eclipse.tigerstripe.workbench.base MANIFEST.MF plugin.xml org.eclipse.tigerstripe.workbench.ui EclipsePlugin org.eclipse.tigerstripe.workbench.ui.internal.editors.artifacts ArtifactEditorBase ArtifactOverviewPage org.eclipse.tigerstripe.workbench.ui.internal.views.explorerview TSExplorerUtils org.eclipse.tigerstripe.workbench.ui.base plugin.xml New Files: AbstractContentDescriber.java EventContentDescriber.java AssociationClassContentDescriber.java ExceptionContentDescriber.java AssociationContentDescriber.java PackageContentDescriber.java DataTypeContentDescriber.java QueryContentDescriber.java DependencyContentDescriber.java SessionContentDescriber.java EntityContentDescriber.java UpdateContentDescriber.java EnumContentDescriber.java Another major change is the error message that's now displayed in the header of TS editor. This is integrated with Tigerstripe's build, and will update automatically as soon as a new build is completed. |