Bug 367291 - [Xbase] Hyperlinking must be easier configurable
Summary: [Xbase] Hyperlinking must be easier configurable
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.4.3   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-21 06:02 EST by Sven Efftinge CLA
Modified: 2013-09-16 12:54 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Efftinge CLA 2011-12-21 06:02:37 EST
For a model there often is a primary projection to Java and some 'secondary' projections.

For instance for a small CRUD framework I generated extension methods for different use cases from a domain model (e.g. query API and data binding support). When I want to navigate to the extension methods I always end up in the model, which is not what I want.

I could of course customize hyperlinking to do what I want, but I think this is a common situation. Maybe we should introduce the notion of a "weak" trace or so.