Bug 234588 - Codesense should add the 'map' keyword before mapping name if proposal accepted
Summary: Codesense should add the 'map' keyword before mapping name if proposal accepted
Status: ASSIGNED
Alias: None
Product: QVTo
Classification: Modeling
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Alexander Igdalov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-29 07:34 EDT by Radomil Dvorak CLA
Modified: 2009-05-28 13:03 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 Radomil Dvorak CLA 2008-05-29 07:34:17 EDT
In case a mapping operation proposal is accepted, the map keyword can be prepended to the inserted mapping operation name in the source code.
Using 'map' keyword eliminates the compiler warning and is the mostly used case.

The code completion on inserted map keywords may propose [map, xmap] to let the
user know there are these options available.