lixingwang / tapestrytools

Automatically exported from code.google.com/p/tapestrytools
0 stars 0 forks source link

Display component's prefix in the autocompletion list #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be cool if you would display the prefix of the component in the 
autocompletion select box. 

This is extremely helpful if you have two components with same nam in different 
packages. See attached screenshot. The select box should display values like:

t:Unless
t:Upload
x:Upload

whereby components Unless and Upload are inside a package which is mapped to t 
prefix. The other component is inside a package which is mapped to x prefix.

In other words, display prefixes as they are defined in components.tcc file.

Original issue reported on code.google.com by igor.dro...@gmail.com on 21 Aug 2012 at 3:10

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by gavingui...@gmail.com on 23 Aug 2012 at 12:36