trueboroda / tapestrytools

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

Autocompletion of property suggest also non property fields #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the autocompletion of properties suggest every field and getter 
method available in the page, as shown in the attached screenshot. 

The suggestion should follow this rules:

- show a field if there is a getter annotation available
- show a field if @Property annotation is present. Note that fields annotated 
with @Property(read=false) should be only suggested if there is a getter.

Apart from that the currenttime property is suggestd twice, as you can see in 
the screenshot.

Original issue reported on code.google.com by igor.dro...@gmail.com on 3 May 2012 at 2:31

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by gavingui...@gmail.com on 3 May 2012 at 2:40

GoogleCodeExporter commented 9 years ago
add all the "@Property" properties with out "read=false" in the auto-complete 
list

Original comment by gavingui...@gmail.com on 3 May 2012 at 3:17

GoogleCodeExporter commented 9 years ago
Fix this issue already, see change:

http://code.google.com/p/tapestrytools/source/detail?r=317

NOTICE: Have not update TapestryTools' update site center about this yet.

Original comment by gavingui...@gmail.com on 5 May 2012 at 4:08

GoogleCodeExporter commented 9 years ago
Fix works well, thanks

Original comment by igor.dro...@gmail.com on 21 May 2012 at 8:41